数学符号含义收集

来源:互联网 发布:淘宝客怎么玩才能赚钱 编辑:程序博客网 时间:2024/05/21 10:57

 ∞ 无穷大
PI 圆周率
|x| 函数的绝对值
∪ 集合并
∩ 集合交
≥ 大于等于
≤ 小于等于
≡ 恒等于或同余
ln(x) 自然对数
lg(x) 以2为底的对数
log(x) 常用对数
floor(x) 上取整函数
ceil(x) 下取整函数
x mod y 求余数
{x} 小数部分 x - floor(x)
∫f(x)δx 不定积分
∫[a:b]f(x)δx a到b的定积分
[P] P为真等于1否则等于0
∑[1≤k≤n]f(k) 对n进行求和,可以拓广至很多情况
如:∑[n is prime][n < 10]f(n)
∑∑[1≤i≤j≤n]n^2
lim f(x) (x->?) 求极限
f(z) f关于z的m阶导函数
C(n:m) 组合数,n中取m
P(n:m) 排列数
m|n m整除n
m⊥n m与n互质
a ∈ A a属于集合A
#A 集合A中的元素个数

∑(n=p,q)f(n) 表示f(n)的n从p到q逐步变化对f(n)的连加和,
如果f(n)是有结构式,f(n)应外引括号;
∑(n=p,q ; r=s,t)f(n,r) 表示 ∑(r=s,t)[∑(n=p,q)f(n,r)],
如果f(n,r)是有结构式,f(n,r)应外引括号;
∏(n=p,q)f(n) 表示f(n)的n从p到q逐步变化对f(n)的连乘积,
如果f(n)是有结构式,f(n)应外引括号;
∏(n=p,q ; r=s,t)f(n,r) 表示 ∏(r=s,t)[∏(n=p,q)f(n,r)],
如果f(n,r)是有结构式,f(n,r)应外引括号;
lim(x→u)f(x) 表示 f(x) 的 x 趋向 u 时的极限,
如果f(x)是有结构式,f(x)应外引括号;
lim(y→v ; x→u)f(x,y) 表示 lim(y→v)[lim(x→u)f(x,y)],
如果f(x,y)是有结构式,f(x,y)应外引括号;
∫(a,b)f(x)dx 表示对 f(x) 从 x=a 至 x=b 的积分,
如果f(x)是有结构式,f(x)应外引括号;
∫(c,d ; a,b)f(x,y)dxdy 表示∫(c,d)[∫(a,b)f(x,y)dx]dy,
如果f(x,y)是有结构式,f(x,y)应外引括号;
∫(L)f(x,y)ds 表示 f(x,y) 在曲线 L 上的积分,
如果f(x,y)是有结构式,f(x,y)应外引括号;
∫∫(D)f(x,y,z)dσ 表示 f(x,y,z) 在曲面 D 上的积分,
如果f(x,y,z)是有结构式,f(x,y,z)应外引括号;
∮(L)f(x,y)ds 表示 f(x,y) 在闭曲线 L 上的积分,
如果f(x,y)是有结构式,f(x,y)应外引括号;
∮∮(D)f(x,y,z)dσ 表示 f(x,y,z) 在闭曲面 D 上的积分,
如果f(x,y)是有结构式,f(x,y)应外引括号;
∪(n=p,q)A(n) 表示n从p到q之A(n)的并集,
如果A(n)是有结构式,A(n)应外引括号;
∪(n=p,q ; r=s,t)A(n,r) 表示 ∪(r=s,t)[∪(n=p,q)A(n,r)],
如果A(n,r)是有结构式,A(n,r)应外引括号;
∩(n=p,q)A(n) 表示n从p到q逐步变化对A(n)的交集,
如果A(n)是有结构式,A(n)应外引括号;
∩(n=p,q ; r=s,t)A(n,r) 表示 ∩(r=s,t)[∩(n=p,q)A(n,r)],
如果A(n,r)是有结构式,A(n,r)应外引括号

 

 

+  plus 加号;正号
-  minus 减号;负号
± plus or minus 正负号
× is multiplied by 乘号
÷ is divided by 除号
= is equal to 等于号
≠ is not equal to 不等于号
≡ is equivalent to 全等于号
≌ is equal to or approximately equal to 等于或约等于号
≈ is approximately equal to 约等于号
< is less than 小于号
> is more than 大于号


 is not less than 不小于号
 is not more than 不大于号
≤ is less than or equal to 小于或等于号
≥ is more than or equal to 大于或等于号
%  per cent 百分之…
‰ per mill 千分之…
∞ infinity 无限大号
∝ varies as 与…成比例
√ (square) root 平方根
∵ since; because 因为
∴ hence 所以
∷ equals, as (proportion) 等于,成比例
∠ angle 角
⌒ semicircle 半圆
⊙ circle 圆
○ circumference 圆周
π pi 圆周率
△ triangle 三角形
⊥ perpendicular to 垂直于
∪ union of 并,合集
∩ intersection of 交,通集
∫ the integral of …的积分
∑ (sigma) summation of 总和
° degree 度
′ minute 分
″ second 秒
℃ Celsius system 摄氏度
{ open brace, open curly 左花括号
} close brace, close curly 右花括号
( open parenthesis, open paren 左圆括号
) close parenthesis, close paren 右圆括号
() brakets/ parentheses 括号
[ open bracket 左方括号
] close bracket 右方括号
[] square brackets 方括号
. period, dot 句号,点
| vertical bar, vertical virgule 竖线
& amp; ampersand, and, reference, ref 和,引用
* asterisk, multiply, star, pointer 星号,乘号,星,指针
/ slash, divide, oblique 斜线,斜杠,除号
// slash-slash, comment 双斜线,注释符
# pound 井号
/ backslash, sometimes escape 反斜线转义符,有时表示转义符或续行符
~ tilde 波浪符
. full stop 句号
, comma 逗号
: colon 冒号
; semicolon 分号
? question mark 问号
! exclamation mark (英式英语) exclamation point (美式英语)
' apostrophe 撇号
- hyphen 连字号
-- dash 破折号
... dots/ ellipsis 省略号
" single quotation marks 单引号
"" double quotation marks 双引号
‖ parallel 双线号
~ swung dash 代字号
§ section; division 分节号
→ arrow 箭号;参见号

原创粉丝点击