Re: Computer Algebra Algorithms lisp vs. C.
- From: Raymond Toy <raymond.toy@xxxxxxxxxxxx>
- Date: Fri, 08 Apr 2005 18:03:07 -0400
>>>>> "Richard" == Richard Fateman <fateman@xxxxxxxxxxxxxxx> writes:
Richard> Richard Fateman wrote:
Richard> oops..
>> #.$ foo:= -b+sqrt(b^2-4*a*c)/2*a $
Richard> should be (if it is the familiar quadratic formula...)
Richard> #.$ foo:= -b+sqrt(b^2-4*a*c)/(2*a )$
Richard> infix is so tricky.
Indeed, because I think you're missing another set of parentheses
because b is also supposed to be divided by 2*a. :-)
Ray
.
- References:
- Re: Computer Algebra Algorithms
- From: JohnCreighton_
- Re: Computer Algebra Algorithms
- From: Bernard Parisse
- Re: Computer Algebra Algorithms lisp vs. C.
- From: Richard Fateman
- Re: Computer Algebra Algorithms lisp vs. C.
- From: Richard Fateman
- Re: Computer Algebra Algorithms
- Prev by Date: Complex Function Graphics for Mathematica
- Next by Date: Re: Computer Algebra Algorithms
- Previous by thread: Re: Computer Algebra Algorithms lisp vs. C.
- Next by thread: Re: Computer Algebra Algorithms
- Index(es):
Relevant Pages
|