Regarding Errors in Maple

hi...!

  I m trying to slove one equation with maple but is giving warning.

"warning, solutions my have been lost"

this type of message is appering.. wat is the meaning of that? how to solve my equation?

My equation is interms of cosh, sinh, sin and cos..

Plz.. reply..

 

Axel Vogt's picture

it means: Maple warns you, that it may not have returned all sol

it means: Maple warns you, that it may not have returned all solutions

?solve and then to solve/details (which is a quite common way to find
info about commands) will tell you:

Missed Solutions
If the solve command cannot confirm that the solution set returned is
complete, it sets the global variable _SolutionsMayBeLost to true and
issues a warning.

Robert Israel's picture

Solutions may have been lost

To add to what Axel said:

Equations involving transcendental functions typically have solutions that can't be expressed in "closed form", so the fact that "some solutions may have been lost" may not be Maple's fault. 
 

We might be able to say more if you posted the actual equation.
 

If you want a numerical solution rather than a symbolic one, you might try fsolve.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
}