The null space of a matrix, also known as the kernel is the set of vectors satisfying the equation where matrix A and the set of vectors x is
More formally,
Method
To check if a certain Vector is in the null space of a matrix, multiply the Vector by the matrix by performing Vector-matrix multiplication. If the resulting Vector is a zero Vector, it’s in the null space of the matrix.