Mathomatic Command Summary Page 3

ADVERTISEMENT

Usage: solve ["verify"] ["for"] variable or "0"
sum - Compute the summation as variable goes from start to end.
Usage: sum variable start end [step-size]
Related command: product
tally - Prompt for and add entries, show total and optionally the average.
Usage: tally ["average"]
taylor - Compute the Taylor series expansion of the current expression.
Usage: taylor ["nosimplify"] variable order point
unfactor - Algebraically expand (multiply out) expressions.
Usage: unfactor ["fraction"] ["quick"] ["power"] [equation-number-range]
Alternate name for this command: expand
variables - Show all variable names used within the specified expressions.
Usage: variables ["c" or "java" or "integer"] [equation-number-range]
Related command: code
version - Display Mathomatic version and license information.
Usage: version
End of command list.
Total of 42 different commands.
******************************************************************************
To enter an expression or equation, simply type it in at the prompt.
Operators have precedence decreasing as indicated:
! factorial (gamma function)
** or ^ power (exponentiation)
* multiply
/ divide
% modulus
// integral divide
+ add
- subtract
= equate (lowest precedence)
Multiple operators of the same precedence level are grouped left to right.
Variables consist of any combination of letters, digits, and underscores (_).
Predefined variables follow:
sign, sign1, sign2, ... - may only be +1 or -1
integer, integer1, ... - may be any integer value
Absolute value notation "|x|" and dual polarity "+/-x" are understood.
******************************************************************************
Constants are double precision floating point values with about
14 decimal digits accuracy.
They can be entered in standard, scientific,
or hexadecimal notation.
Excepting named constants, constants always
start with a decimal digit (0..9) or a period.
Named constants follow:
e or e# - the universal constant e (2.7182818284...)
pi or pi# - the universal constant pi (3.1415926535...)
i or i# - the imaginary unit (square root of -1)
The above constants may also be used anywhere variables are required.
inf - floating point infinity constant
nan - invalid floating point result (not enterable)
The largest value of a constant is +/-1.79769e+308
The smallest value of a constant is +/-2.22507e-308
3 of 3
10/23/2010 02:45 PM

ADVERTISEMENT

00 votes

Related Articles

Related forms

Related Categories

Parent category: Education
Go
Page of 3