#Solving a 3x3 system?

66 messages · Page 1 of 1 (latest)

nova pierBOT
queen delta
#

Show me an example

harsh ferry
#

Sorry! I realized I forgot to add it at first

queen delta
#

Okay

#

Do you know the determinate

#

Like 2 x 2 matrix

#

Is ac-bd

harsh ferry
#

Yes yes

queen delta
#

What’s this case

#

Correct myself

#

It’s “determinant”

proven jungle
#

Wow.

#

Not bad.

#

There are a lot of ways to solve a 3x3 system.

#

The basic one involves Substitution method and Elimination method.

queen delta
#

a(ei-fb)+b(di-gf)+c(dh-ge)

proven jungle
#

Higher level one involved Matrices, just like what @queen delta has shown here.

queen delta
#

And used their Cramer rule

#

ac-bd

#

Easy

harsh ferry
#

And I can still apply that here?

queen delta
#

Yes

queen delta
queen delta
proven jungle
# harsh ferry

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.

queen delta
#

Restarter

#

How can you apply the determinant to this

harsh ferry
#

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

queen delta
#

Ok

proven jungle
queen delta
#

Should it be 3 x 4

proven jungle
queen delta
#

Yes

proven jungle
#

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}$

frosty treeBOT
#

Restarter

proven jungle
#

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}$

frosty treeBOT
#

Restarter

proven jungle
#

Then you find it's determinant:\
$\begin{vmatrix}
9 & -2 & 3 \
-4 & 3 & 0 \
17 & -5 & 5
\end{vmatrix}$

frosty treeBOT
#

Restarter

proven jungle
#

To find the value of x in this case, we divide $\abs{D_x}$ with $\abs{D}$.

frosty treeBOT
#

Restarter

#

Restarter

proven jungle
#

Repeat the same process to find y and z.

ruby cave
#

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

proven jungle
#

Either elimination or gaussian elimination or gauss-jordan elimination method.

#

I wouldn't use crammer's rule unless specified.

mystic shore
# queen delta How can you apply the determinant to this

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
...

▶ Play video
mystic shore
proven jungle
#

Alright.

queen delta
#

D=(ac-bd)

mystic shore
queen delta
#

Ok

harsh ferry
#

Also I should say I was able to find the solution! Idk exactly who’s method it was, but I just did the pattern and exchanged some of the numbers. Then I used the det to find x, y, and z. But desmos rlly did most of the work

#

Thank you again to all of you