Mu Pad Example

You might also like

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

A:=matrix([[-B/M,1/M],[-K,0]])

- MB

1
M

-K 0

Bm:=matrix([[0],[K]])
0
K
sI:=matrix([[s,0],[0,s]])
s 0
0 s
T:=(sI-A)^-1*Bm
K
M s2 + B s + K
K B+M s
M s2 + B s + K

simplify(collect(T[2],[s]))
K B+M s
M s2 + B s + K

You might also like