Re: Calculating a generalized inverse matrix



Gary wrote:
On Nov 12, 9:25 am, Ying-Foon Chow <yfchow.c...@xxxxxxxxx> wrote:
I'd appreciate if someone can tell me if I could find a (generalized)
inverse matrix of a singular matrix using Excel. Specifically, I have
a square matrix, say 10 by 10, but I know the rank of the matrix is
8.
Still, I need to find its "inverse" in order to construct a statistic.
I must be missing something. why not just use MINVERSE?
see
http://www.stanford.edu/~wfsharpe/mia/mat/mia_mat4.htm

As the OP says, the matrix is 10x10 but only has rank 8. The Stanford web page says specifically that MINVERSE() requires an "invertible" (i.e. non-singular) matrix.

Paige Miller's advice is probably best, but if that's not possible then ask if you really need to compute the inverse explicitly. If all you are going to use it to compute a couple of matrix-vector products, you can often find a way to compute those without computing the (generalized) inverse first.
.



Relevant Pages

  • Re: Calculating a generalized inverse matrix
    ... inverse matrix of a singular matrix using Excel. ... a square matrix, say 10 by 10, but I know the rank of the matrix is ... sure how to do that in Excel. ...
    (sci.stat.edu)
  • Re: Calculating a generalized inverse matrix
    ... inverse matrix of a singular matrix using Excel. ... a square matrix, say 10 by 10, but I know the rank of the matrix is ... sure how to do that in Excel. ...
    (sci.stat.edu)
  • Re: Calculating a generalized inverse matrix
    ... by MINVERSE because it is not full rank (or "non invertible" in a ... While I do get a matrix by using MINVERSE, ... matrix with the original matrix, I am not getting the identitiy matrix ... but I am not getting the "pseudo inverse" or ...
    (microsoft.public.excel.misc)
  • RE: How do I call Excel functions with an array parameter?
    ... > the Excel Rank function, but I have been unsuccessful so far. ... remember that an Excel array is not the same as a VBA array of some ... Dim xlApp As Excel.Application ...
    (microsoft.public.access.modulesdaovba)
  • How do I call Excel functions with an array parameter?
    ... "HOW TO: Call Excel Functions from Within ... Microsoft Access 2000" gives examples of calling the Median, ChiInv, and ... the Rank function will rank ties with the same number. ...
    (microsoft.public.access.modulesdaovba)