Free Columns

Description

Sage can also find the free columns (or columns not containing pivots) in a given matrix. Remember that Sage numbers columns starting from 0, so column 0 is the first column, column 1 the second, and so on.

Sage Cell

Code

A = matrix(QQ, [[1, 2, 3], [4, 5, 6]])
A.nonpivots()

Options

None

Tags

CC:

Primary Tags: Linear algebra: Matrices.

Secondary Tags: Matrices: Row operations, Echelon form.

Related Cells

Attribute

Permalink:

Author: R. Beezer

Date: 01 Mar 2020 20:51

Submitted by: Zane Corbiere

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License