If I have a 3 x 3 matrix and I am using Cramer's rule, do I always have to delete the first row?
1. Cramer's Rule is not specific to 3-by-3 matrices. It may be used on any sized matrix, as long as the determinant of the coefficient matrix is non-zero.
2. In Cramer's Rule, when finding the value of any one of the variables, one
replaces (not "deletes") the corresponding
column (not "row") with the "answer" column (being the values on the other side of the "equals" sign).
I tried to delete the middle row as it contained zeros but the answer didn't work out?
3. If you are referring to the coefficient matrix then, assuming you have three variables (say, x, y, and z), there can be no unique solution, because the determinant will be zero.
4. If you are referring to something else, you'll need to clarify.
5. In either case, you should never be "deleting"
anything.
Please reply with the original exercise and a clear listing of your steps so far, so we can see what you're talking about. Thank you!
