Thursday, June 2, 2016

Equation and Fraction Using Pure HTML

The first equation that we will gonna make :
y = A sin ω ( t -
x
v
) = A sin ( ωt -
ω
v
x )

Here is it's HTML Code :
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<table>
      <tbody>        
          <td>y = A sin &omega;</td>
          <td style="font-size:200%">(</td>
          <td>t -</td>
          <td>
             <table>
             <tr><td style="border-bottom:solid 1px black">x</td></tr>
             <tr><td>v</td></tr>
             </table>
          </td>
          <td style="font-size:200%">)</td>
   <td> = A sin </td>
   <td style="font-size:200%">(</td>
   <td>&omega;t -</td>
   <td>
     <table>
             <tr><td style="border-bottom:solid 1px black">&omega;</td></tr>
             <tr><td>v</td></tr>
            </table>
   </td>
   <td> x </td>
   <td style="font-size:200%">)</td>
      </tbody>
</table>

Next....... Persamaan Cepat Rambat Gelombang :

Dalam dawai ⇒  v =
F
μ
   =
Fl
μ
   =
F
ρA

Here is the HTML code :
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<table cellpadding="0" cellspacing="0" >
 <tbody>
   <td> Dalam dawai &rArr; &nbsp;v =  </td>
   <td style="font-size:250%">&radic;</td>
   <td> 
 <table style="border-top-color: black; border-top-style: solid; border-top-width: 1px;">
             <tr><td style="border-bottom:solid 1px black">F</td></tr>
             <tr><td>&mu;</td></tr>
         </table>
    </td>  
    <td>&nbsp;&nbsp; = </td>
    <td style="font-size:250%">&radic;</td>
    <td> 
 <table style="border-top-color: black; border-top-style: solid; border-top-width: 1px;">
             <tr><td style="border-bottom:solid 1px black">F<i>l</i></td></tr>
             <tr><td>&mu;</td></tr>
        </table>
     </td>
     <td>&nbsp;&nbsp; = </td>
     <td style="font-size:250%">&radic;</td>
     <td> 
 <table style="border-top-color: black; border-top-style: solid; border-top-width: 1px;">
             <tr><td align="center" style="border-bottom:solid 1px black">F</td></tr>
             <tr><td>&rho;A</td></tr>
         </table>
      </td>
    </tbody>
</table>

Neext....
This is just a test:  
x2 + 3x + 5
2x


HTML Code :
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<table>
<tr>
  <td><div style="float:left;">This is just a test: &nbsp;</div>
  </td>
  <td>
     <div style="float:left">
     <div style="border-bottom:1px solid;font-size:small;text-align:center;">x<sup>2</sup> + 3x + 5</div>
 <div style="font-size:small;text-align:center;">2x</div>
        </div>
    </td>
   </tr>
</table>

The last.....

r =   x2 + y2

HTML Code :
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<table align="left" cellpadding="0" cellspacing="0" style="margin-bottom: 0.5em; margin-top: 0.5em; text-align: center;">
<tbody>
     <tr>
 <td align="right" nowrap="nowrap"><i>r</i>&nbsp;=&nbsp;<span style="font-size: 24px;">&radic;</span>
 </td>
 <td nowrap="nowrap" style="border-top-color: black; border-top-style: solid; border-top-width: 1px;">&nbsp;<i>x</i><sup>2</sup>&nbsp;+&nbsp;<i>y</i><sup>2</sup>
 </td>
 </tr>
</tbody>
</table>

Wednesday, June 1, 2016

Simbol-Simbol Matematika-Fisika-Kimia dalam HTML

Mnemonic Output Code Output Description
Latin Extended-B
&fnof;= ƒ&#402;  = ƒlatin small f with hook = function = florin, U+0192 ISOtech
Greek
&Alpha;= Α  &#913;= Αgreek capital letter alpha, U+0391
&Beta;= Β &#914;= Βgreek capital letter beta, U+0392
&Gamma;= Γ &#915;= Γ              greek capital letter gamma, U+0393 ISOgrk3
&Delta;= Δ          &#916;= Δgreek capital letter delta, U+0394 ISOgrk3
&Epsilon;= Ε &#917;= Εgreek capital letter epsilon, U+0395
&Zeta;= Ζ &#918;= Ζgreek capital letter zeta, U+0396
&Eta;= Η &#919;= Ηgreek capital letter eta, U+0397
&Theta;= Θ &#920;= Θgreek capital letter theta, U+0398 ISOgrk3
&Iota;= Ι       &#921;= Ιgreek capital letter iota, U+0399
&Kappa;= Κ&#922;= Κgreek capital letter kappa, U+039A
&Lambda;= Λ&#923;= Λgreek capital letter lambda, U+039B ISOgrk3
&Mu;= Μ&#924;= Μgreek capital letter mu, U+039C
&Nu;= Ν&#925;= Νgreek capital letter nu, U+039D
&Xi;= Ξ&#926;= Ξgreek capital letter xi, U+039E ISOgrk3
&Omicron;= Ο&#927;= Οgreek capital letter omicron, U+039F
&Pi;= Π&#928;= Πgreek capital letter pi, U+03A0 ISOgrk3
&Rho;= Ρ&#929;= Ρgreek capital letter rho, U+03A1
there is no Sigmaf, and no U+03A2 character either
&Sigma;= Σ&#931;= Σgreek capital letter sigma, U+03A3 ISOgrk3
&Tau;= Τ&#932;= Τgreek capital letter tau, U+03A4
&Upsilon;= Υ         &#933;= Υgreek capital letter upsilon, U+03A5 ISOgrk3
&Phi;= Φ&#934;= Φ                greek capital letter phi, U+03A6 ISOgrk3
&Chi;= Χ&#935;= Χgreek capital letter chi, U+03A7
&Psi;= Ψ&#936;= Ψgreek capital letter psi, U+03A8 ISOgrk3
&Omega;= Ω&#937;= Ωgreek capital letter omega, U+03A9 ISOgrk3
&alpha;= α&#945;= αgreek small letter alpha, U+03B1 ISOgrk3
&beta;= β&#946;= βgreek small letter beta, U+03B2 ISOgrk3
&gamma;= γ&#947;= γgreek small letter gamma, U+03B3 ISOgrk3
&delta;= δ&#948;= δgreek small letter delta, U+03B4 ISOgrk3
&epsilon;= ε&#949;= εgreek small letter epsilon, U+03B5 ISOgrk3
&zeta;= ζ&#950;= ζgreek small letter zeta, U+03B6 ISOgrk3
&eta;= η&#951;= ηgreek small letter eta, U+03B7 ISOgrk3
&theta;= θ&#952;= θgreek small letter theta, U+03B8 ISOgrk3
&iota;= ι&#953;= ιgreek small letter iota, U+03B9 ISOgrk3
&kappa;= κ&#954;= κgreek small letter kappa, U+03BA ISOgrk3
&lambda;= λ&#955;= λgreek small letter lambda, U+03BB ISOgrk3
&mu;= μ&#956;= μgreek small letter mu, U+03BC ISOgrk3
&nu;= ν&#957;= νgreek small letter nu, U+03BD ISOgrk3
&xi;= ξ&#958;= ξgreek small letter xi, U+03BE ISOgrk3
&omicron;= ο&#959;= οgreek small letter omicron, U+03BF NEW
&pi;= π&#960;= πgreek small letter pi, U+03C0 ISOgrk3
&rho;= ρ&#961;= ρgreek small letter rho, U+03C1 ISOgrk3
&sigmaf;= ς&#962;= ςgreek small letter final sigma, U+03C2 ISOgrk3
&sigma;= σ&#963;= σgreek small letter sigma, U+03C3 ISOgrk3
&tau;= τ&#964;= τgreek small letter tau, U+03C4 ISOgrk3
&upsilon;= υ&#965;= υgreek small letter upsilon, U+03C5 ISOgrk3
&phi;= φ&#966;= φgreek small letter phi, U+03C6 ISOgrk3
&chi;= χ&#967;= χgreek small letter chi, U+03C7 ISOgrk3
&psi;= ψ&#968;= ψgreek small letter psi, U+03C8 ISOgrk3
&omega;= ω&#969;= ωgreek small letter omega, U+03C9 ISOgrk3
&thetasym;= ϑ&#977;= ϑgreek small letter theta symbol, U+03D1 NEW
&upsih;= ϒ&#978;= ϒgreek upsilon with hook symbol, U+03D2 NEW
&piv;= ϖ&#982;= ϖgreek pi symbol, U+03D6 ISOgrk3
General Punctuation
&bull;= •               &#8226;= •                bullet = black small circle, U+2022 ISOpub
bullet is NOT the same as bullet operator, U+2219
&hellip;= … &#8230;= …horizontal ellipsis = three dot leader, U+2026 ISOpub
&prime;= ′&#8242;= ′prime = minutes = feet, U+2032 ISOtech
&Prime;= ″&#8243;= ″double prime = seconds = inches, U+2033 ISOtech
&oline;= ‾&#8254;= ‾overline = spacing overscore, U+203E NEW
&frasl;= ⁄&#8260;= ⁄fraction slash, U+2044 NEW
Letterlike Symbols
&weierp;= ℘           &#8472;= ℘                  script capital P = power set = Weierstrass p, U+2118 ISOamso
&image;= ℑ&#8465;= ℑblackletter capital I = imaginary part, U+2111 ISOamso
&real;= ℜ&#8476;= ℜblackletter capital R = real part symbol, U+211C ISOamso
&trade;= ™&#8482;= ™trade mark sign, U+2122 ISOnum
&alefsym;= ℵ&#8501;= ℵalef symbol = first transfinite cardinal, U+2135 NEW
alef symbol is NOT the same as hebrew letter alef, U+05D0 although the same glyph could be used to depict both characters

Mathematical Operators
&forall;= ∀            &#8704;= ∀           for all, U+2200 ISOtech
&part;= ∂&#8706;= ∂partial differential, U+2202 ISOtech
&exist;= ∃&#8707;= ∃there exists, U+2203 ISOtech
&empty;= ∅&#8709;= ∅empty set = null set = diameter, U+2205 ISOamso
&nabla;= ∇&#8711;= ∇nabla = backward difference, U+2207 ISOtech
&isin;= ∈&#8712;= ∈element of, U+2208 ISOtech
&notin;= ∉&#8713;= ∉not an element of, U+2209 ISOtech
&ni;= ∋&#8715;= ∋contains as member, U+220B ISOtech
should there be a more memorable name than 'ni'?
&prod;= ∏&#8719;= ∏n-ary product = product sign, U+220F ISOamsb
prod is NOT the same character as U+03A0 'greek capital letter pi' though the same glyph might be used for both
&sum;= ∑&#8721;= ∑n-ary sumation, U+2211 ISOamsb
sum is NOT the same character as U+03A3 'greek capital letter sigma' though the same glyph might be used for both
&minus;= −&#8722;= −minus sign, U+2212 ISOtech
&lowast;= ∗&#8727;= ∗asterisk operator, U+2217 ISOtech
&radic;= √&#8730;= √square root = radical sign, U+221A ISOtech
&prop;= ∝&#8733;= ∝proportional to, U+221D ISOtech
&infin;= ∞&#8734;= ∞infinity, U+221E ISOtech
&ang;= ∠&#8736;= ∠angle, U+2220 ISOamso
&and;= ∧&#8743;= ∧logical and = wedge, U+2227 ISOtech
&or;= ∨&#8744;= ∨logical or = vee, U+2228 ISOtech
&cap;= ∩&#8745;= ∩intersection = cap, U+2229 ISOtech
&cup;= ∪&#8746;= ∪union = cup, U+222A ISOtech
&int;= ∫&#8747;= ∫integral, U+222B ISOtech
&there4;= ∴&#8756;= ∴therefore, U+2234 ISOtech
&sim;= ∼&#8764;= ∼tilde operator = varies with = similar to, U+223C ISOtech
tilde operator is NOT the same character as the tilde, U+007E, although the same glyph might be used to represent both
&cong;= ≅&#8773;= ≅approximately equal to, U+2245 ISOtech
&asymp;= ≈&#8776;= ≈almost equal to = asymptotic to, U+2248 ISOamsr
&ne;= ≠&#8800;= ≠not equal to, U+2260 ISOtech
&equiv;= ≡&#8801;= ≡identical to, U+2261 ISOtech
&le;= ≤&#8804;= ≤less-than or equal to, U+2264 ISOtech
&ge;= ≥&#8805;= ≥greater-than or equal to, U+2265 ISOtech
&sub;= ⊂&#8834;= ⊂subset of, U+2282 ISOtech
&sup;= ⊃&#8835;= ⊃superset of, U+2283 ISOtech
&nsub;= ⊄&#8836;= ⊄not a subset of, U+2284 ISOamsn
&sube;= ⊆&#8838;= ⊆subset of or equal to, U+2286 ISOtech
&supe;= ⊇&#8839;= ⊇superset of or equal to, U+2287 ISOtech
&oplus;= ⊕&#8853;= ⊕circled plus = direct sum, U+2295 ISOamsb
&otimes;= ⊗&#8855;= ⊗circled times = vector product, U+2297 ISOamsb
&perp;= ⊥&#8869;= ⊥up tack = orthogonal to = perpendicular, U+22A5 ISOtech
&sdot;= ⋅&#8901;= ⋅dot operator, U+22C5 ISOamsb
dot operator is NOT the same character as U+00B7 middle dot

Arrows
&larr;= ←&#8592;= ←      leftwards arrow, U+2190 ISOnum
&rarr;= →&#8594;= →      rightwards arrow, U+2192 ISOnum
&darr;= ↓&#8595;= ↓     downwards arrow, U+2193 ISOnum
&harr;= ↔&#8596;= ↔     left right arrow, U+2194 ISOamsa
&crarr;= ↵&#8629;= ↵downwards arrow with corner leftwards = carriage return, U+21B5 NEW
&lArr;= ⇐&#8656;= ⇐     leftwards double arrow, U+21D0 ISOtech
&uArr;= ⇑&#8657;= ⇑       upwards double arrow, U+21D1 ISOamsa
&rArr;= ⇒&#8658;= ⇒       rightwards double arrow, U+21D2 ISOtech
&dArr;= ⇓&#8659;= ⇓downwards double arrow, U+21D3 ISOamsa
&hArr;= ⇔&#8660;= ⇔      left right double arrow, U+21D4 ISOamsa