|
From: Stavros M. <mac...@gm...> - 2024-03-04 20:01:31
|
Re this:
On Sun, Mar 3, 2024 at 9:25 PM Henry Baker <hb...@pi...> wrote:
> ...
>
> asin(0.5) => %pi/6 + 2*%pi*%r103
>
>
>
> '%pi' is the symbol for pi; %r103 is a generated variable with is declared
> to be an integer.
>
...
I think that's a completely different issue that deserves its own thread if
you want to open it.
The *to_poly_solve* package already generates results like this:
%solve([sin(x)=1/2],x);
%union([x = 2*%pi*%z1380+(5*%pi)/6],
[x = 2*%pi*%z1419+%pi/6])
Simplifying expressions involving multiple %zNNN's is a challenge....
|