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

  • Context: Undergrad 
  • Thread starter Thread starter scikidus
  • Start date Start date
  • Tags Tags
    Determinant
Click For Summary
SUMMARY

The discussion centers on the mathematical relationship between two 2-by-2 matrices, A and B, where A*A = B. The elements of matrix A, represented as [a b; c d], can be expressed in terms of the elements of matrix B, [w x; y z], through a set of quadratic equations: w = a² + bc, x = ab + bd, y = ac + cd, and z = bc + d². The challenge lies in determining if the variables a, b, c, and d can be uniquely solved from w, x, y, and z, acknowledging that multiple solutions may exist due to the quadratic nature of the equations. The discussion also raises the question of the relevance of the determinant in this context.

PREREQUISITES
  • Understanding of 2-by-2 matrix multiplication
  • Knowledge of quadratic equations and their solutions
  • Familiarity with matrix determinants
  • Basic algebraic manipulation skills
NEXT STEPS
  • Explore the properties of matrix determinants and their implications in linear algebra
  • Study the methods for solving quadratic equations in multiple variables
  • Investigate the relationship between matrix rank and the uniqueness of solutions
  • Learn about matrix transformations and their geometric interpretations
USEFUL FOR

Mathematicians, students studying linear algebra, and anyone interested in the properties of matrices and their determinants.

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"?
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 24 ·
Replies
24
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 23 ·
Replies
23
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 33 ·
2
Replies
33
Views
3K
  • · Replies 52 ·
2
Replies
52
Views
4K
Replies
13
Views
4K