MHB Complete augmented by row operations

karush
Gold Member
MHB
Messages
3,240
Reaction score
5
$\left[
\begin{array}{rrrr|r}
1& -5& 4& 0&0\\
0& 1& 0& 1&0\\
0& 0& 3& 0&0\\
0& 0& 0& 2&0
\end{array}\right] $
OK my first move on this is $r_3/3$ and $r_4/2$.
$\left[
\begin{array}{rrrr|r}
1& -5& 4& 0&0\\
0& 1& 0& 1&0\\
0& 0& 1& 0&0\\
0& 0& 0& 1&0
\end{array}\right]$
$r_2-r_4=r_2\quad$
doesn't this whole thing zero out?
 
Last edited:
Physics news on Phys.org
yep ... reduced row-echelon form is

$\begin{bmatrix}
1 & 0 & 0 & 0 &0\\
0 & 1 & 0 &0 &0 \\
0 & 0 & 1 & 0 &0 \\
0 & 0 & 0 & 1 & 0
\end{bmatrix}$
 
Thread 'Derivation of equations of stress tensor transformation'
Hello ! I derived equations of stress tensor 2D transformation. Some details: I have plane ABCD in two cases (see top on the pic) and I know tensor components for case 1 only. Only plane ABCD rotate in two cases (top of the picture) but not coordinate system. Coordinate system rotates only on the bottom of picture. I want to obtain expression that connects tensor for case 1 and tensor for case 2. My attempt: Are these equations correct? Is there more easier expression for stress tensor...
Back
Top