NumSharp icon indicating copy to clipboard operation
NumSharp copied to clipboard

How to calculate the rank of a matrix with NumSharp?

Open drtujugkhjk opened this issue 3 years ago • 0 comments

I have a question,but I'm new to this. I want to compute the rank of a matrix, but could not do it when I tried the following. np.linalg.matrix_rank(A) ; A:NDArray What is wrong with it? How do I calculate the rank of a matrix?

drtujugkhjk avatar Dec 20 '21 10:12 drtujugkhjk