The relationship between the two matrices is shown is Ax=B.
How do I find x using Cramer’s rule?
A=[521 202 -176 612;-761 41 -655 712;314 102 -234 891;612 291 209 -318]
B=[718;408;215;356]
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use Cramer’s rule like this for your specific 4×4 case. The element at index
iof the resultxis given by the ratio of 2 determinants (See the wikipedia link for a full explanation) – you can create the result with the following loopthe column vector
xshould now be your result. There could be a faster way to do this but this should work. You can verify this by comparing the result with