Here is a collection of nine tools which can be used when trying to solve various mathematical problems.
Be aware of the following rules when entering a function expression.
^ * / + -
sin, cos, tan, asin, acos, atan, exp, log, sqrt, pow, abs
(), {}, []
All operations must be explicitly written, so the expression 2x must be written as 2*x.