Hi!

Is there a way to compute the local maximum of the absolute value of a 
polynomial with complex coefficients? the below snippet should exemplify my 
problem.

var('omega')
plot(abs(-omega^6 + 2.52349407705763*I*omega^5 + 4.57149144245722*omega^4 - 
4.95095921397014*I*omega^3 - 3.70209076479630*omega^2 + 
1.64521458323097*I*omega + 0.361999139300718),-1,1)
find_local_maximum(abs(-omega^6 + 2.52349407705763*I*omega^5 + 
4.57149144245722*omega^4 - 4.95095921397014*I*omega^3 - 
3.70209076479630*omega^2 + 1.64521458323097*I*omega + 
0.361999139300718),-1,1)

Mathematica is able to compute this without problems.

Thank you!

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to