N = colReduce M
Performs Gaussian column reduction on a matrix M, retaining only the linearly independent columns.
|
|
Entries with absolute value below the tolerance are treated as zero and not used as pivots.
|
|
The lower rows are treated as the lead terms unless the optional argument Reverse is set to true.
|
If the optional argument Normalize is set to true (default) each vector is normalized so that the lead entry is 1. Otherwise this step is skipped.
|
The object colReduce is a method function with options.