Solve the pair of differential equations
| x'1 (t) = x1 (t) + x2 (t) |
| x'2 (t) = - x1 (t) + x2 (t) |
with initial conditions x1(0) = x2(0) = 1000.
Solve the initial value problem
by converting it into a system of differential equations of order 1 and then solving the system.
Use Gershgorin discs to study the location of the eigenvalues of the matrix
| 2-j | 2 | 1 | ![]() |
| 1 | 2j | 0 |
| j | 1 | 2 |
Show that if
is an
eigenvalue of the matrix
| 2 | -1 | 0 | 0 | ![]() |
| -1 | 2 | -1 | 0 |
| 0 | -1 | 2 | -1 |
| 0 | 0 | -1 | 2 |
< 4.Consider the matrix
| A = |
| 2 | -2 | 1 | ![]() |
| -1 | 3 | -1 |
| -2 | -4 | 3 |
1(4)).
What are the corrresponding eigenvectors? Compute the
norms ||A||1 , ||A||
and ||A||Fr of the matrix
| A = |
| -1 | 1 | 0 | -1 | ![]() |
| 0 | 1 | -2 | 1 |
| 1 | 0 | 1 | -1 |
| -2 | 0 | -1 | 1 |
Consider the matrix A of the previous exercise.
Compute ||A||2 iteratively. Start from the vector
0 = (0, 1, - 1, 1).
Compute the
condition number of A with respect to 1-norm and
-norm. Here
| A = |
| 0.501 | -0.343 | ![]() | . |
| -0.872 | 0.597 |
Compute eA, where
|
|
Compute the spectral radius of the matrix
| A = |
| 1 | 0 | 0 | ![]() |
| 0 | 1 | -1 |
| -1 | -1 | 2 |