Solve System of 5 Equations with Jordan's Matrix Properties

  • Thread starter Thread starter DanielSauza
  • Start date Start date
  • Tags Tags
    System
DanielSauza
Messages
8
Reaction score
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: 445
Physics news on Phys.org
How would you normally go about solving such systems?
 
It is very hard to read what you have there! It appears to be
\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}

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

The first thing I notice is that the last three equation involve u_3, u_4, and u_5 without any R_1 or R_3 so can be solved as "three equations in three unknowns". Then R_1 and R_2 can be calculated from the first two equations.
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top