We are given the equations:
x - 3y = 2
3x - 4y = 0
writing the system as matrices
=
which is in the form:
AX = B
solving for X(the matrix holding the variables), we get:
X = (A⁻¹)B
Finding A⁻¹:
now, to do this, we need to find the inverse of A
using this formula to find the inverse of matrix A:
Matrix X:
We know that:
X = A⁻¹B
since matrix X is just a matrix with the variables
x = -8/5
y = -6/5