Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to get a echelon form of a matrix on any given columns indexes?

Dear all,

Let $k< n$. Given a random $k\times n$ matrix $G$ of rank $k$. The echelon form of $G$ returned by G.echelon_form() has a $k\times k$ identity matrix on the first $k$ columns.

How to get the echelon form of $G$ such that the echelon form has a $k\times k$ identity matrix on $\mathbf{any}$ $\mathbf{given}$ $k$ $\mathbf{columns}$ of G? Such as the last $k$ columns.

Thanks!

How to get a echelon form of a matrix on any given columns indexes?

Dear all,

Let $k< n$. Given a random $k\times n$ matrix $G$ of rank $k$. The echelon form of $G$ returned by G.echelon_form() has a $k\times k$ identity matrix on the first $k$ columns.

How to get the echelon form of $G$ such that the echelon form has a $k\times k$ identity matrix on $\mathbf{any}$ $\mathbf{given}$ $k$ $\mathbf{columns}$ of G? Such as the last $k$ columns.

Thanks!

How to get a an echelon form of a matrix on any given columns indexes?column indices?

Dear all,

Let $k< n$. Given a random $k\times n$ matrix $G$ of rank $k$. The echelon form of $G$ returned by G.echelon_form() has a $k\times k$ identity matrix on the first $k$ columns.

How to get the echelon form of $G$ such that the echelon form has a $k\times k$ identity matrix on $\mathbf{any}$ $\mathbf{given}$ $k$ $\mathbf{columns}$ of G? Such as the last $k$ columns.

Thanks!