• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

woot, I finished my algorithm!

Orsorum

Lifer
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.
 
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.
 
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?
 
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.
 
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. 😛
 
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. 😛

 
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.
 
Back
Top