Difference between revisions of "SolveQuartic Command"

From GeoGebra Manual
Jump to: navigation, search
(→‎CAS Syntax: fixed formula rendering)
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
Line 2: Line 2:
  
 
==CAS Syntax==
 
==CAS Syntax==
;SolveQuartic[ <Quartic Polynomial> ]
+
;SolveQuartic( <Quartic Polynomial> )
 
:Solves a given [[w:Quartic_function|quartic polynomial]] and returns a list of all solutions.
 
:Solves a given [[w:Quartic_function|quartic polynomial]] and returns a list of all solutions.
  
 
:{{example| 1=<div><code><nowiki>SolveQuartic[ x^4 + x^3 + x^2 + x ]</nowiki></code> yields {0, -1, ''i'', -''i'' }</div>}}
 
:{{example| 1=<div><code><nowiki>SolveQuartic[ x^4 + x^3 + x^2 + x ]</nowiki></code> yields {0, -1, ''i'', -''i'' }</div>}}

Revision as of 17:17, 7 October 2017

© 2024 International GeoGebra Institute