Is the zero matrix a canonical form?
up vote
0
down vote
favorite
Is it? I've been wondering if
$$O =Biggl(begin{matrix}0 & 0 & 0\ 0 & 0 & 0\ 0 & 0 & 0end{matrix}Biggl)$$
is a canonical form or not?(technically speaking)
linear-algebra
add a comment |
up vote
0
down vote
favorite
Is it? I've been wondering if
$$O =Biggl(begin{matrix}0 & 0 & 0\ 0 & 0 & 0\ 0 & 0 & 0end{matrix}Biggl)$$
is a canonical form or not?(technically speaking)
linear-algebra
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Is it? I've been wondering if
$$O =Biggl(begin{matrix}0 & 0 & 0\ 0 & 0 & 0\ 0 & 0 & 0end{matrix}Biggl)$$
is a canonical form or not?(technically speaking)
linear-algebra
Is it? I've been wondering if
$$O =Biggl(begin{matrix}0 & 0 & 0\ 0 & 0 & 0\ 0 & 0 & 0end{matrix}Biggl)$$
is a canonical form or not?(technically speaking)
linear-algebra
linear-algebra
asked Nov 23 at 9:23
Guysudai1
1079
1079
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
6
down vote
accepted
Depends on what you define as a canonical form for a matrix. If you say that a matrix is in a canonical form if it's in Row Echelon Form or Reduced Row Echelon form, then truly, the null matrix $mathbf{O}$ is indeed in canonical form, as :
- all nonzero rows (rows with at least one nonzero element) are above any rows of all zeroes (all zero rows, if any, belong at the bottom of the matrix),
- the leading coefficient (the first nonzero number from the left, also called the pivot) of a nonzero row is always strictly to the right of the leading coefficient of the row above it (some texts add the condition that the leading coefficient must be 1).
It is also in Reduced Row Echelon form, in a logical sense, as :
- All zero rows are at the bottom of the matrix.
- The leading entry of each nonzero row subsequently to the first is right of the leading entry of the preceding row.
- The leading entry in any nonzero row is a 1.
- All entries in the column above and below a leading 1 are zero.
For the sake of information, as Egreg mentioned in the comments, the null matrix $mathbf{O}$ is also a Jordan Canonical form. if you have been introduced to it, it is essentialy a diagonalization manipulation for not standarly diagonalizable matrices. More information can be found here.
These assumptions, though, do not lead to any "spectacular" results, as the null matrix is really trivial.
2
A proper, complete answer instead of a quick answer trying to get those easy reputation points. Take my up vote.
– Git Gud
Nov 23 at 9:35
@GitGud Thanks ! Always willing to post thorough answers !
– Rebellos
Nov 23 at 9:38
1
It's also a Jordan canonical form. +1 anyway.
– egreg
Nov 23 at 10:04
@egreg Indeed, it's also a Jordan canonical form. I'll update the answer accordingly with the proper attribution ! Thanks for the addition !
– Rebellos
Nov 23 at 10:12
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
6
down vote
accepted
Depends on what you define as a canonical form for a matrix. If you say that a matrix is in a canonical form if it's in Row Echelon Form or Reduced Row Echelon form, then truly, the null matrix $mathbf{O}$ is indeed in canonical form, as :
- all nonzero rows (rows with at least one nonzero element) are above any rows of all zeroes (all zero rows, if any, belong at the bottom of the matrix),
- the leading coefficient (the first nonzero number from the left, also called the pivot) of a nonzero row is always strictly to the right of the leading coefficient of the row above it (some texts add the condition that the leading coefficient must be 1).
It is also in Reduced Row Echelon form, in a logical sense, as :
- All zero rows are at the bottom of the matrix.
- The leading entry of each nonzero row subsequently to the first is right of the leading entry of the preceding row.
- The leading entry in any nonzero row is a 1.
- All entries in the column above and below a leading 1 are zero.
For the sake of information, as Egreg mentioned in the comments, the null matrix $mathbf{O}$ is also a Jordan Canonical form. if you have been introduced to it, it is essentialy a diagonalization manipulation for not standarly diagonalizable matrices. More information can be found here.
These assumptions, though, do not lead to any "spectacular" results, as the null matrix is really trivial.
2
A proper, complete answer instead of a quick answer trying to get those easy reputation points. Take my up vote.
– Git Gud
Nov 23 at 9:35
@GitGud Thanks ! Always willing to post thorough answers !
– Rebellos
Nov 23 at 9:38
1
It's also a Jordan canonical form. +1 anyway.
– egreg
Nov 23 at 10:04
@egreg Indeed, it's also a Jordan canonical form. I'll update the answer accordingly with the proper attribution ! Thanks for the addition !
– Rebellos
Nov 23 at 10:12
add a comment |
up vote
6
down vote
accepted
Depends on what you define as a canonical form for a matrix. If you say that a matrix is in a canonical form if it's in Row Echelon Form or Reduced Row Echelon form, then truly, the null matrix $mathbf{O}$ is indeed in canonical form, as :
- all nonzero rows (rows with at least one nonzero element) are above any rows of all zeroes (all zero rows, if any, belong at the bottom of the matrix),
- the leading coefficient (the first nonzero number from the left, also called the pivot) of a nonzero row is always strictly to the right of the leading coefficient of the row above it (some texts add the condition that the leading coefficient must be 1).
It is also in Reduced Row Echelon form, in a logical sense, as :
- All zero rows are at the bottom of the matrix.
- The leading entry of each nonzero row subsequently to the first is right of the leading entry of the preceding row.
- The leading entry in any nonzero row is a 1.
- All entries in the column above and below a leading 1 are zero.
For the sake of information, as Egreg mentioned in the comments, the null matrix $mathbf{O}$ is also a Jordan Canonical form. if you have been introduced to it, it is essentialy a diagonalization manipulation for not standarly diagonalizable matrices. More information can be found here.
These assumptions, though, do not lead to any "spectacular" results, as the null matrix is really trivial.
2
A proper, complete answer instead of a quick answer trying to get those easy reputation points. Take my up vote.
– Git Gud
Nov 23 at 9:35
@GitGud Thanks ! Always willing to post thorough answers !
– Rebellos
Nov 23 at 9:38
1
It's also a Jordan canonical form. +1 anyway.
– egreg
Nov 23 at 10:04
@egreg Indeed, it's also a Jordan canonical form. I'll update the answer accordingly with the proper attribution ! Thanks for the addition !
– Rebellos
Nov 23 at 10:12
add a comment |
up vote
6
down vote
accepted
up vote
6
down vote
accepted
Depends on what you define as a canonical form for a matrix. If you say that a matrix is in a canonical form if it's in Row Echelon Form or Reduced Row Echelon form, then truly, the null matrix $mathbf{O}$ is indeed in canonical form, as :
- all nonzero rows (rows with at least one nonzero element) are above any rows of all zeroes (all zero rows, if any, belong at the bottom of the matrix),
- the leading coefficient (the first nonzero number from the left, also called the pivot) of a nonzero row is always strictly to the right of the leading coefficient of the row above it (some texts add the condition that the leading coefficient must be 1).
It is also in Reduced Row Echelon form, in a logical sense, as :
- All zero rows are at the bottom of the matrix.
- The leading entry of each nonzero row subsequently to the first is right of the leading entry of the preceding row.
- The leading entry in any nonzero row is a 1.
- All entries in the column above and below a leading 1 are zero.
For the sake of information, as Egreg mentioned in the comments, the null matrix $mathbf{O}$ is also a Jordan Canonical form. if you have been introduced to it, it is essentialy a diagonalization manipulation for not standarly diagonalizable matrices. More information can be found here.
These assumptions, though, do not lead to any "spectacular" results, as the null matrix is really trivial.
Depends on what you define as a canonical form for a matrix. If you say that a matrix is in a canonical form if it's in Row Echelon Form or Reduced Row Echelon form, then truly, the null matrix $mathbf{O}$ is indeed in canonical form, as :
- all nonzero rows (rows with at least one nonzero element) are above any rows of all zeroes (all zero rows, if any, belong at the bottom of the matrix),
- the leading coefficient (the first nonzero number from the left, also called the pivot) of a nonzero row is always strictly to the right of the leading coefficient of the row above it (some texts add the condition that the leading coefficient must be 1).
It is also in Reduced Row Echelon form, in a logical sense, as :
- All zero rows are at the bottom of the matrix.
- The leading entry of each nonzero row subsequently to the first is right of the leading entry of the preceding row.
- The leading entry in any nonzero row is a 1.
- All entries in the column above and below a leading 1 are zero.
For the sake of information, as Egreg mentioned in the comments, the null matrix $mathbf{O}$ is also a Jordan Canonical form. if you have been introduced to it, it is essentialy a diagonalization manipulation for not standarly diagonalizable matrices. More information can be found here.
These assumptions, though, do not lead to any "spectacular" results, as the null matrix is really trivial.
edited Nov 23 at 10:17
answered Nov 23 at 9:31
Rebellos
12.4k21041
12.4k21041
2
A proper, complete answer instead of a quick answer trying to get those easy reputation points. Take my up vote.
– Git Gud
Nov 23 at 9:35
@GitGud Thanks ! Always willing to post thorough answers !
– Rebellos
Nov 23 at 9:38
1
It's also a Jordan canonical form. +1 anyway.
– egreg
Nov 23 at 10:04
@egreg Indeed, it's also a Jordan canonical form. I'll update the answer accordingly with the proper attribution ! Thanks for the addition !
– Rebellos
Nov 23 at 10:12
add a comment |
2
A proper, complete answer instead of a quick answer trying to get those easy reputation points. Take my up vote.
– Git Gud
Nov 23 at 9:35
@GitGud Thanks ! Always willing to post thorough answers !
– Rebellos
Nov 23 at 9:38
1
It's also a Jordan canonical form. +1 anyway.
– egreg
Nov 23 at 10:04
@egreg Indeed, it's also a Jordan canonical form. I'll update the answer accordingly with the proper attribution ! Thanks for the addition !
– Rebellos
Nov 23 at 10:12
2
2
A proper, complete answer instead of a quick answer trying to get those easy reputation points. Take my up vote.
– Git Gud
Nov 23 at 9:35
A proper, complete answer instead of a quick answer trying to get those easy reputation points. Take my up vote.
– Git Gud
Nov 23 at 9:35
@GitGud Thanks ! Always willing to post thorough answers !
– Rebellos
Nov 23 at 9:38
@GitGud Thanks ! Always willing to post thorough answers !
– Rebellos
Nov 23 at 9:38
1
1
It's also a Jordan canonical form. +1 anyway.
– egreg
Nov 23 at 10:04
It's also a Jordan canonical form. +1 anyway.
– egreg
Nov 23 at 10:04
@egreg Indeed, it's also a Jordan canonical form. I'll update the answer accordingly with the proper attribution ! Thanks for the addition !
– Rebellos
Nov 23 at 10:12
@egreg Indeed, it's also a Jordan canonical form. I'll update the answer accordingly with the proper attribution ! Thanks for the addition !
– Rebellos
Nov 23 at 10:12
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3010150%2fis-the-zero-matrix-a-canonical-form%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown