gabriels-horn
- 92
- 0
Homework Statement
The https://www.physicsforums.com/showthread.php?t=403476" was to determine the eigenvalues of the following matrix. View attachment 25800
The problem of interest deals with actually finding a solution to the system above without the use of matrix methods.
Homework Equations
The template was to use the following system to solve this problem.
X\prime = AX =>\begin{bmatrix}x_1\prime \\x_2\prime \\x_3\prime \\x_4\prime \\x_5\prime\end{bmatrix}=\begin{bmatrix}2 & 1 & 0 & 0 & 0 \\ 0 & 2 & 0 & 0 & 0 \\ 0 & 0 & 2 & 0 & 0 \\ 0 & 0 & 0 & 2 & 1 \\ 0 & 0 & 0 & 0 & 2\end{bmatrix}\begin{bmatrix}x_1\\x_2\\x_3\\x_4\\x_5\end{bmatrix}
The Attempt at a Solution
So multiplying the matrix yields the following.
x_1\prime = 2x_1 + x_2
x_2\prime = 2x_2
x_3\prime = 2x_3
x_4\prime = 2x_4 +x_5
x_5\prime = 2x_5
It was suggested that x_2 and x_5 be eliminated to solve this system. Any pointers on how to best do that? Can you separate the variables? For example, x_5\prime = 2x_5 is separated to
\int dy = \int 2x_5 dx_5
and becomes y = x_5^2
Last edited by a moderator: