Re: [EXTERNAL] Re: 1-button calculator ~ "all elementary fns from a single operator"

Przemek Klosowski via Maxima-discuss <[email protected]> Fri, 1 May 2026 12:24:06 -0400
Newsgroups gmane.comp.mathematics.maxima.general
Organization NIST
Message-ID <[email protected]>
> BTW, Google just told me that the obvious differential equation for 
> eml(x,y) is
>
> dy/dx = y*exp(x)

(%i1) eq:'diff(y,x)=y*exp(x);
                                   dy     x
(%o1)                             ── = %e  y
                                   dx
(%i2) ode2(eq,y,x);
                                          x
                                        %e
(%o2)                            y = %e    %c

what am I missing?



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