You are on page 1of 3

Nama : Fadilla Rosalina

NIM : 061840341357

Kelas : 5 ELA

Modeling dan Simulasi

JAWABAN UTS

1. Koding :

s = %s;

num = s;

den = (s + 10)*(s^2 + 4*s + 16);

t = syslin('c', num/den);

clf;

evans(t);

mtlb_axis([-5 5 -5 5])

2. Perhitungan
Koding :

R = [10 -10 0 0; -10 19 -4 0; 0 -4 19 -15; 0 0 -15 35];

u = [80 0 40 0]';

i_n = R\u

residual = clean (u - R*i_n)

You might also like