24-677 (LCS) Homework 4 solution

$29.99

Original Work ?
Category: You will Instantly receive a download link for .ZIP solution file upon Payment

Description

5/5 - (6 votes)

1: 15 points
Given
A =


1 1 0
0 0 1
0 0 1

 .
(a) Find A10
.
(b) Find A103
.
(c) Find e
At
.
2: 20 points
Find a closed-form expression for Ak
for k ≥ 1 where
A =


0 0 0
9 23 30
−7 −18 −235

 .
3: 20 points
For the following system, find an expression for y(n) if the input u(k) = 1 ∀k ≥ 0 starting at
x(0) =
0 0T
.
x(k + 1) = 
0 1
−0.5 −1

x(k) + 
1
1

u(k)
y(k) =
1 0
x(k)
4: 30 points
Let x1(t) be the water level in Tank 1 and x2(t) be the water level in Tank 2 . Let α be the rate
of outflow from Tank 1 and β be rate of outflow from Tank 2 . Let u be the supply of water to
the system. The system can be modelled into the following differential equations:
dx1
dt = −αx1 + u
dx2
dt = αx1 − βx2
1