MathGroup Archive 2001

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

Search the Archive

Equal and operation with list

  • To: mathgroup at smc.vnet.net
  • Subject: [mg29491] Equal and operation with list
  • From: guillerm at gugu.usal.es (Guillermo Sanchez)
  • Date: Fri, 22 Jun 2001 02:20:20 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

I  have tree list:

Y = {y1, y2}
B = {{b11,b12} , {b21, b22}}
X = {X1, X2}

I wish transform its in a system of equations like this:

{y1== b11 X1 + b12 X2, y2== b21 X1 + b22 X2}

I have test with Y == Dot[B,X] but don`t work. Any help?. Thanks


  • Prev by Date: Needing help
  • Next by Date: Mathematica formatting for large documents
  • Previous by thread: Re: Needing help
  • Next by thread: RE: Equal and operation with list