Hello everyone.
I believe I have come across some kind of bug in Maple 11, and I was wondering if anyone could confirm that I am not crazy and that I am not using the software incorrectly. When using the solve command, I get some very weird stuff:


The second gives the correct answers. The first gives three complex roots. Am I doing something wrong?
Thanks,
John
Small imaginary part
With the results for your first command, notice the imaginary parts are on the order of 10^(-9). This is numerical garbage. If you throw away the insignificant imaginary parts, then the result is consistent with the second command.
So this is not a bug.
Solve vs. fsolve
I've found solve to be buggy. This is not so bad, but if you try them both with fsolve, they have identical results.
Cheers,
Stephen
Thanks
Ah.. Thanks for that. I didn't notice the first time and was very confused.
ineqaultiy
please how to solve inequality with three variable and absolute valu.
thinks for your help
inequality
1) Since this question is not related to the previous one in this thread, it's a good idea to start a new thread.
2) It might be helpful if the question were a bit more specific. Can you give us an example of the type of inequality you want to solve?