Difference between revisions of "Expand Command"

From GeoGebra Manual
Jump to: navigation, search
m (Bot: Automated text replacement (-{{command +{{command|cas=true))
Line 3: Line 3:
 
;Expand[ <Function> ]
 
;Expand[ <Function> ]
 
:Expands the function expression.
 
:Expands the function expression.
{{example|1=<code>Expand[(2x - 1)² + 2x + 3]</code> returns the expression ''4x² - 2x + 4''.}}
+
:{{example|1=<div><code><nowiki>Expand[(2 x - 1)^2 + 2 x + 3]</nowiki></code> yields <math>4 x^2 - 2 x + 4</math>.</div>}}
 
+
==CAS Syntax==
This command works in [[CAS View|CAS]] too.
+
;Expand[ <Function> ]
 +
:Expands the function expression.
 +
:{{example|1=<div><code><nowiki>Expand[(2 x - 1)^2 + 2 x + 3]</nowiki></code> yields <math>4 x^2 - 2 x + 4</math>.</div>}}

Revision as of 13:28, 11 September 2012



Expand[ <Function> ]
Expands the function expression.
Example:
Expand[(2 x - 1)^2 + 2 x + 3] yields 4 x^2 - 2 x + 4.

CAS Syntax

Expand[ <Function> ]
Expands the function expression.
Example:
Expand[(2 x - 1)^2 + 2 x + 3] yields 4 x^2 - 2 x + 4.
© 2024 International GeoGebra Institute