There are actually infinite solutions. The sympy solvers can handle it.

Try
```
sage: var(x)
sage: solve( sin(x)==1/2, x, algorithm='sympy' )
```
See https://docs.sympy.org/latest/modules/solvers/solveset.html

Rogerio

Em quarta-feira, 7 de setembro de 2022 às 11:41:13 UTC-3, erentar escreveu:

> Hello! I hope the title was clear enough but here is my problem:
>
> ```
> sage: var(x);
> sage: solve( sin(x)==.5, x )
> [x == 1/6*pi]
> ```
>
> I believe this equation should have 2 solutions: `pi/6` and `5pi/6`. What 
> mistake did i do?
>
> 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 sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/f3a319f1-d668-4423-929b-61f61ce232f6n%40googlegroups.com.

Reply via email to