Quantcast
Channel: Math.NET Numerics - Math.NET
Viewing all articles
Browse latest Browse all 224

Wrong compute of the matrix rank!

$
0
0

@Lili wrote:

For a matrix of 4-by-4, as follows
Matrix A = DenseMatrix.OfArray(new double[,] {
{4,4,1,3},
{1,-2,1,0},
{4,0,2,2},
{7,6,2,5}});
The rank computed with the equation as follow is 3
var ranka = A.Rank();
However, the true rank of the matrix is 2.

Posts: 4

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 224

Trending Articles