Re: eval function

root <[email protected]> Wed, 18 Mar 2009 01:06:04 -0500
Newsgroups gmane.comp.mathematics.axiom.user
Message-ID <[email protected]>
Use the right-hand side function (rhs):

f:=-(37/84)*x^2 - (7/12)*x -1/42
x12:=radicalSolve(f,x)
g:=12*x^3 + 5*x^2 + 11*x + 16
eval(g,x,rhs x12.1)