How to derive Cramer's Rule?
I am supposed to use these three pieces of information: 1. You can find the inverse of a matrix by augmenting the matrix to the identity matrix, and using Gaussian Elimination to row-reduce to (I | A^-1) 2. A^-1 = 1/det(A) * adj(A) 3. Laplace's formula for determinant I understand these concepts separately but I don't know how to put them all together :/
My attempt so far: Ax = b, therefore x = A^-1 * b
Using adjoint rule, x = A^-1 * 1/det(A) * adj(A) * b
Replace i-th column with x to obtain A_i matrix
Label that column as x_i
I think I use laplace formula using that column but I'm not sure how to write it out
@TheSmartOne @Directrix
i think it might be in here https://youtu.be/QNpj-gOXW9M or you can ask @Empty @Kainui @ganeshie8
Join our real-time social learning platform and learn together with your friends!