skrf.mathFunctions.null

skrf.mathFunctions.null(A, eps=1e-15)[source]

Calculate the null space of matrix A.

Parameters:
  • A (array_like)

  • eps (float)

Returns:

null_space

Return type:

array_like

References

https://scipy-cookbook.readthedocs.io/items/RankNullspace.html https://stackoverflow.com/questions/5889142/python-numpy-scipy-finding-the-null-space-of-a-matrix