Post Reply 
Function to calculate the nullspace
12-27-2019, 08:36 AM (This post was last modified: 12-27-2019 08:47 AM by Stevetuc.)
Post: #3
RE: Function to calculate the nullspace
(12-27-2019 06:54 AM)Joe Horn Wrote:  
(12-27-2019 12:07 AM)hamorabi Wrote:  The Prime has built-in functions to calculate the column and row spaces. For some reason, there's no function for the nullspace.

Wikipedia says that "The kernel of a matrix, also called the null space, is the kernel of the linear map defined by the matrix." So maybe Prime's "ker" function (or its "jacobi_symbol" function) is related to the "nullspace" you refer to, since Prime's doc says that they are related to the "kernel" of a matrix (whatever that means).

It seems that above nullspace(mat) code is equivalent to
-transpose(ker(mat))
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Function to calculate the nullspace - Stevetuc - 12-27-2019 08:36 AM



User(s) browsing this thread: 1 Guest(s)