Question

In MATLAB Use symbolic math to solve and plot Laplace Problem 3.17. Problem 3.17 Obtain the inverse Laplace transform of each

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Using MATLAB Program

clc, clear all,
syms s;
%%Problem 3.7 (a)
disp('Problem 3.7 (a)')
X1=2+((4*(s-4))/((s^2)+16))
ilaplace(X1)
%%%Problem 3.7 (b)
disp('Problem 3.7 (b)')
X2=((4/s)+((4*s)/((s^2)+9)))
ilaplace(X2)
%%%Problem 3.7 (c)
disp('Problem 3.7 (c)')
X3=((s+5)*exp(-2*s))/((s+1)*(s+3))
ilaplace(X3)

Solution

Problem 3.7 (a)

X1 =

(4*s - 16)/(s^2 + 16) + 2


ans =

4*cos(4*t) - 4*sin(4*t) + 2*dirac(t)

Problem 3.7 (b)

X2 =

(4*s)/(s^2 + 9) + 4/s


ans =

4*cos(3*t) + 4

Problem 3.7 (c)

X3 =

(exp(-2*s)*(s + 5))/((s + 1)*(s + 3))


ans =

5*heaviside(t - 2)*(exp(2 - t)/2 - exp(6 - 3*t)/2) - heaviside(t - 2)*(exp(2 - t)/2 - (3*exp(6 - 3*t))/2)

>>

4 (s-4) x(s) 2+ (s+16 laplace After applying ihverse tran sfom 4 sin (4t) 4Cos (4t) 2 stt) X2 (s) St b) S (bts) Japlace trans

Add a comment
Know the answer?
Add Answer to:
In MATLAB Use symbolic math to solve and plot Laplace Problem 3.17. Problem 3.17 Obtain the inverse Laplace transform o...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT