Skip to content

Instantly share code, notes, and snippets.

from sympy import *
def rref_from_null_space(N):
"""
Derives the rref of a matrix from its null space
Args:
N: Matrix where each column represents a vector in the
null space of the matrix.
from sympy import *
def rref_from_null_space(N):
"""
Derives the rref of a matrix from its null space
Args:
N: Matrix where each column represents a vector in the
null space of the matrix.