Basic Mathematical Tools

Here is a collection of nine tools which can be used when trying to solve various mathematical problems.

Sorry, this requires a Java-enabled browser.

 

Be aware of the following rules when entering a function expression.

  1. Supported mathematical operations (from highest to lowest precedence).
    ^ * / + -
  2. Supported mathematical functions. These are all of the functions included in Java's Math class.
    sin, cos, tan, asin, acos, atan, exp, log, sqrt, pow, abs
  3. Grouping. Spaces are ignored when the string is parsed and terms may be grouped with any of
    (), {}, []

All operations must be explicitly written, so the expression 2x must be written as 2*x.


All comments should be addressed to Tom Kiffe.
tkiffe@math.tamu.edu