#Solving a 3x3 system?
66 messages · Page 1 of 1 (latest)
Show me an example
Yes yes
Wow.
Not bad.
There are a lot of ways to solve a 3x3 system.
The basic one involves Substitution method and Elimination method.
a(ei-fb)+b(di-gf)+c(dh-ge)
Higher level one involved Matrices, just like what @queen delta has shown here.
I’ve only solved 2x2
And used their Cramer rule
ac-bd
Easy
And I can still apply that here?
Yes
Use this below
Give me what’s a= a number to I=
You can actually add the first equation and the second equation to eliminate variable x.
Then multiply the first equation by 2 and subtract it with the third equation to eliminate variable x.
You'll end up with two new equations cosist of only two variables, which are y and z.
Solve for y and z and then plug in the values to solve for x.
I should mention instead of -28 it is supposed to be -2
But I will try both methods!
Thank you so much for the tips
Ok
You will have to form some matrices for this.
Should it be 3 x 4
You're using Cramer's Rule right?
Yes
Then we're not using 3×4 matrix.
This would be our main matrix, D:
$\begin{bmatrix}
1 & -2 & 3 \
-1 & 3 & 0 \
2 & -5 & 5
\end{bmatrix}$
And we're going to find it's determinant.
$\begin{vmatrix}
1 & -2 & 3 \
-1 & 3 & 0 \
2 & -5 & 5
\end{vmatrix}$
Restarter
Then after that, We need to find $D_x$.\
This can be done by replacing the x column with the solution column.\
Which is going to be:
$\begin{bmatrix}
9 & -2 & 3 \
-4 & 3 & 0 \
17 & -5 & 5
\end{bmatrix}$
Restarter
Then you find it's determinant:\
$\begin{vmatrix}
9 & -2 & 3 \
-4 & 3 & 0 \
17 & -5 & 5
\end{vmatrix}$
Restarter
To find the value of x in this case, we divide $\abs{D_x}$ with $\abs{D}$.
Repeat the same process to find y and z.
please, learn gaussian elimination.. cramer's method is a hassle to work with 😭
even the problem is telling you to use a calculator to get the determinant
Me too.
Either elimination or gaussian elimination or gauss-jordan elimination method.
I wouldn't use crammer's rule unless specified.
yk last semester during my linear Algebra course I used to use a trick to solve these problems more efficiently.
here is the link for the trick : https://youtu.be/HRiANm61i0s
but I would suggest you to ask your instructor if he would allow this method. But I hope this helps : D
Here is a useful trick that will save you a lot of time when calculating determinants! It only works for 3x3 matrices though, but still pretty neat! Enjoy this beautiful linear algebra adventure
Linear Algebra Playlist: https://www.youtube.com/playlist?list=PLJb1qAQIrmmCM0HdpHbhWcKdM-oVXPPRI
Subscribe to my channel: https://youtube.com/drpeyam
...
Basketweave technique.
Yup, I don't know the name, but yeah. Schools and educational institutions should endorse such techniques to promote efficient problem solving.
Alright.
Ik how to do 2x2 Cramer rule
D=(ac-bd)
well yeah its simple and ez.
but this method is for 3x3 matrix.
Ok