Input Syntax Help.
Be glad! We care about you.
- In order to summate a and b write a+b.
- For subtraction, use a-b.
- For multiplication, use a*b.
- For division, use a/b.
- For power, use a^b (except for input syntax Axiom).
- For the b-th root of a, use root(a,b) or simply root(a) for the
square root of a (except for Yacas, OpenMath, Mathematica, Derive).
- For derivative of a function f(x) write diff(f(x),x),
e.g. diff(sin(x), x).
- For the coordinates of a point, e.g., (1;2), write list(1,2) (Input syntax: Maxima,
Axiom, Maple, MuPAD, Derive, REDUCE).
Be aware of the fact, that computer can not read your thoughts,
so do not omit
brackets at the ambiguous places!
This page looks like it is automatically generated,
but it is NOT!