Difference between revisions of "Simplify Command"

From GeoGebra Manual
Jump to: navigation, search
({{note| 1=This command needs to load the Computer Algebra System, so can be slow on some computers. Try using the Polynomial Command instead.}})
Line 12: Line 12:
 
:{{example|1=<code><nowiki>Simplify[3 * x + 4 * x + a * x]</nowiki></code> yields  ''xa'' + ''7x''.}}
 
:{{example|1=<code><nowiki>Simplify[3 * x + 4 * x + a * x]</nowiki></code> yields  ''xa'' + ''7x''.}}
 
:{{Note|1=See also [[Factor Command]].}}
 
:{{Note|1=See also [[Factor Command]].}}
 +
{{note| 1=This command needs to load the Computer Algebra System, so can be slow on some computers. Try using the [[Polynomial Command]] instead.}}

Revision as of 11:25, 16 June 2014



Simplify[ <Function> ]
Simplifies the terms of the given function, if possible.
Example: Simplify[x + x + x] yields the function f(x) = 3x.
Simplify[ <Text> ]
Attempts to tidy up text expressions by removing repeated negatives etc.
Example: For a = b = c = -1 Simplify["f(x) = " + a + "x² + " + b + "x + " + c] yields the text f(x) = -x^2 - x - 1.
Note: The FormulaText Command normally produces better results and is simpler.

CAS Syntax

Simplify[ <Function> ]
Simplifies the terms of the given function, if possible. Undefined variables can be included in the terms.
Example: Simplify[3 * x + 4 * x + a * x] yields xa + 7x.
Note: See also Factor Command.
Note: This command needs to load the Computer Algebra System, so can be slow on some computers. Try using the Polynomial Command instead.
© 2024 International GeoGebra Institute