Matrix Space, dependence/indepence (HELP)

  • Thread starter Thread starter Noxide
  • Start date Start date
  • Tags Tags
    Matrix Space
AI Thread Summary
To determine if the given set of 2x2 matrices is linearly independent or dependent, one must set up the equation r1M1 + r2M2 + r3M3 = 0, where the right side is the zero matrix. The next step involves expressing this equation in terms of its elements, leading to a system of equations. Row reduction of the resulting matrix will help identify if only the trivial solution exists, indicating independence. If non-trivial solutions are found, the matrices are dependent. Understanding that scalar multiplication applies to each element of the matrices is crucial for solving the problem.
Noxide
Messages
120
Reaction score
0

Homework Statement



Is this set of 2x2 matrices linearly independent or dependent in M2,2 (the space of 2x2 matrices)

Matrix 1 (2x2)
[ 1 4 ]
[ -1 3 ]

Matrix 2 (2x2)
[ -1 5]
[ 6 2]

Matrix 3 (2x2)
[ 1 13]
[ 4 7]

The Attempt at a Solution



I know that I need to set r1M1 + r2M2 + r2M3 = 0

and then make some equations = 0
then put those in a matrix
make that matrix part of a linear system
do row reduction
if trivial solutions exist then it's independent
if trivial solutions don't existI HAVE NO CLUE HOW TO DO THE FIRST STEP THOUGH, never seen an example with matrices. HELP!
 
Physics news on Phys.org
You know that a constant times a matrix multiplies each element of the matrix, right?

And in your equation r1M1 + r2M2 + r3M3 = 0 the zero in the right side is the zero matrix, right? So write out the matrix equation you get and equate the elements.
 
lol
thanks!
 
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...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top