Abstract Symbolic Matrix operations in Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg96698] Abstract Symbolic Matrix operations in Mathematica
- From: dvshin <dvshin at yahoo.com>
- Date: Sat, 21 Feb 2009 19:38:50 -0500 (EST)
Can anybody tell me how to do operations on matrix equations without computing on the element level in Mathematica? In other words, for example, if I have two "abstract" matrices A and B, what should I type to verify the following: (AT)^T = B^T A^T Would appreciate any thoughts.