Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full row/column rank matrices #2

Open
kakila opened this issue Sep 14, 2021 · 3 comments
Open

Full row/column rank matrices #2

kakila opened this issue Sep 14, 2021 · 3 comments

Comments

@kakila
Copy link

kakila commented Sep 14, 2021

Hi,
I couldn't find any other way to communicate with the authors of the book. Please excuse me for using this way.
Also I couldn't find an errata for the book, which i think it would be great to have in the website of the book.
My observation here is that the use of full column rank in the book, pp. 16 are not correct. A shirt-fat matrix cannot have full column rank by definition. Since rank(A) <= min(n,m) and in this case n<<m, the rank is at most n, which is the row rank. So a short-fat matrix is likely to have full row rank, not full column rank (number of linearly independent columns equals number of columns), as stated in the book.
In the same page it is also said that a tall-skinny matrix cannot have full column rank, when indeed this is the likely scenario.
I suspect that the authors are using a non-conventional definition of full column rank that they forgot to define.
The conventional definition is intuitive and consistent: column rank == number of linearly independent columns, hence full column rank means all columns are linearly independent.

Regards

@eigensteve
Copy link
Member

eigensteve commented Sep 14, 2021 via email

@kakila
Copy link
Author

kakila commented Sep 14, 2021 via email

@eigensteve
Copy link
Member

eigensteve commented Sep 21, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants