#Lesson
9 messages · Page 1 of 1 (latest)
Isn't this just solving systems of equations using 2x2 matrices
literally make any 2 random equations and solve them using cramers rule (what ur doing in the ss)
Yeah but how will I know it’s correct
put the acquired values of x and y into the equation...
Oh well I’ll get back to that tommorow I moved on to vectors just for tonight
make up 2 equations of 2 variables for example:
- 3x - 2y = 4
- 7x + 5y = -3
Solve them using your method, so the coefficient matrix would be something like:
3 -2 | 4
7 5 | -3
You can check your answer by using Wolframalpha.com and typing:
Solve: 3x - 2y = 4, 7x + 5y = -3
Hope this helps.