User:Jaredwf/Math Markup

Contents

Greek alphabet symbols

TeX rendering TeX syntax HTML rendering HTML syntax
<math>\alpha<math> \alpha α Α &alpha; &Alpha;
<math>\beta<math> \beta β Β &beta; &Beta;
<math>\gamma \Gamma<math> \gamma \Gamma γ Γ &gamma; &Gamma;
<math>\delta \Delta<math> \delta \Delta δ Δ &delta; &Delta;
<math>\epsilon \varepsilon<math> \epsilon \varepsilon ε Ε &epsilon; &Epsilon;
<math>\zeta<math> \zeta ζ Ζ &zeta; &Zeta;
<math>\eta<math> \eta η Η &eta; &Eta;
<math>\theta \vartheta \Theta<math> \theta \vartheta \Theta θ ϑ Θ &theta; &thetasym; &Theta;
<math>\iota<math> \iota ι Ι &iota; &Iota;
<math>\kappa<math> \kappa κ Κ &kappa; &Kappa;
<math>\lambda \Lambda<math> \lambda \Lambda λ Λ &lambda; &Lambda;
<math>\mu<math> \mu μ Μ &mu; &Mu;
<math>\nu<math> \nu ν Ν &nu; &Nu;
<math>\xi \Xi<math> \xi \Xi ξ Ξ &xi; &Xi;
ο Ο &omicron; &Omicron;
<math>\pi \varpi \Pi<math> \pi \varpi \Pi π ϖ Π &pi; &piv; &Pi;
<math>\rho \varrho<math> \rho \varrho ρ Ρ &rho; &Rho;
<math>\sigma \varsigma \Sigma<math> \sigma \varsigma \Sigma σ ς Σ &sigma; &sigmaf; &Sigma;
<math>\tau<math> \tau τ Τ &tau; &Tau;
<math>\upsilon \Upsilon<math> \upsilon \Upsilon υ Υ &upsilon; &Upsilon;
<math>\phi \varphi \Phi<math> \phi \varphi \Phi φ Φ &phi; &Phi;
<math>\chi<math> \chi χ Χ &chi; &Chi;
<math>\psi \Psi<math> \psi \Psi ψ Ψ &psi; &Psi;
<math>\omega \Omega<math> \omega \Omega ω Ω &omega; &Omega;

Arrows and dots

TeX rendering TeX syntax HTML rendering HTML syntax
<math>\rightarrow<math> \rightarrow &rarr;
<math>\leftarrow<math> \leftarrow &larr;
<math>\uparrow<math> \uparrow &uarr;
<math>\downarrow<math> \downarrow &darr;
<math>\leftrightarrow<math> \leftrightarrow &harr;
<math>\Rightarrow<math> \Rightarrow &rArr;
<math>\Leftarrow<math> \Leftarrow &lArr;
<math>\Uparrow<math> \Uparrow &uArr;
<math>\Downarrow<math> \Downarrow &dArr;
<math>\Leftrightarrow<math> \Leftrightarrow &hArr;
<math>\mapsto<math> \mapsto
<math>\nearrow<math> \nearrow
<math>\searrow<math> \searrow
<math>\swarrow<math> \swarrow
<math>\nwarrow<math> \nwarrow
<math>\longleftarrow<math> \longleftarrow
<math>\longrightarrow<math> \longrightarrow
<math>\Longleftarrow<math> \Longleftarrow
<math>\Longrightarrow<math> \Longrightarrow
<math>\Longleftrightarrow<math> \Longleftrightarrow
<math>\longmapsto<math> \longmapsto
<math>\cdot<math> \cdot · &middot;
<math>\ldots<math> \ldots &hellip;
<math>\cdots<math> \cdots
<math>\ddots<math> \ddots
<math>\vdots<math> \vdots

Set symbols

TeX rendering TeX syntax HTML rendering HTML syntax
<math>\in<math> \in &isin;
<math>\not \in<math> \not \in &notin;
<math>\subseteq<math> \subseteq &sube;
<math>\subset<math> \subset &sub;
<math>\supseteq<math> \supseteq &supe;
<math>\supset<math> \supset &sup;
<math>\cup<math> \cup &cup;
<math>\cap<math> \cap &cap;

Relation symbols

TeX rendering TeX syntax HTML rendering HTML syntax
<math>\le<math> \le &le;
<math>\ge<math> \ge &ge;
<math>\sim<math> \sim &sim;
<math>\simeq<math> \simeq &cong;
<math>\approx<math> \approx &asymp;
<math>\ne<math> \ne &ne;
<math>\equiv<math> \equiv &equiv;

Other symbols

TeX rendering TeX syntax HTML rendering HTML syntax
<math>\oplus<math> \oplus &oplus;
<math>\otimes<math> \otimes &otimes;
<math>\times<math> \times × &times;
<math>\circ<math> \circ
<math>\bullet<math> \bullet &bull;
<math>\pm<math> \pm ± &plusmn;
<math>\mp<math> \mp

TeX operation symbols

n-th Root <math>\sqrt[n]{x}<math> \sqrt[n]{x}
Summation <math>\sum_{i=0}^n<math> \sum_{i=0}^n
Product <math>\prod_{i=0}^n<math> \prod_{i=0}^n
Coproduct <math>\coprod_{i=0}^n<math> \coprod_{i=0}^n
Limit <math>\lim_{i \to 0}<math> \lim_{i \to 0}
Integral <math>\int_0^n<math> \int_0^n
Path integral <math>\oint_C<math> \oint_C
Union <math>\bigcup_{i=0}^n<math> \bigcup_{i=0}^n
Intersection <math>\bigcap_{i=0}^n<math> \bigcap_{i=0}^n
Logical disjunction <math>\bigvee_{i=0}^n<math> \bigvee_{i=0}^n
Logical conjunction <math>\bigwedge_{i=0}^n<math> \bigwedge_{i=0}^n
Vector product <math>\bigotimes_{i=0}^n<math> \bigotimes_{i=0}^n
Direct sum <math>\bigoplus_{i \in I}<math> \bigoplus_{i \in I}
<math>\bigodot_{i=0}^n<math> \bigodot_{i=0}^n
<math>\biguplus_{i=0}^n<math> \biguplus_{i=0}^n

TeX grouping symbols

Parentheses <math>(xyz)<math> (xyz)
Brackets <math>[xyz]<math> [xyz]
Braces <math>\{xyz\}<math> \{xyz\}
Vertical lines <math>\vert xyz \vert<math> \vert xyz \vert
Double vertical lines <math>\Vert xyz \Vert<math> \Vert xyz \Vert
Angle brackets <math>\langle xyz \rangle<math> \langle xyz \rangle
Overline, vinculum <math>\overline{xyz}<math> \overline{xyz}
Brace over <math>\overbrace{xyz}<math> \overbrace{xyz}
Underline <math>\underline{xyz}<math> \underline{xyz}
Brace under <math>\underbrace{xyz}<math> \underbrace{xyz}
Angle bracket over <math>\widehat{xyz}<math> \widehat{xyz}

TeX matrices

Description TeX rendering TeX syntax
Matrix <math>\begin{matrix} x & y & z \\ u & v & w \end{matrix}<math> \begin{matrix} x & y & z \\ u & v & w \end{matrix}
Matrix with parentheses <math>\begin{pmatrix} x & y & z \\ u & v & w \end{pmatrix}<math> \begin{pmatrix} x & y & z \\ u & v & w \end{pmatrix}
Matrix with brackets <math>\begin{bmatrix} x & y & z \\ u & v & w \end{bmatrix}<math> \begin{bmatrix} x & y & z \\ u & v & w \end{bmatrix}
Matrix with braces <math>\begin{Bmatrix} x & y & z \\ u & v & w \end{Bmatrix}<math> \begin{Bmatrix} x & y & z \\ u & v & w \end{Bmatrix}
Matrix with vertical lines <math>\begin{vmatrix} x & y & z \\ u & v & w \end{vmatrix}<math> \begin{vmatrix} x & y & z \\ u & v & w \end{vmatrix}
Matrix with double vertical lines <math>\begin{Vmatrix} x & y & z \\ u & v & w \end{Vmatrix}<math> \begin{Vmatrix} x & y & z \\ u & v & w \end{Vmatrix}

TeX functions

Description TeX rendering TeX syntax
Inverse cosine <math>\arccos<math> \arccos
Inverse sine <math>\arcsin<math> \arcsin
Inverse tangent <math>\arctan<math> \arctan
Cosine <math>\cos<math> \cos
Hyperbolic cosine <math>\cosh<math> \cosh
Cotangent <math>\cot<math> \cot
Hyperbolic cotangent <math>\coth<math> \coth
Cosecant <math>\csc<math> \csc
Determinant <math>\det<math> \det
Dimension <math>\dim<math> \dim
Exponential <math>\exp<math> \exp
Greatest common divisor <math>\gcd<math> \gcd
Infimum <math>\inf<math> \inf
Kernel <math>\ker<math> \ker
Limit of infimum <math>\liminf<math> \liminf
Limit of supremum <math>\limsup<math> \limsup
Natural logarithm <math>\ln<math> \ln
Logarithm <math>\log<math> \log
Maximum <math>\max<math> \max
Minimum <math>\min<math> \min
Secant <math>\sec<math> \sec
Sign function <math>\sgn<math> \sgn
Sine <math>\sin<math> \sin
Hyperbolic sine <math>\sinh<math> \sinh
Supremum <math>\sup<math> \sup
Tangent <math>\tan<math> \tan
Hyperbolic tangent <math>\tanh<math> \tanh
Navigation

  • Art and Cultures
    • Art (https://academickids.com/encyclopedia/index.php/Art)
    • Architecture (https://academickids.com/encyclopedia/index.php/Architecture)
    • Cultures (https://www.academickids.com/encyclopedia/index.php/Cultures)
    • Music (https://www.academickids.com/encyclopedia/index.php/Music)
    • Musical Instruments (http://academickids.com/encyclopedia/index.php/List_of_musical_instruments)
  • Biographies (http://www.academickids.com/encyclopedia/index.php/Biographies)
  • Clipart (http://www.academickids.com/encyclopedia/index.php/Clipart)
  • Geography (http://www.academickids.com/encyclopedia/index.php/Geography)
    • Countries of the World (http://www.academickids.com/encyclopedia/index.php/Countries)
    • Maps (http://www.academickids.com/encyclopedia/index.php/Maps)
    • Flags (http://www.academickids.com/encyclopedia/index.php/Flags)
    • Continents (http://www.academickids.com/encyclopedia/index.php/Continents)
  • History (http://www.academickids.com/encyclopedia/index.php/History)
    • Ancient Civilizations (http://www.academickids.com/encyclopedia/index.php/Ancient_Civilizations)
    • Industrial Revolution (http://www.academickids.com/encyclopedia/index.php/Industrial_Revolution)
    • Middle Ages (http://www.academickids.com/encyclopedia/index.php/Middle_Ages)
    • Prehistory (http://www.academickids.com/encyclopedia/index.php/Prehistory)
    • Renaissance (http://www.academickids.com/encyclopedia/index.php/Renaissance)
    • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
    • United States (http://www.academickids.com/encyclopedia/index.php/United_States)
    • Wars (http://www.academickids.com/encyclopedia/index.php/Wars)
    • World History (http://www.academickids.com/encyclopedia/index.php/History_of_the_world)
  • Human Body (http://www.academickids.com/encyclopedia/index.php/Human_Body)
  • Mathematics (http://www.academickids.com/encyclopedia/index.php/Mathematics)
  • Reference (http://www.academickids.com/encyclopedia/index.php/Reference)
  • Science (http://www.academickids.com/encyclopedia/index.php/Science)
    • Animals (http://www.academickids.com/encyclopedia/index.php/Animals)
    • Aviation (http://www.academickids.com/encyclopedia/index.php/Aviation)
    • Dinosaurs (http://www.academickids.com/encyclopedia/index.php/Dinosaurs)
    • Earth (http://www.academickids.com/encyclopedia/index.php/Earth)
    • Inventions (http://www.academickids.com/encyclopedia/index.php/Inventions)
    • Physical Science (http://www.academickids.com/encyclopedia/index.php/Physical_Science)
    • Plants (http://www.academickids.com/encyclopedia/index.php/Plants)
    • Scientists (http://www.academickids.com/encyclopedia/index.php/Scientists)
  • Social Studies (http://www.academickids.com/encyclopedia/index.php/Social_Studies)
    • Anthropology (http://www.academickids.com/encyclopedia/index.php/Anthropology)
    • Economics (http://www.academickids.com/encyclopedia/index.php/Economics)
    • Government (http://www.academickids.com/encyclopedia/index.php/Government)
    • Religion (http://www.academickids.com/encyclopedia/index.php/Religion)
    • Holidays (http://www.academickids.com/encyclopedia/index.php/Holidays)
  • Space and Astronomy
    • Solar System (http://www.academickids.com/encyclopedia/index.php/Solar_System)
    • Planets (http://www.academickids.com/encyclopedia/index.php/Planets)
  • Sports (http://www.academickids.com/encyclopedia/index.php/Sports)
  • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
  • Weather (http://www.academickids.com/encyclopedia/index.php/Weather)
  • US States (http://www.academickids.com/encyclopedia/index.php/US_States)

Information

  • Home Page (http://academickids.com/encyclopedia/index.php)
  • Contact Us (http://www.academickids.com/encyclopedia/index.php/Contactus)

  • Clip Art (http://classroomclipart.com)
Toolbox
Personal tools