Activity 3
Activity 3
LAPLACE TRANSFORM
Name:________________________________________
Course:_______________________
Date:________________
Objective:
Pre-Lab Preparation:
FUNCTIONS
displays the value of variable X without
syms
printing the variable name
displays the text in prompt and waits
laplace(f, t, s) for the user to input a value and press
the Return key
2. Use the laplace function from the Symbolic Math Toolbox to compute the
Laplace Transform of the defined function.
F = laplace(f, t, s);
disp('Laplace Transform:');
disp(F);
Exercise 1:
Calculate the laplace transform of the following equations using MATLAB. Paste the
screenshot of your answer in the table
f ( t )=cos ( 4 t)
2
f ( t )=t +3 t+5
f ( t )=sin (10 t)
−3 t
f ( t )=e cos ( 4 t)
Part 2: Graphical Representation
1. To visualize the original function and its Laplace Transform, plot them over a
suitable range (e.g., from 0 to 5 seconds for the function and in the s-
domain).
Exercise 2:
Plot the Laplace transform of the following equations using MATLAB. Paste the
screenshot of your answers in the table below. Make sure to paste the graph of the
function in s-domain.
f ( t )=t 2 +3 t+5
f ( t )=sin (10 t)
−3 t
f ( t )=e cos ( 4 t)
Conclusion:
This lab focuses on understanding and visualizing the Laplace Transform, providing
a solid foundation in this important mathematical tool.