-
Notifications
You must be signed in to change notification settings - Fork 439
L_1cb
Joris Gillis edited this page Apr 4, 2023
·
2 revisions
Computes the nullspace of a matrix A.::
nullspace(DM A) -> DM nullspace(SX A) -> SX nullspace(MX A) -> MXFinds Z m-by-(m-n) such that AZ = 0 with A n-by-m with m > n
Assumes A is full rank
Inspired by Numerical Methods in Scientific Computing by Ake Bjorck
To edit, see writing tips.