Can the 'Determinant' be Reversed for 2-by-2 Matrices?

  • Context: Undergrad 
  • Thread starter Thread starter scikidus
  • Start date Start date
  • Tags Tags
    Determinant
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
scikidus
Messages
5
Reaction score
0
Let there be a 2-by-2 matrix A with the elements:

[a b]
[c d]

Now, let there be a 2-by-2 matrix B with the elements:

[w x]
[y z]

Let A*A = B.

This means that w, x, y, and z can all be independantly represented solely in terms of a, b, c, and d.

My question: is there any way for a, b, c, and d to be represented solely in terms of w, x, y, and z?
 
Physics news on Phys.org
Well, multiplying A*A out, you have a2+ bc= w, ab+ bd= x, ac+ cd= y, and bc+ d2= z. Now it is a matter of solving those 4 equations for a, b, c, and d.
Those are quadratic equations so there will be more than one solution - as you might expect from the fact that A*A= B is really "quadratic" itself.

Now, my question is, What does this have to do with the "determinant"?