Re: System of linear equation
- To: mathgroup at smc.vnet.net
- Subject: [mg112348] Re: System of linear equation
- From: Matthias Bode <lvsaba at hotmail.com>
- Date: Fri, 10 Sep 2010 04:49:23 -0400 (EDT)
Hola: Please compare with your input. Table[Prime[n], {n, 64}]; mat01 == Partition[%, 8] vec01 == Table[Prime[n], {n, 65, 72}] LinearSolve[mat01, vec01] Best regards, MATTHIAS BODE COCHABAMBA/BOLIVIA > Date: Thu, 9 Sep 2010 04:23:08 -0400 > From: mfduqued at gmail.com > Subject: [mg112321] System of linear equation > To: mathgroup at smc.vnet.net > > Hi community, > > I have a system of linear equation 8x8. So I use LinearSolve but I > obtain > > LinearSolve::matrix: Argument (<<1>>) at position 1 is not a nonempty > rectangular matrix. > > I don't know why doesn't work this program. > > Please help. >