You are on page 1of 1

EXPERIMENT

Roll No.:-13
Aim: - To determine inverse Laplace transformation of given system.

5 +4
=
−3 +6
PROGRAM:

syms s
F=s/(s*(s+7)*(s+9))
ilaplace(F)

OUTPUT:

F=

1/((s + 7)*(s + 9))

ans =

exp(-7*t)/2 - exp(-9*t)/2

You might also like