Maple: Inverse of Covariance Matrix

385 Views Asked by At

Good day,

I would like to ask about the inverse of covariance matrix from the coding below (using maple):

maple

Anyone know why the inverse A can't be computed?

Thank you for your help!

1

There are 1 best solutions below

0
On

Your formula t is clearly wrong because the units don't match on both sides of the minus sign. Shouldn't the first term be divided by $n^2$? If you make that change, then the matrix is invertible.

You should compute the inverse using j:= A^(-1). The inverse command and the whole linalg package have long been deprecated.