Polynomial Formulas
- From: "DJ Craig" <spit@xxxxxxxxxxxxxxx>
- Date: 10 May 2005 13:03:30 -0700
There are formulas for solving any power of polynomial, for example to
solve ax^2+bx+c, you can use the Quadratic formula. There is also a
(much longer) cubic formula, quartic formula, sextic formula, etc. So
you would expect that it would be possible to create a series
describing the formula for an nth power polynomial. In Mathematica,
you can find the formula for a polynomial of any power like this:
Solve[a x^4+b x^3+c x+d==0,x]
But when I tried to use a series to describe an nth power polynomial,
Mathematica couldn't come up with a formula. I'm guessing that it
would be possible to derive such a formula using Taylor's series, but I
don't know how. Does such a formula exist?
.
- Follow-Ups:
- Re: Polynomial Formulas
- From: Ken Pledger
- Re: Polynomial Formulas
- From: Robert Israel
- Re: Polynomial Formulas
- From: Arturo Magidin
- Re: Polynomial Formulas
- Prev by Date: Re: I Need Some Advice...
- Next by Date: Re: Polynomial Formulas
- Previous by thread: Desargues Theorem.
- Next by thread: Re: Polynomial Formulas
- Index(es):
Relevant Pages
|