LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 2001, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 7 Jun 2001 12:52:26 -0400
Reply-To:     Michael Palmer <mcpalmer@zbi.net>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Michael Palmer <mcpalmer@ZBI.NET>
Subject:      Re: matrix inverse without IML
Comments: To: Cornel Lencar <clencar@ORMCANADA.COM>
Content-Type: text/plain; charset="iso-8859-1"

>Basically my bigest matrix is a (12,12) multidimensional array and I have >to calculate its inverse. By hand this means a system of 144 equations with >144 unknown terms done couple of hundred times...(because I have plenty of >these systems <:o(((.It is possible to do this without IML. >

Assuming that you're dealing with symmetric matrices, there're are probably lots of ways. "Statistical Principles in Experimental Design" by B. J. Winer, 2nd edition discusses the Dwyer and SWP algorithms in Section 2.5, page 120. I once programmed the SWP in an HP calculator so you can certainly do it without IML.

Regards, Michael

Michael Palmer Zurich Biostatistics, Inc. www.zbi.net


Back to: Top of message | Previous page | Main SAS-L page