12-267/Homework Assignment 5: Difference between revisions

From Drorbn
Jump to navigationJump to search
No edit summary
No edit summary
Line 4: Line 4:
This assignment is due at the tutorial on Friday November 2. Here and everywhere, '''neatness counts!!''' You may be brilliant and you may mean just the right things, but if your readers have a hard time deciphering your work they will give up and assume it is wrong.
This assignment is due at the tutorial on Friday November 2. Here and everywhere, '''neatness counts!!''' You may be brilliant and you may mean just the right things, but if your readers have a hard time deciphering your work they will give up and assume it is wrong.


'''Task 1.'''
'''Task 1.''' Consider the following systems of equations:

<math>A:\begin{cases}
\dot{x}=x-2y & x(0)=3\\
\dot{y}=4y-2x & y(0)=1\\
\end{cases}</math>

<math>B:\begin{cases}
\dot{x}=x-5y & x(0)=3\\
\dot{y}=2x-5y & y(0)=1
\end{cases}</math>

<math>C:\begin{cases}
\dot{x}=y & x(0)=1 \\
\dot{y}=z & y(0)=2 \\
\dot{z}=-6x-11y-6z & z(0)=-1
\end{cases}</math>

# Write each one in a matrix form.
# Find the eigenvalues and eigenvectors of the resulting matrices.
# Diagonalize these matrices.
# Compute <math>e^{tA}</math> for each of those matrices.
# Solve these equations.

'''Task 2.'''
# Prove that if two matrices <math>A</math> and <math>B</math> satisfy <math>AB=BA</math>, then <math>e^{A+B}=e^Ae^B</math>.
# Find an example for two matrices <math>A</math> and <math>B</math> for which <math>e^{A+B}\neq e^Ae^B</math>.

'''Task 3.''' Let <math>D</math> be the differential operator <math>\frac{d}{dx}</math>, and let <math>f</math> be a function of the variable <math>x</math> whose Taylor series is convergent everywhere. Write a simple formula for <math>(e^Df)(x)</math>.

Revision as of 13:41, 26 October 2012

In Preparation

The information below is preliminary and cannot be trusted! (v)

This assignment is due at the tutorial on Friday November 2. Here and everywhere, neatness counts!! You may be brilliant and you may mean just the right things, but if your readers have a hard time deciphering your work they will give up and assume it is wrong.

Task 1. Consider the following systems of equations:

  1. Write each one in a matrix form.
  2. Find the eigenvalues and eigenvectors of the resulting matrices.
  3. Diagonalize these matrices.
  4. Compute for each of those matrices.
  5. Solve these equations.

Task 2.

  1. Prove that if two matrices and satisfy , then .
  2. Find an example for two matrices and for which .

Task 3. Let be the differential operator , and let be a function of the variable whose Taylor series is convergent everywhere. Write a simple formula for .