Solving Linear Algebra Problem 8: Gauss-Jordan Method

  • Thread starter Thread starter cookiemnstr510510
  • Start date Start date
  • Tags Tags
    Matrix
AI Thread Summary
The discussion centers on solving a linear algebra problem using the Gauss-Jordan method. The participant is learning to perform elementary row operations to achieve the Gauss-Jordan form and seeks clarification on the problem's wording. It is confirmed that the approach is correct, and the unique solution is derived as all variables equating to zero. Additionally, the participant has recently learned to format matrices using LaTeX for clearer presentation. The conversation emphasizes understanding the steps in linear algebra and the significance of matrix properties in finding solutions.
cookiemnstr510510
Messages
162
Reaction score
14
Thread moved from the technical forums, so no Homework Template is shown
Hello All,

I have a question regarding the wording of this problem and my method of solving. (Problem and directions attached in Linear.jpg) PROBLEM 8 NOT 7! :)

Here is my thought process:
Keep doing elementary row operations until we have it it gauss-jordan form, then we have our answers?! I am new to Linear algebra and am still trying to figure differences in "directions" of problems.

I haven't figured out how to use the LaTex commands with matricies yet (looked in the latex help link and can't figure it out) for now the best I can do is write my work neatly and attach. You will find my work in Problem8.jpg attached.
will learn to use Latex soon!

Thanks
 

Attachments

  • Linear.png
    Linear.png
    7.7 KB · Views: 360
  • Problem8.jpg
    Problem8.jpg
    38 KB · Views: 318
Physics news on Phys.org
Edit: Just figured out how to write problems in matrix form with LaTex
 
cookiemnstr510510 said:
Here is my thought process:
Keep doing elementary row operations until we have it it gauss-jordan form, then we have our answers?! I am new to Linear algebra and am still trying to figure differences in "directions" of problems.
Your answer to #8 looks fine, and yes that's the right strategy.
Regarding augmented matrices, for this particular problem, since the right-most column of your augmented matrix consisted solely of 0's, you really didn't need it. None of the row operations could possibly have changed these values. Once you get down to the 4 x 4 identity matrix by row operations, then your solution is ##x_1 = 0, x_2 = 0, x_3 = 0, x_4 = 0##, and this is the unique solution.
 
cookiemnstr510510 said:
Hello All,

I have a question regarding the wording of this problem and my method of solving. (Problem and directions attached in Linear.jpg) PROBLEM 8 NOT 7! :)

Here is my thought process:
Keep doing elementary row operations until we have it it gauss-jordan form, then we have our answers?! I am new to Linear algebra and am still trying to figure differences in "directions" of problems.

I haven't figured out how to use the LaTex commands with matricies yet (looked in the latex help link and can't figure it out) for now the best I can do is write my work neatly and attach. You will find my work in Problem8.jpg attached.
will learn to use Latex soon!

Thanks

Yes, your answer is correct, and it is easy to see without doing any work! If
$${\bf A} = \begin{bmatrix} 1 & -5 & 4 & 0 \\ 0 & 1 & 0 & 1 \\
0 & 0 & 3 & 0 \\ 0& 0& 0& 2
\end{bmatrix}, \: {\bf x} = \begin{bmatrix} x_1 \\x_2 \\x_3 \\x_4 \end{bmatrix}\; \text{and} \;
{\bf 0} = \begin{bmatrix} 0 \\ 0 \\ 0 \\ 0 \end{bmatrix} $$
then your equations read as ##{\bf A x} = {\bf 0}.##

Notice that all the elements of ##{\bf A}## below the diagonal are zero; that means that your matrix has a nonzero determinant, hence has a unique inverse ##{\bf A}^{-1}##. The solution is ##{\bf x} = {\bf A}^{-1} {\bf 0} = {\bf 0}.##
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top