Chacabucogod
- 56
- 0
I was reading the finite element method in engineering by Rao and in the first example he ends up with a matrix that is singular.
The matrix is the following:
<br /> \begin{pmatrix}<br /> 2 &-2 & 0\\<br /> -2 & 3&-1\\<br /> 0&-1& 1<br /> \end{pmatrix}<br />
Which is a symmetric matrix as far as I can remember. Now you have 3 Nodes that will be the vector that will multiply this matrix the first node you already know is zero
so:
<br /> \begin{pmatrix}<br /> 0\\<br /> f1\\<br /> f2<br /> \end{pmatrix}<br />
The solution vector is
<br /> \begin{pmatrix}<br /> P1\\<br /> 0\\<br /> 1<br /> \end{pmatrix}<br />
Now he says that you can eliminate row 1 and column 1, but if you multiply the matrix by the first element of the vector only column one disappears. I tried solving this with the transpose method, but it seems there's no way to solve this matrix. Since there are only 2 unknowns can I completely forget ably the 3*3 matrix and do a 2*2 or do I have to take into account the third equation (the one that comes out of row 1)
Thank you
The matrix is the following:
<br /> \begin{pmatrix}<br /> 2 &-2 & 0\\<br /> -2 & 3&-1\\<br /> 0&-1& 1<br /> \end{pmatrix}<br />
Which is a symmetric matrix as far as I can remember. Now you have 3 Nodes that will be the vector that will multiply this matrix the first node you already know is zero
so:
<br /> \begin{pmatrix}<br /> 0\\<br /> f1\\<br /> f2<br /> \end{pmatrix}<br />
The solution vector is
<br /> \begin{pmatrix}<br /> P1\\<br /> 0\\<br /> 1<br /> \end{pmatrix}<br />
Now he says that you can eliminate row 1 and column 1, but if you multiply the matrix by the first element of the vector only column one disappears. I tried solving this with the transpose method, but it seems there's no way to solve this matrix. Since there are only 2 unknowns can I completely forget ably the 3*3 matrix and do a 2*2 or do I have to take into account the third equation (the one that comes out of row 1)
Thank you