You are on page 1of 2

JS 1 REFERENCE SHEET

1. Generate Symbolically the time function 1 () = 25 + 3 5

M-file (code) Command Window (output)

5
2. Generate symbolically 1 () = . Obtain your result in both factored and
(+3)(+2)
polynomial form.

M-file (code) Command Window (output)


Factored form

Polynomial form

3. Determine the laplace transform of 1 ()

M-file (code) Command Window (output)


4. Determine the inverse laplace transform of 1 ()

M-file (code) Command Window (output)

5. Solve for the loop current :

By manual calculation, in matrix form:


17 3
1 1 () =
3 3 + 15 + () 0
5 2
Using matlab:

M-file (code) Command Window (output)

You might also like