octave-maintainers
[Top][All Lists]
Advanced

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

Re: Laplace transforms with symbolic package


From: Doug Stewart
Subject: Re: Laplace transforms with symbolic package
Date: Sun, 5 Jul 2015 10:08:59 -0400



On Sat, Jul 4, 2015 at 7:24 PM, Barrett Urness <address@hidden> wrote:
Has anyone had success being able to use laplace transforms using the symbolic 2.2.2 package? I have been able to use the syms function and fourier, but not laplace, this is the error i receive: 

Inline image 1



This works for me:
syms t
 f = t^2;
 laplace(f)


--
DASCertificate for 206392


reply via email to

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