Re: silly problem
- To: mathgroup at smc.vnet.net
- Subject: [mg85348] Re: silly problem
- From: David Bailey <dave at Remove_Thisdbailey.co.uk>
- Date: Thu, 7 Feb 2008 04:41:22 -0500 (EST)
- References: <fo9g1h$sbm$1@smc.vnet.net>
Francis Bitonti wrote: > I'm new to Mathematica so this is a very basic question I think. but one > that has me hung up. I keep getting this error > > Set::write: Tag List in {0,0,0,0,0,0,0,0}[1] is Protected. >> > > > my code looks like this. > > *IN:* > For[i = 1, i < 6 , i++, > Print[ > g = i; > k[g] = twoDcalc[e1, a1, nodes[[{edges[[g, 1]], edges[[g, 2]]}]]] > ]] > > > * > OUT: > **Set::write: Tag List in {0,0,0,0,0,0,0,0}[1] is Protected. >> > *{{3.26002*10^7,7.60672*10^7,-3.26002*10^7,-7.60672*10^7},{7.60672*10^\ > 7,1.7749*10^8,-7.60672*10^7,-1.7749*10^8},{-3.26002*10^7,-7.60672*10^\ > 7,3.26002*10^7,7.60672*10^7},{-7.60672*10^7,-1.7749*10^8,7.60672*10^7,\ > 1.7749*10^8}}* > > Set::write: Tag List in {0,0,0,0,0,0,0,0}[2] is Protected. >> > *{{1.7749*10^8,7.60672*10^7,-1.7749*10^8,-7.60672*10^7},{7.60672*10^7,\ > 3.26002*10^7,-7.60672*10^7,-3.26002*10^7},{-1.7749*10^8,-7.60672*10^7,\ > 1.7749*10^8,7.60672*10^7},{-7.60672*10^7,-3.26002*10^7,7.60672*10^7,3.\ > 26002*10^7}} > > *Set::write: Tag List in {0,0,0,0,0,0,0,0}[3] is Protected. >> > General::stop: Further output of Set::write will be suppressed during \ > this calculation. >> > *{{1.88562*10^8,-1.88562*10^8,-1.88562*10^8,1.88562*10^8},{-1.88562*10^\ > 8,1.88562*10^8,1.88562*10^8,-1.88562*10^8},{-1.88562*10^8,1.88562*10^\ > 8,1.88562*10^8,-1.88562*10^8},{1.88562*10^8,-1.88562*10^8,-1.88562*10^\ > 8,1.88562*10^8}}* > * > > Assuming k is an array, you should have written k[[g]]=... David Bailey http://www.dbaileyconsultancy.co.uk
- Follow-Ups:
- Re: Re: silly problem
- From: "Francis Bitonti" <frankb.mail@gmail.com>
- Re: Re: silly problem