Trigonometric functions(三角函數(shù))
|Name|Symbol|Command|
|--|--|
|Sine|sin x|\sin x|
|Cosine|cos x|\cos x|
|Tangent|tan x|\tan x|
|Cotangent|cot x|\cot x|
|Secant|sec x|\sec x|
|Cosecant|csc x|\csc x|
Integrals(積分)
|Name |Symbol| Command|
|--|--|
|Indefinite integral |∫f(x)dx |\int f(x) dx|
|Definite integral| ∫baf(x)x| \int_a^b f(x) x
|Domain integral |∫Df(x)dx |\int_D f(x) dx|
|Double integral| ?f(x,y)dxdy|\iint f(x,y) dx dy|
|Triple integral |?f(x,y,z)dxdydz| \iiint f(x,y,z) dx dy dz
|Closed curve integral |∮CFds |\oint_C F ds|
Matrices(矩陣)
|Name |Symbol/Description| Command|
|--|--|
|Matrix|無括號的矩陣|\begin{matrix}1&0\\1&0\end{matrix}|
|bMatrix|帶中括號的矩陣|\begin{bmatrix}1&0\\1&0\end{bmatrix}|
|pMatrix|帶圓括號的矩陣|\begin{pmatrix}1&0\\1&0\end{pmatrix}|
|vMatrix|將上述圓括號換成絕對值|\begin{vmatrix}1&0\\1&0\end{vmatrix}|
|Determinant|在上述vMatrix前加上det|\det{\begin{vmatrix}1&0\\1&0\end{vmatrix}}|
Dots(點號)
|Name |Symbol| Command|
|--|--|
|Middot / Centered dot|·|\cdot|
|Horizontal Dots / Centered dot|···|\cdots|
|Vertical Dots|豎直三個點號|\vdots|
|Diagonal Dots|對角線點號|\ddots|
|Lower Dots|...|\ldots|
Miscellaneous functions(雜余函數(shù))
|Name |Symbol| Command|
|--|--|
|Logarithmic Function / Logarithm|無底數(shù)的對數(shù)函數(shù)|\log{x}|
|Logarithm(base a)|以a為底的對數(shù)函數(shù)|\log_a{x}
|Square root function|開平方函數(shù)|\sqrt{x}|
|n-th root function / n-th root|開n方函數(shù)| \sqrt[n]{x}
|Rational function / Fraction|---null---|\frac{u(x)}{v(x)}|