Mathomatic Command Summary -------------------------- approximate - Approximate all numerical values in equation spaces. Usage: approximate [equation-number-ranges] calculate - Temporarily plug in values for variables and approximate. Usage: calculate ["repeat"] ["factor"] [variable number-of-iterations] clear - Delete expressions stored in memory so equation spaces can be reused. Usage: clear [equation-number-ranges] Tip: Use "clear all" to quickly restart Mathomatic. code - Output C, Java, or Python code for the specified equations. Usage: code ["c" or "java" or "python" or "integer"] [equation-number-ranges] Related commands: simplify, optimize, and variables. compare - Compare two equation spaces to see if they are the same. Usage: compare ["symbolic"] equation-number ["with" equation-number] copy - Duplicate the specified equation spaces. Usage: copy [equation-number-range] derivative - Symbolically differentiate and simplify, order times. Usage: derivative ["nosimplify"] [variable or "all"] [order] Alternate name for this command: differentiate display - Display equation spaces in pretty multi-line (2D) fraction format. Usage: display ["factor"] [equation-number-ranges] divide - Prompt for 2 numbers or polynomials and divide. Give result and GCD. Usage: divide [variable] echo - Output a line of text, followed by a newline. Usage: echo [text] edit - Edit all equation spaces or an input file, then read them in. Usage: edit [file-name] eliminate - Substitute the specified variables with solved equations. Usage: eliminate ["repeat"] variables or "all" ["using" equation-number] extrema - Find possible local minimums and maximums of the current expression. Usage: extrema [variable] [order] factor - Factor variables in equation spaces or factor given integers. Usage: factor ["number" [integers]] or ["power"] [equation-number-range] [variables] Alternate name for this command: collect fraction - Convert to a single simple fraction, like "simplify fraction" does. Usage: fraction [equation-number-range] help - Short, built-in help and reference. Usage: help [topic or command-names] imaginary - Copy the imaginary part of the current expression. Usage: imaginary [variable] Related command: real. integrate - Symbolically integrate polynomials order times, then simplify. Usage: integrate ["constant" or "definite"] variable [order] Alternate name for this command: integral laplace - Compute the Laplace or inverse Laplace transform of polynomials. Usage: laplace ["inverse"] variable limit - Take the limit as variable goes to expression (experimental). Usage: limit variable expression list - Display equation spaces in single-line format. Usage: list ["export" or "maxima"] [equation-number-ranges] nintegrate - Do numerical definite integration using Simpson's rule. Usage: nintegrate ["trapezoid"] variable [partitions] optimize - Split up equations into smaller, more efficient equations. Usage: optimize [equation-number-range] Related command: code. pause - Wait for user to press the Enter key. Optionally display a message. Usage: pause [text] product - Compute the product as variable goes from start to end. Usage: product variable start end [step-size] Related command: sum. quit - Terminate this program without saving. Usage: quit [exit-value] Alternate name for this command: exit read - Read in a text file as if it was typed in. Usage: read file-name real - Copy the real part of the current expression. Usage: real [variable] Related command: imaginary. replace - Substitute variables in the current equation with expressions. Usage: replace [variables ["with" expression]] roots - Display all the roots of a complex number. Usage: roots root real-part imaginary-part save - Save all equation spaces in a text file. Usage: save file-name Related command: read. set - Display, set, or save session options. Usage: set [["no"] option] simplify - Completely simplify expressions. Usage: simplify ["sign"] ["symbolic"] ["quick"] ["fraction"] [equation-number-range] solve - Solve the current equation for a variable or for zero. 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 variable order point unfactor - Algebraically expand (multiply out) expressions. Usage: unfactor ["fully"] ["quick"] ["power"] [equation-number-range] Alternate name for this command: expand variables - Output all variable names within the specified equations. Usage: variables ["c" or "java" or "integer"] [equation-number-range] Related command: code. version - Display Mathomatic version and license information. Usage: version End of list; total of 40 different commands.