syntax

10 Reputation

One Badge

3 years, 61 days

MaplePrimes Activity


These are questions asked by syntax

Run these codes

with(inttrans)

y := t -> invlaplace(exp(-s)/s, s, t)

The following gives correct answer

y(t - 1)

The following gives junk answer

y(t - 1.1)

and I cannot plot added shifted signals in time domain if their shifts are not integer numbers. Maple goes into infinite calculation loop.

Page 1 of 1