One way to solve linear systems is Cramer's method.
In Cramer's method, you can easily solve for a variable using matrices. Let's say you had a system
x+y=2
2x+3y=6
First, set up a matrix for the variables. This is done my putting the corresponding coefficients in their appropriate element.
Then, make a matrix with the answers, but instead, put those answers in the variable matrix in place of the variable you want to solve for. In his case, we want x, so we will put the answers in x's spot in the matrix.
(2)Now that you have these two matrices, the value of x is determined by the quotient of the second matrix and the first.
(3)The determinant of the first matrix is 0, and the determinant of the second matrix is 1. When this is solved, we get x=0. We can then substitute this value into an equation and find y=2. So, our solution is (0,2).

~Timothy
Timothy Foster - @tfAuroratide
Auroratide.com - Go here if you're nerdy like me





