MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

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]]]


  • Prev by Date: Re: MatrixPlot: frame ticks starting with 0?
  • Next by Date: Problem with PlotLegend in Mathematica 6.0
  • Previous by thread: Solving a symbolic complex linear system of equation.
  • Next by thread: Re: Solving a symbolic complex linear system of equation.