🗒️常用数学符号的LaTeX表示方法
2023-6-13
| 2023-6-13
0  |  0 分钟
type
status
data
slug
summary
tags
category
password
icon

常用数学符号的LaTeX表示方法

1、指数和下标可以用^和_后加相应字符来实现。比如:
notion image
2、平方根(square root)的输入命令为:\sqrt,n 次方根相应地为: \sqrt[n]。方根符号的大小由LATEX自动加以调整。也可用\surd 仅给出
符号。比如:
notion image
3、命令\overline 和\underline 在表达式的上、下方画出水平线。比如:
notion image
4、命令\overbrace 和\underbrace 在表达式的上、下方给出一水平的大括号。
notion image
5、向量(Vectors)通常用上方有小箭头(arrow symbols)的变量表示。这可由\vec 得到。另两个命令\overrightarrow 和\overleftarrow在定义从A 到B 的向量时非常有用。
notion image
6、分数(fraction)使用\frac{...}{...} 排版。一般来说,1/2 这种形式更受欢迎,因为对于少量的分式,它看起来更好些。
notion image
7、积分运算符(integral operator)用\int 来生成。求和运算符(sum operator)由\sum 生成。乘积运算符(product operator)由\prod 生成。上限和下限用^ 和_来生成,类似于上标和下标。
notion image

以下提供一些常用符号的表示方法

notion image
notion image
notion image
notion image
notion image
notion image
notion image
资源分享
  • 数学
  • Python字符串相似性的几种度量方法调用ChatGPT接口批量预测Prompt数据
    目录