symbolic matrix inverse
- To: mathgroup at smc.vnet.net
- Subject: [mg94126] symbolic matrix inverse
- From: Steven Allmaras <steven.r.allmaras at boeing.com>
- Date: Fri, 5 Dec 2008 05:33:06 -0500 (EST)
I have a symbolic matrix {{a,b},{c,d}} whose elements are themselves matrices. The elements are noncommutative (e.g., a.b != b.a), and just for simplicity assume each element is a n-by-n square matrix of reals. How do I get Mathematica to evaluate Inverse[{{a,b},{c,d}}] in terms of Dot and Inverse, rather than Times and Divide? I'm hoping to get something that looks like, [[1,1]] = Inverse[a] + Inverse[a].b.Inverse[d - c.Inverse[a].b].c.Inverse[a] Thanks, Steve
- Follow-Ups:
- RE: symbolic matrix inverse
- From: "Jose Luis Gomez" <jose.luis.gomez@itesm.mx>
- RE: symbolic matrix inverse