Question: 1 Use the recursion x ( t + t ) = B x ( t ) in writing a program that computes x ( t

1 Use the recursion x(t+t)=Bx(t) in writing a program that computes
x(t),x(2t),dots,x(nt) given x(0).
2(a) For a matrix A and real number h, write a program that finds
Sn=I+Ah+A2h22+dots+Anhnn!.
(b) For the differential equation x=Ax, show that x(t+h)=eAhx(t).
(Hint: Use the fact that eA(s+t)=eAseAt.)
(c) Use (a) and the recursion in (b) to estimate x(h),x(2h),dots,x(nh)
given x(0).
Part A
3 For the compartment diagram shown below,
(a) Find the transfer matrix A.
(b) If x(0)=[100,250,80], find x(1) if material is transferred once a
day.
(c) Find x(1) if material is transferred hourly.
 1 Use the recursion x(t+t)=Bx(t) in writing a program that computes

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!