How many 3x3 matrices can you find

  • Thread starter Thread starter rofln
  • Start date Start date
  • Tags Tags
    3x3 Matrices
rofln
Messages
6
Reaction score
0

Homework Statement



j0fluJ9.png


My instructor wants to know if there are finite or infinite amount of solutions

Homework Equations


Matrix Multiplication


The Attempt at a Solution


I pretty much turned A into a 3x3 matrix like this...
| A11 A12 A13 |
| A21 A22 A23 |
| A31 A32 A33 |

and then multiplied it by the given matrix of x y and z.

After multiplying I found myself with 2 matrices that I think would fit the solution...

| y 0 0 |
| 0 0 0 |
| 0 0 0 |

and

| 0 x 0 |
| 0 0 0 |
| 0 0 0 |

The first matrix would correspond to xy + 0y + 0z
0x + 0y + 0z
0x + 0y + 0z
yielding the answer indicated by the question


and the second would correspond to 0x + xy + 0z
0x + 0y + 0z
0x + 0y + 0z
yielding the answered indicated by the question

However, I find myself second guessing myself. I think I have 2 solutions, but since x and y are variables, they could be any number, ergo have infinite matrices. I think I may be over complicating things or perhaps I am just incorrect. Pretty much my question is, am I correct or perhaps on the right track or just wrong?
 
Physics news on Phys.org
rofln said:
After multiplying I found myself with 2 matrices that I think would fit the solution...

| y 0 0 |
| 0 0 0 |
| 0 0 0 |

and

| 0 x 0 |
| 0 0 0 |
| 0 0 0 |

This indeed doesn't work. You have to find a matrix that will work with any vector, and return a vector with only the first component non-zero, such that this component is the product of the first two components of the original vector.
 
Consider some specific choice(s) of x and y.
 
So working off of:

A11x + A12y + A13z
A21x + A22y + A23z
A31x + A32y + A33z

I should only be concerned with the first row? And in that first row I must somehow make it so it equals the desired result of xy? I feel like I've hit a brick wall on this problem. I do not understand how get from addition to multiplication. I have tried substituting random values for x and y trying to factor them out, but I feel like I am just shooting in the dark with that. Am I supposed to try to find some factor values and work off of those? I apologize if I am not grasping this quite well, this matrix stuff is new to me.
 
rofln said:
So working off of:

A11x + A12y + A13z
A21x + A22y + A23z
A31x + A32y + A33z

I should only be concerned with the first row? And in that first row I must somehow make it so it equals the desired result of xy? I feel like I've hit a brick wall on this problem. I do not understand how get from addition to multiplication. I have tried substituting random values for x and y trying to factor them out, but I feel like I am just shooting in the dark with that. Am I supposed to try to find some factor values and work off of those? I apologize if I am not grasping this quite well, this matrix stuff is new to me.

Yes, just think about the first row. The entries of the matrix A have to be definite numbers, not variables like x or y I would think. Have you considered that there may be no such matrix A? Or did that say that the matrix A is allowed to contain the variables x,y and z?
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Replies
3
Views
2K
Replies
37
Views
6K
Replies
4
Views
3K
Replies
46
Views
8K
Replies
1
Views
2K
Replies
2
Views
3K
Replies
2
Views
1K
Back
Top