octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #56069] [octave forge] (symbolic) Laplace tran


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #56069] [octave forge] (symbolic) Laplace transform of sin(w*t) gives wrong value
Date: Thu, 4 Apr 2019 01:16:20 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36

Follow-up Comment #2, bug #56069 (project octave):

I think this may be a valid Matlab compatibility bug. The Matlab docs say that
't' is the default independent variable

https://www.mathworks.com/help/symbolic/laplace.html

I also noticed the 3-argument form, which is another workaround you can use,
this does work correctly in Octave


>> laplace (sin (w*t), t, s)
ans = (sym)

     w   
  ───────
   2    2
  s  + w 



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56069>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]