Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.
Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.
You must know a few things in order to solve this:
1. How to multiply matrixes and vectors.
2. How to compute the transpose of a matrix.
3. How to find the inverse of a matrix.
If you do not know how to do any of the above let us know.
If you do, then you proceed as follows:
1. Calculate the transpose of X, call this T.
2. Calculate T*X in that order using vector/matrix multiplication, call the result Y.
3. Find the inverse of Y (which is Y^-1), call that I.
4. Multiply I*T, call that S.
5. Finally, multiply S*d and that result is the answer which is approximately:
[4.037313433,
-0.783582090]
Remember that when you do matrix multiplication you have to observe the correct order as you
can not reverse the order like you can do with regular single number arithmetic multiplication like
2*3=6.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.