STHence

50 Reputation

9 Badges

12 years, 36 days

MaplePrimes Activity


These are answers submitted by STHence

I have a way of finding the infinity norm of the transfer function as follows:

1. identityMAtrix

>II:= IdentityMatrix(7);

2. find the infinity norm of H(jω)

>f:=s->MatrixNorm(C.(s*II-A)-1 .B )

3. plot the function f, the maximum of f(s) is the infinity norm of the transfer function

>loglogplot(f,10^-5..10^-5)

Page 1 of 1