|
[Date Index]
[Thread Index]
[Author Index]
[Help Needed] Function to solve polynomial
- To: mathgroup at smc.vnet.net
- Subject: [mg71228] [Help Needed] Function to solve polynomial
- From: a1b2c3d4 <ms-z- at hotmail.com>
- Date: Sat, 11 Nov 2006 03:38:00 -0500 (EST)
I am trying to write a function that will help me solve the polynomial f(x)=(x-4)(x+2)(x-1)(x+5)(x-7) (NSolve and Solve functions not preferred)
I can only think of this function:
solution := {Plot[{(x -4)(x + 2)(x - 1)(x + 5)(x - 7)}, {x, -10, 10}, AxesLabel -> TraditionalForm /@ {x, y}]}
Does anyone have better knowledge than me in writing an automated program to solve this polynomial? Say For, While or Do Loop?
Your help will be greatly appreciated.
Prev by Date:
finite group theory w/mathematica
Next by Date:
Re: Efficiency of repeatedly appending to a List
Previous by thread:
Re: finite group theory w/mathematica
Next by thread:
Re: [Help Needed] Function to solve polynomial
|