Hi!
First of all, I am REALLY sorry for replying so late, I've had a really bad influenza.
tkhunny said:
You may wish to take a moment and learn just enough LaTeX it get the idea on the screen.
I wasn't asking about Latex in general, I just meant those big brackets that look like wings. I really don't know, I've googled but some things that seem to work on other sites don't seem to work on here.
tkhunny said:
Don't behave or think in such a way that every problem is a new experience. Relate what you are doing now to what you already have done. No need to rethink the whole process with every new problem.
I really do appreciate help but I don't see how this is relevant here. I am a complete beginner on this topic, and yes, many problems look like a new experience to me when I just started out with something new. It's called being a beginner. It takes practice to get to thinking the way you recommend me to, and I pretty much had 0 practice when I posted this question.
Every time I post a question I spend days trying to figure it out on my own. I do try to see similarities to other problems I've dealt with before and when I post a question here it means I couldn't solve it relating to problems I've done in the past. I NEVER post before doing a lot of thinking before, just for the record. Sorry if this was a stupid question to ask, all I wanted to know really was if I should start with eliminating $$x_3$$ or not.
Krylov said:
Is your book already using matrix notation at this point?
Sadly not, we'll learn about matrix notation later in the book.
Krylov said:
In any case, here is a way to get those "big brackets" in $\LaTeX$. (There are better ones, but this works here.) Right-click on the formula, choose "Show Math As" and then "TeX Commands".
\[
\left(
\begin{array}{r}
2& 1& -1& 3& -3\\
3& 2& 1& 2& 2&\\
-4& 3& 2& 1& -4
\end{array}
\right)
\left(
\begin{array}{c}
x_1 \\ x_2 \\ x_3 \\ x_4 \\ x_5
\end{array}
\right) =
\left(
\begin{array}{c}
0 \\ 0 \\ 0
\end{array}
\right),
\]
but usually you would use the abbreviations $\mathbf{x}$ and $\mathbf{0}$ for the unknown and the right-hand side.
Wow, thanks a lot!
Krylov said:
From the looks of what the answer should be, it wants you to do plain Gaussian elimination with back-substitution.
Correct.
Krylov said:
Yes, learning $\LaTeX$ is an investment that will pay you rich dividends. There are a ton of tutorials out there. WikiBooks has a reasonable one.
Here is its section on matrices and arrays.
Thanks a lot, again! I spent a lot of time trying to find out how to do those "wing" brackets, it just didn't work on this site so it's not that I'm lazy. Really thankful for the link!
tkhunny said:
Eliminating $x_3$ did not make sense to the OP. The OP was guessing.
Eliminating $$x_3$$ did make sense to me. I was trying to solve this problem by relation to the few others I'd solved before. Guessing? Of course. I hadn't had a similar problem before, so all I could possibly do was make guesses, which were based on what I'd learned before (which wasn't a lot, as I said, I just started out).
But it did not lead me to the right result. Neither did many other ways I tried, ways that had worked with other, similar problems. That's why I wanted to try it step by step and get some help along the way to see where my error was, and that's why I wanted to know if eliminating $$x_3$$ was a good way to start off, because I certainly thought it did. I was obviously wrong.
I solved this problem using Gauss and substitution, but it took such a long time and I could have solved this the same way before I started linear algebra, and I don't think I was supposed to solve it like this. I know I'm supposed to use "tricks" from linear algebra, not the basic knowledge from normal algebra that took way too much time.
Anyways, thanks for the help and feel free to point out if I'm misunderstanding something.