美文网首页LaTeX
LaTeX笔记--(3)--[数学符号表]

LaTeX笔记--(3)--[数学符号表]

作者: FengBli | 来源:发表于2017-03-22 20:13 被阅读0次

Trigonometric functions(三角函数)


|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(杂余函数)


|Name |Symbol| Command|
|--|--|
|Logarithmic Function / Logarithm|无底数的对数函数|\log{x}|
|Logarithm(base a)|以a为底的对数函数|\log_a{x}
|Square root function|开平方函数|\sqrt{x}|
|n-th root function / n-th root|开n方函数| \sqrt[n]{x}
|Rational function / Fraction|---null---|\frac{u(x)}{v(x)}|

相关文章

  • LaTeX笔记--(3)--[数学符号表]

    Trigonometric functions(三角函数) |Name|Symbol|Command||--|--...

  • 笔记工具

    步骤 用jupyter notebook写笔记文字笔记:markdown(文字+插入图片) + latex数学公式...

  • 统一latext在vsc的markdown+math和有道云笔记

    起因 前段时间在有道云笔记上写笔记,里面使用latex来记录数学符号,有道云的latex行内触发模式为 `$ la...

  • 数学建模笔记之马尔萨斯人口模型(一)

    本文使用Latex公式排版,而简书不支持Latex排版,为获得更好的阅读体验,请移步个人博客原文地址:数学建模笔记...

  • LaTeX教学3.1 数学模式

    3. 数学式 终于到了这个部分了, 排版数学公式是LaTeX设计的初衷, 它也是LaTeX中最为人称道的功能, 同...

  • LaTeX学习文档

    LaTex各种命令、符号、公式、数学符号、排版等 LaTex数学符号大全 一份其实很短的 LaTeX 入门文档 L...

  • 运算符

    数学符号表链接:https://zh.wikipedia.org/wiki/数学符号表 01. 算数运算符 是完成...

  • 运算符

    运算符 数学符号表链接:https://zh.wikipedia.org/wiki/数学符号表 01. 算数运算符...

  • latex 数学

    title: latex 数学date: 2018-10-02 20:15:58tags: latex math ...

  • 2020-02-01 latex便捷资源

    LaTeX Tables Generator数学公式识别神器—Mathpix Snip在线latex编辑 over...

网友评论

    本文标题:LaTeX笔记--(3)--[数学符号表]

    本文链接:https://www.haomeiwen.com/subject/ljhanttx.html