Maple soft, transcendental equations

  • Context: Maple 
  • Thread starter Thread starter jam12
  • Start date Start date
  • Tags Tags
    Maple
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
jam12
Messages
37
Reaction score
0
Hello guys, I am new to maple software and I am stuck on solving a simple transcendental equation:

sin(x)=x/2 over the range x=-3,...,3.

I know how to solve this equation for individual intervals, for example:
> fsolve(sin(x) = (1/2)*x, x = -3 .. -1);

> fsolve(sin(x) = (1/2)*x, x = -1 .. 1);

> fsolve(sin(x) = (1/2)*x, x = 1 .. 3);

However I want to solve it, so that it outputs all of the three solutions at once:

>fsolve(sin(x) = (1/2)*x, x = -3 .. 3);


Is this possible?
cheers
 
Physics news on Phys.org