Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

A. use matlab poly command to construct polynomial for denominator from known ro

ID: 2267613 • Letter: A

Question

A. use matlab poly command to construct polynomial for denominator from known roots based on Q=poly(v), identify vector V needed then use it to produce vector Q and relate vector Q to actual polynomial Q(s).

B. Use residue command to obtain residues, for this process:
B=__________ vector as input into matlab

A=__________ vector as input into matlab

R= P= K=
H(s)=___________________________ *VIEW PICTURE BELOW*

b.37 Determine the constants ao, a1, and a2 of the partial fraction expansion F(s) -s/(s1)3 - ao/(s +1)3 + a/(s +1)2+ a2/(s 1).

Explanation / Answer

clc;
clear all;
b = input('Enter Numberator coefficient matrix');
a = input('Enter Denominator coefficient matrix');
% b = [1];
% a = [ 1 3 3 1];
[r,p,k] = residue(b,a);
disp('The Numerator and Denominator coefficients are:');
disp(r);
disp(p);
disp(k);
% residues
disp('The Numerator and Denominator coefficients are:');
[b2,a2] = residue(r,p,k);
disp(b2);
disp(a2);
% Q = poly(a2);
% disp(Q);
% THE DINOMINATOR COEFFICIENTS SHOWN BY a2; NO POLY COMMAND REQUIRED

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote