woot, I finished my algorithm!

Orsorum

Lifer
Dec 26, 2001
27,631
5
81
So I'm using this command chain to generate the zeros for t of the given function:

g := (eval(1-d*t+m*t^2-n*t^3+p*t^4-n*t^5+m*t^6-d*t^7+t^8,{d=0,m=-1,n=-1,p=1})): solve(g,t): evalf(%);

I am try to figure out a way to generate the zeros for a range of coefficient values (e.g. p=-5..5), and have Maple return the zeros for all those different values. Does anyone know if this is possible to do?

So, I'm trying to find a math forum in which to post this question. Help me!

Now to way for two days while it tries all 22,000,000 cases.
 

Eli

Super Moderator | Elite Member
Oct 9, 1999
50,419
8
81
I thought you were needing help with your yard. :p
 

Eli

Super Moderator | Elite Member
Oct 9, 1999
50,419
8
81
Originally posted by: Feldenak
Rounded leaves = White maple
Pointed leaves = Red maple

7 segment fat leaves = cannabis indica

:p
 

Muzzan

Member
Apr 15, 2003
169
0
0
Look man, it's pretty obvious that no one here knows how to help you (or they are just unwilling ;)). Instead of endlessly bumping your thread, I suggest you seek out help in other venuesm, like #math of EFnet, people in your math department, other forums, etc.
 

Orsorum

Lifer
Dec 26, 2001
27,631
5
81
Originally posted by: Muzzan
Look man, it's pretty obvious that no one here knows how to help you (or they are just unwilling ;)). Instead of endlessly bumping your thread, I suggest you seek out help in other venuesm, like #math of EFnet, people in your math department, other forums, etc.

Any recommendations as to other forums?
 

eakers

Lifer
Aug 14, 2000
12,169
2
0
wish i could help you but i instantly deleated all my knowledge of maple because i hate it so much.

i went crazy trying to figure out how to change the font size.
 

Orsorum

Lifer
Dec 26, 2001
27,631
5
81
Originally posted by: eakers
wish i could help you but i instantly deleated all my knowledge of maple because i hate it so much.

i went crazy trying to figure out how to change the font size.

Ouch. Must've been a short trip. :p
 

Orsorum

Lifer
Dec 26, 2001
27,631
5
81
Originally posted by: Orsorum
Originally posted by: eakers
wish i could help you but i instantly deleated all my knowledge of maple because i hate it so much.

i went crazy trying to figure out how to change the font size.

Ouch. Must've been a short trip. :p

 

DrPizza

Administrator Elite Member Goat Whisperer
Mar 5, 2001
49,601
167
111
www.slatebrookfarm.com
I never used Maple, but used Mathematica...

Why not just do a simple loop (I don't know how Maple handles loops)
For Next
Do While
Or whatever is in Maple... I would find it hard to believe that Maple doesn't support some sort of looping.