Re: Careful arithmetic ... was Re: +-Inf and NaN

Stavros Macrakis <[email protected]> Mon, 4 Mar 2024 15:01:13 -0500
Newsgroups gmane.comp.mathematics.maxima.general,gmane.lisp.gcl.devel
Message-ID <CACLVabWGht2C_oWM2s4yLAawcoPOLyMM09DghhfSrO=UNerbtQ@mail.gmail.com>
Re this:

On Sun, Mar 3, 2024 at 9:25 PM Henry Baker <[email protected]> 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....

_______________________________________________
Maxima-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/maxima-discuss