123

级别: 进士级版主
发贴: 6156
威望: 4760
金币: 16543
注册时间:2004-09-10
最后登陆:2007-06-30
|
|
数学公式的英语读法
1.Logic
∃ there exist
∀ for all
p⇒q p implies q / if p, then q
p⇔q p if and only if q /p is equivalent to q / p and q are equivalent
2.Sets
x∈A x belongs to A / x is an element (or a member) of A
x∉A x does not belong to A / x is not an element (or a member) of A
A⊂B A is contained in B / A is a subset of B
A⊃B A contains B / B is a subset of A
A∩B A cap B / A meet B / A intersection B
A∪B A cup B / A join B / A union B
AB A minus B / the diference between A and B
A×B A cross B / the cartesian product of A and B
3. Real numbers
x+1 x plus one
x-1 x minus one
x±1 x plus or minus one
xy xy / x multiplied by y
(x - y)(x + y) x minus y, x plus y
x y x over y
= the equals sign
x = 5 x equals 5 / x is equal to 5
x≠5 x (is) not equal to 5
x≡y x is equivalent to (or identical with) y
x ≡ y x is not equivalent to (or identical with) y
x > y x is greater than y
x≥y x is greater than or equal to y
x < y x is less than y
x≤y x is less than or equal to y
0 < x < 1 zero is less than x is less than 1
0≤x≤1 zero is less than or equal to x is less than or equal to 1
| x | mod x / modulus x
|