Re: Solving a symbolic complex linear system of equation.
- To: mathgroup at smc.vnet.net
- Subject: [mg77963] Re: Solving a symbolic complex linear system of equation.
- From: chuck009 <dmilioto at comcast.com>
- Date: Wed, 20 Jun 2007 05:43:27 -0400 (EDT)
How about this: alist = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10, 11, 12}, {13, 14, 15, 16}}; blist = {{a, b, c, d}, {e, f, g, h}, {j, k, l, m}, {n, o, p, q}}; MatrixForm[mlist = Table[Product @ alist Exp[I blist]]]