Linear algebra: Check the statement

gruba
Messages
203
Reaction score
1

Homework Statement


Check the statement is true or false:
Let \mathcal{A} : \mathbb{R^3}\rightarrow \mathbb{R^4} be a linear operator.
If the minimum rank of \mathcal{A} is 2, than the maximum defect is 1.

Homework Equations


-Linear transformations

The Attempt at a Solution


Assume that \mathcal{A} is a matrix of order 3. If the maximum rank of a matrix is two, then number of defects (linearly dependent vectors) is 1.
Thus, the statement is true.

Is this correct?
 
Physics news on Phys.org
gruba said:

Homework Statement


Check the statement is true or false:
Let \mathcal{A} : \mathbb{R^3}\rightarrow \mathbb{R^4} be a linear operator.
If the minimum rank of \mathcal{A} is 2, than the maximum defect is 1.

Homework Equations


-Linear transformations

The Attempt at a Solution


Assume that \mathcal{A} is a matrix of order 3.
Since ##A :\mathbb{R}^3 \to \mathbb{R}^4##, you can say something more about the matrix of this transformation. I.e., how many rows and how many columns.
gruba said:
If the maximum rank of a matrix is two, then number of defects (linearly dependent vectors) is 1.
I've never seen this terminology -- number of defects -- before.
What do you mean by "linearly dependent vectors"? Are you talking about column vectors in the matrix or row vectors in the matrix. Please elaborate on what you mean by "linearly dependent vectors".
gruba said:
Thus, the statement is true.

Is this correct?
 
Mark44 said:
Since ##A :\mathbb{R}^3 \to \mathbb{R}^4##, you can say something more about the matrix of this transformation. I.e., how many rows and how many columns.
I've never seen this terminology -- number of defects -- before.
What do you mean by "linearly dependent vectors"? Are you talking about column vectors in the matrix or row vectors in the matrix. Please elaborate on what you mean by "linearly dependent vectors".

Defect (of a matrix) is linearly dependent column vector.
In terms of a linear transformation (operator), rank is defined as a dimension of an image of that operator.
I am not sure what is the definition of defect in terms of linear operators, that is why I made assumption of matrix.

Again, it depends how would you reduce the matrix in echelon form (row or column).
 
gruba said:
Defect (of a matrix) is linearly dependent column vector.
In terms of a linear transformation (operator), rank is defined as a dimension of an image of that operator.
I am not sure what is the definition of defect in terms of linear operators, that is why I made assumption of matrix.

Again, it depends how would you reduce the matrix in echelon form (row or column).
I always do row-echelon form or reduced row-echelon form (RREF).

You haven't said what the dimensions of the matrix of A are...
 
Mark44 said:
I always do row-echelon form or reduced row-echelon form (RREF).

You haven't said what the dimensions of the matrix of A are...

If you do RREF, then you would count dependent column vectors (defects).
I think that dimensions of a matrix of linear operator \mathcal{A} is 3\times 3.
 
gruba said:
If you do RREF, then you would count dependent column vectors (defects).
I think that dimensions of a matrix of linear operator \mathcal{A} is 3\times 3.
No. A is a map from ##\mathbb{R}^3## to ##\mathbb{R}^4##, so the matrix for A can't possibly be 3 x 3.
 
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...
Back
Top