The following examples illustrate entry of some common expressions.
|
Expression |
Do this |
To display this |
|---|---|---|
|
A simple expression with integers |
Type 2x+52500 |
2x + 52500 |
|
A polynomial with a fractional coefficient |
|
|
|
A simple inequality |
Type x>=-4 |
x ≥ -4 |
|
A square root |
Type sqrt(x |
|
|
A cube root |
|
|
|
An expression involving pi and Euler's number |
|
π + e2 |
|
The natural logarithm of an absolute value |
Type either of the following: ln(|x|) ln(abs(x)) |
ln(|x|) |
|
A complex number |
|
2 + 3i |
|
A vector in vector bracket form |
|
〈12, 15, 22〉 |
|
A vector in i-j-k form |
|
5i + 24j + 4k |