rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

laplace(..) with 1D display #3104

Closed rtoy closed 1 week ago

rtoy commented 1 week ago

Imported from SourceForge on 2024-07-07 13:44:19 Created by *anonymous on 2008-09-02 18:02:59 Original: https://sourceforge.net/p/maxima/bugs/1489


In both console and xmaxima mode with display2d:false I get

laplace('diff(a(t), t), t, s ); ---> s * ?%laplace(a(t), t, s ) - a(0)

instead of the expected

s * 'laplace(a(t), t, s ) - a(0)

Using ilt(..) doesn't cure this display behavior, but desolve(..) does cure this behavior (for some mysterious reason).

This is a minor complaint, since I can simply avoid the problem with 2D display, or else start my session with:

(%i1) ( display2d:false, desolve('diff(a(t), t) = - b*a(t), a(t ) ) )$ (%i2) laplace('diff(a(t), t), t, s); (%o2) s * 'laplace(a(t), t, s ) - a(0)

Ted Woollett woollett@charter.net

Maxima version: 5.16.1 Maxima build date: 14:34 8/11/2008 host type: i686-pc-mingw32 lisp-implementation-type: GNU Common Lisp (GCL) lisp-implementation-version: GCL 2.6.8

rtoy commented 1 week ago

Imported from SourceForge on 2024-07-07 13:44:20 Created by crategus on 2009-01-10 21:42:58 Original: https://sourceforge.net/p/maxima/bugs/1489/#c338


rtoy commented 1 week ago

Imported from SourceForge on 2024-07-07 13:44:24 Created by crategus on 2009-01-12 21:37:39 Original: https://sourceforge.net/p/maxima/bugs/1489/#8032


NOUN and VERB properties for the functions laplace and ilt are added in rev. 1.10.

The linear display now works as expected. Closing this bug report as fixed.

Dieter Kaiser

rtoy commented 1 week ago

Imported from SourceForge on 2024-07-07 13:44:27 Created by crategus on 2009-01-12 21:37:39 Original: https://sourceforge.net/p/maxima/bugs/1489/#9ae7