Solve System of 5 Equations with Jordan's Matrix Properties

  • Thread starter DanielSauza
  • Start date
  • Tags
    System
In summary, the conversation discusses a system of equations involving values of u3, u4, u5, R1, and R2. The system can be solved using matrix properties, specifically by solving three equations in three unknowns. The values of R1 and R2 can then be calculated from the remaining equations.
  • #1
DanielSauza
8
0
Hello, I've come across the following system during my finite element theory class. I'm not quite sure about how to figure out the values of u3, u4, u5, R1 and R2. I've heard something about using Jordan's matrix properties but I'm not familiar with those. How would you go about solving this system?

Sorry for my english, not my first language.
 

Attachments

  • 1440801303015.jpg
    1440801303015.jpg
    31.1 KB · Views: 426
Physics news on Phys.org
  • #2
How would you normally go about solving such systems?
 
  • #3
It is very hard to read what you have there! It appears to be
[tex]\begin{bmatrix}R_1 \\ R_2 \\ 10 \\ 0 \\ 10 \end{bmatrix}= \begin{bmatrix}8 & 0 & -5 & 0 & 0 \\ 0 & 10 & 0 & 0 & -10 \\ -5 & 0 & 18 & 7 & -20 \\ 0 & 0 & -8 & 23 & -10 \\ 0 & -10 & -20 & -10 & 40 \end{bmatrix} \begin{bmatrix}0 \\ 0 \\ u_3 \\ u_4 \\ u_5\end{bmatrix}[/tex]

Is that correct? And is the right side a matrix multiplication? If so then the 5 equations are
[itex]-5u_3= R_1[/itex]
[itex]-10u_5= R_2[/itex]
[itex]18u_3+ 7u_4- 20u_5= 10[/itex]
[itex]-8u_3+ 23u_4- 10u_5= 0[/itex] and
[itex]-20u_3- 10 u_4+ 40u_5= 0[/itex].

The first thing I notice is that the last three equation involve [itex]u_3[/itex], [itex]u_4[/itex], and [itex]u_5[/itex] without any [itex]R_1[/itex] or [itex]R_3[/itex] so can be solved as "three equations in three unknowns". Then [itex]R_1[/itex] and [itex]R_2[/itex] can be calculated from the first two equations.
 

FAQ: Solve System of 5 Equations with Jordan's Matrix Properties

What is Jordan's matrix properties?

Jordan's matrix properties are a set of techniques used to solve systems of linear equations. They involve transforming a given matrix into a specific form called Jordan form, which makes it easier to find the solutions of the system.

How many equations can be solved using Jordan's matrix properties?

Jordan's matrix properties can be used to solve systems of up to five equations. If there are more than five equations, a larger matrix called a Jordan block is needed, which makes the process more complicated.

What are the steps to solve a system of 5 equations using Jordan's matrix properties?

The steps to solve a system of 5 equations using Jordan's matrix properties are:1. Write the system of equations in matrix form.2. Find the eigenvalues of the coefficient matrix.3. For each eigenvalue, find the associated eigenvectors.4. Construct the Jordan matrix using the eigenvalues and eigenvectors.5. Use elementary row operations to transform the Jordan matrix into Jordan form.6. Solve the system of equations using the Jordan form.

Are there any special cases when solving systems of equations using Jordan's matrix properties?

Yes, there are some special cases that may arise when using Jordan's matrix properties. One such case is when there are repeated eigenvalues, which results in the need for multiple Jordan blocks. Another case is when the eigenvalues are complex numbers, which requires the use of complex arithmetic in the calculations.

Can Jordan's matrix properties be used for non-linear systems of equations?

No, Jordan's matrix properties are specifically designed for solving systems of linear equations. They cannot be applied to non-linear systems, as the process of finding eigenvalues and eigenvectors is only applicable to linear systems.

Back
Top