HW3_TheoryAC_LinearAlgebra_S2

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Theory of Automatic Control – Homework 3 - EEIU-VNU

HOMEWORK 3
ODE AND LINEAR ALGEBRA
𝑑𝑦(𝑡)
Question 1: Find general solution of + 5𝑦(𝑡) = 10𝑡, y(0) = 1
𝑑𝑡

𝑒 3𝑥
Question 2: Find general solution of 𝑦 ′′ − 3𝑦 ′ + 2𝑦 =
1+ 𝑒 𝑥

Question 3: Given Matrix A of dimension nxn (n row and n col). Knowing that
rank(A) = n, what is a number of solution Ax=b where b#0

Question 4: Given Matrix A of dimension nxn (n row and n col). Knowing that
rank(A) = n, Ax=b where b is a unknow vector, what is conclusion about vector b?

Question 5: Find the characteristic equation, eigenvalues, and eigenvectors of the


following matrices:

1 3 6
1 4
A=( ), B = (2 1 4)
3 2
1 0 3

Question 6: Find Column Space, Row Space, Rank and Null Space of matrix C
1 −2 1 −5 6
C = (3 −6 4 −24 20)
2 −4 0 8 1

−2 3
Question 7: For H = ( )
−6 7

a. Find cos(H) by using Cayley Hamilton Theorem


b. Find exp(Ht) by decomposing as and D is the diagonal matrix (H = PDP-1)

You might also like