sherman_shi 发表于 2009-9-21 02:41 
For the second question, if the matrix is positive, then it's inverse matrix is also positive, and therefore it's any entry(元素) is positive. If the matrix is non-nagetive, and it's inverse matrix exists then the matrix is positive.
这个不一定把,如下列矩阵:
1,2
2,1
他的inverse matrix不是non-nagetive的啊,是
-3/4 2/3
2/3 -1/3