Quad
Solves quadratic equation command
Solves a polynomial of the order of 2 and/or less
Affected by flags
Principle Solution (-1)
Example
'A*X+B*X+C=0'
'X'
QUAD
Returns
'X=(-B+
s1*(B^2-4*(A*2/2)*C))/2*(A*2/2))
Read as
X = -B}(B^2-4AC)/2A
Realated commands
COLCT
?
EXPAN
?
ISOL
?
SHOW
?
Edit Page -
Page Revisions -
WikiHelp -
SearchWiki -
RecentChanges
Page last modified on November 13, 2003, at 08:40 PM