1/22/19 11:44 AM MATLAB Command Window 1 of 1
1/22/19 11:44 AM MATLAB Command Window 1 of 1
ans =
ans =
>>
MATLAB Command Window Page 1
ans =
ans =
(1199*exp(-4*t)*(cosh(13^(1/2)*t) - (4262*13^(1/2)*sinh(13^(1/2)*t))/15587))/417 -
(65*exp(-(5*t)/2)*(cos((3^(1/2)*t)/2) + (131*3^(1/2)*sin((3^(1/2)*t)/2))/15))/4309 -
(266*exp(-8*t))/93
>>
MATLAB Command Window Page 1
ans =
ans =
-----------------------------------------------------------------------
s^7 + 115 s^6 + 4499 s^5 + 70700 s^4 + 553692 s^3 + 5.201e06 s^2
+ 3.483e06 s + 2.75e06
>>
MATLAB Command Window Page 1
ans =
---------------------------------------------------------------------------
ans =
-----------------------------------------------------------------------
s^7 + 225 s^6 + 16778 s^5 + 427711 s^4 + 1.093e06 s^3 + 1.189e06 s^2
+ 753676 s + 165165
>>
MATLAB Command Window Page 1
ans =
ans =
-----------------------------------------------------------------------
s^7 + 143 s^6 + 6849 s^5 + 123717 s^4 + 788690 s^3 + 3.469e06 s^2
+ 4.805e06 s
>>
MATLAB Command Window Page 1
>> %Number 4
>> nume = [10000 750000 350000];
>> deno = [1 113 4022 58200 754275 4324375 2586375 0];
>> [r4,p4,k4]=residue(nume,deno)
r4 =
-0.0023 + 0.0000i
0.0088 + 0.0000i
0.0066 + 0.0537i
0.0066 - 0.0537i
-0.2210 + 0.0000i
0.0660 + 0.0000i
0.1353 + 0.0000i
p4 =
-55.2886 + 0.0000i
-44.3110 + 0.0000i
-2.2730 +13.6568i
-2.2730 -13.6568i
-8.1812 + 0.0000i
-0.6732 + 0.0000i
0.0000 + 0.0000i
k4 =
[]
>>