Kernbasis
Kernbasis, or kernel basis, is a term used in linear algebra to describe a basis for the kernel (also called the null space) of a linear map or matrix. The kernel consists of all vectors that map to zero under the given linear transformation.
For a matrix A in a field F with size m by n, the kernel is the
Computing a kernbasis typically involves row reducing A to row echelon form or reduced row echelon form,
The rank-nullity theorem connects the kernel to the column space: rank(A) plus nullity(A) equals n, the number
Example: For A = [[1, 2, 3], [4, 5, 6]], the reduced row echelon form is [[1, 0,