quartic polynomial solver  
Author Message
Lothar Leidner





PostPosted: 2003-12-22 20:25:00 Top

java-programmer, quartic polynomial solver Hi,

I'm looking for a java method or Math lib which solves quartic
polynomial equations a4 x^4 + a3 x^3 + a2 x^2 + a1 x + a0 = 0.
My google results pointed to dead links. Any help appreciated.

Thanks,

Lothar Leidner
 
Niki Estner





PostPosted: 2003-12-22 23:07:00 Top

java-programmer >> quartic polynomial solver If you have the time (and don't find what you want), you could download the
pov-ray (www.povray.org) source (written in C) and translate their quartic
solver to java.
Should be rather straightforward.

Niki

"Lothar Leidner" <email***@***.com> schrieb im
Newsbeitrag news:email***@***.com...
> Hi,
>
> I'm looking for a java method or Math lib which solves quartic
> polynomial equations a4 x^4 + a3 x^3 + a2 x^2 + a1 x + a0 = 0.
> My google results pointed to dead links. Any help appreciated.
>
> Thanks,
>
> Lothar Leidner