| This could be a Maxima question as it relates to find_root, find_minimum_on_interval, etc. When I try to find the root of a function involving
For example, |
| One way to get around this is to define the real and imaginary parts of the function and find roots of the sum of their squares: Calling |
| There are a couple of ways to get around this: Under the hood this is becoming sqrt((cos(x) - 1)^2 + sin(x)^2). But I think this should work: You shouldn't need each expression operand to be real to convert to a real.
Yeah, this is a long-standing problem, which unfortunately we've never had the energy to sort through in all cases. Help is welcome - there may be more than one ticket about this.
kcrisman (Mar 14 '11) |
Asked: Mar 13 '11
Seen: 459 times
Last updated: Mar 13 '11
powered by ASKBOT version 0.7.22
Copyright Sage, 2010. Some rights reserved under creative commons license.