MATH319 Exercises

2 Workshop Exercise 1

W1.3 A complex square matrix is stable if all the eigenvalues λ have λ<0, where λ is the real part of λ. For each of the following matrices, find the eigenvalues numerically using computer software to test whether ±A,±B,±C are stable:

A=[(113275182)],B=[(117984229)],C=[(11112794817ı22ı24)].

W1.4 Let

A=[(145621178)],I=[(100010001)],
B=[(127452)],C=[(027143)],D=[(3567)].

Compute the matrix transfer function

T(s)=C(sI-A)-1B+D

either by hand or using suitable computer software. Here s is an algebraic variable.

W1.5 A coupled harmonic oscillator satisfies the system of differential equations with t time, k and c constants, u1 and u2 inputs and y1 and y2 state variables, namely

d2y1dt2=-ky1+c(y2-y1)+u1

and

d2y2dt2=-ky2-c(y2-y1)+u2.

By introducing extra state variables v1=dy1/dt and v2=dy2/dt, write this as a system of first order differential equations, in matrix form.

W1.6 Let

A=[(0100300200010-201)],B=[(00100001)];

let Q be the (4×8) matrix written as (4×2) blocks

Q=[(BABA2BA3B)].

Find the rank of Q.