Difference between revisions of "Expand Command"

From GeoGebra Manual
Jump to: navigation, search
Line 2: Line 2:
 
{{command|cas=true|algebra}}
 
{{command|cas=true|algebra}}
 
;Expand[ <Expression> ]
 
;Expand[ <Expression> ]
:Expands the function expression.
+
:Expands the 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>}}
 
:{{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==
 
==CAS Syntax==
 
;Expand[ <Expression> ]
 
;Expand[ <Expression> ]
:Expands the function expression.
+
:Expands the 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>}}
 
:{{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 11:45, 3 May 2013



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

CAS Syntax

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