What is the Correct Combination of A's and B's for 2x2 Matrix Multiplication?

  • Thread starter Thread starter morbello
  • Start date Start date
AI Thread Summary
The discussion focuses on the correct method for multiplying two 2x2 matrices represented by variables a, b, c, and d. The original poster is seeking clarification on the proper combination of these variables to achieve accurate results in matrix multiplication. They express confusion over their calculations, suspecting they may have misapplied the multiplication rules. Additionally, there is a suggestion to present the problem in a clearer format, emphasizing the importance of a well-defined problem statement for effective assistance. The conversation highlights the need for clarity and proper notation in mathematical discussions.
morbello
Messages
73
Reaction score
0
wow what a day.ive got an a,b,c,d matrix mulitiplyed by an a,b,c,d.matrix and i want to know what combination off a's and b's gives the answer to the 2*2 * 2*2 question.

ive read its a1 *a2 b1*b2 c1*c2 d1*d2 is this right as when I've done it i have got a sum that is wrong.



The Attempt at a Solution



 
Physics news on Phys.org
sorry its a composit linear transformation I am looking for.
 
When you submit a question it should follow this format:

Homework Statement


What exactly is the problem you're trying to solve? Saying that you have "an a,b,c,d matrix mulitiplyed by an a,b,c,d.matrix and i want to know what combination off a's and b's gives the answer to the 2*2 * 2*2 question" is not a problem statement that anyone can do anything helpful with.

Homework Equations



The Attempt at a Solution


Show us what you have tried to do.
 
ok sorry I am not sure how to get the symbols on the screen will try again tommorow.
 
Try these. Click on either one to see the LaTeX script I used. You can copy and paste the script into your post.

\left[ <br /> \begin{array}{c c}<br /> a_1 &amp; b_1 \\<br /> c_1 &amp; d_1<br /> \end{array}\right ]

Here's another.

\left[ <br /> \begin{array}{c c}<br /> a_2 &amp; b_2 \\<br /> c_2 &amp; d_2<br /> \end{array}\right ]
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top