0% found this document useful (0 votes)
166 views1 page

Matlab Exploration Laboratory 1

The document describes two Matlab experiments related to polynomials, transfer functions, and Laplace transforms. Experiment 1 has students (1) generate and manipulate polynomials, (2) generate and manipulate transfer functions, and (3) perform partial fraction expansions. Experiment 2 has students (1) take Laplace transforms of time functions and inverse Laplace transforms, (2) create transfer functions from symbolic expressions, and (3) solve systems of equations symbolically. The objectives are to learn fundamental operations in Matlab and its symbolic toolbox.

Uploaded by

Av Saf
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
166 views1 page

Matlab Exploration Laboratory 1

The document describes two Matlab experiments related to polynomials, transfer functions, and Laplace transforms. Experiment 1 has students (1) generate and manipulate polynomials, (2) generate and manipulate transfer functions, and (3) perform partial fraction expansions. Experiment 2 has students (1) take Laplace transforms of time functions and inverse Laplace transforms, (2) create transfer functions from symbolic expressions, and (3) solve systems of equations symbolically. The objectives are to learn fundamental operations in Matlab and its symbolic toolbox.

Uploaded by

Av Saf
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Matlab Exploration Laboratory

Experiment 1:

Objectives: to learn to use Matlab to (1) generate polynomials, (2) manipulate polynomials, (3) generate
transfer functions, (4) manipulate transfer functions, (5) perform partial-fraction expansions.

Practice the files in \Matlab Files for appendix B for Chapter 2\ before answering the following questions.

Use Matlab to perform the following Lab activities:

1. Define P1=s6+7s5+2s4+9s3+10s2+12s+15, P2=s6+9s5+8s4+9s3+12s2+15s+20


2. Calculate: P3=P1+P2; P4=P1-P2, P5=P1P2
3. Use one command to Find the roots of P6=(s+7)(s+8)(s+3)(s+5)(s+9)(s+10)
4. Find the factored form of this transfer function:
G2(s)=(s4+17s3+99s2+223s+140)/(s5+32s4+363s3+2092s2+5052s+4320)
5. Evaluate the partial fractions of the following:
G3(s)=[5(s+2)]/[s(s2+8s+15)]
G4(s)= [5(s+2)]/[s(s2+6s+34)]

Experiment 2:
Objectives: To learn to use Matlab and the symbolic Math toolbox to (1) find Laplace transform for time
function, (2) find time functions from Laplace transforms, (3) create transfer functions from symbolic
transfer functions, (4) perform solutions of symbolic simultaneous equations.

Practice the files in \Matlab Files for appendix F for Chapter 2\ before answering the following questions.

Use Matlab to perform the following Lab activities:

1. Generate symbolically the time function


f(t)=0.0075-0.00034 e-2.5t cos(22t)+0.087 e-2.5t sin(22t) -0.0072e-8t
2. Find the Laplace transform of above f(t).
3. Generate symbolically F(s)=[2(s+3)(s+5)(s+7)]/[s(s+8)(s2+10s+100)]
4. Find the inverse Laplace transform of the above F(s)
5. Solve the circuit for the Laplace transforms of the loop currents shown in the figure I 1(s), I2(s), I3(s)
where V(t)=3u(t).

You might also like