MathGroup Archive 2000

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

Search the Archive

Symbol ... in part assignment does not have an immediate value

  • To: mathgroup at smc.vnet.net
  • Subject: [mg22464] Symbol ... in part assignment does not have an immediate value
  • From: hans.steffani at e-technik.tu-chemnitz.de (Hans Friedrich Steffani)
  • Date: Sat, 4 Mar 2000 02:26:33 -0500 (EST)
  • Organization: Chemnitz University of Technology
  • Sender: owner-wri-mathgroup at wolfram.com

If[ N[nullpos[[i, 2]]/nullpos[[i, 3]]] >= 2.0,
  Do[
    nullimpuls[[nullpos[[i, 2]] + 
            Round[j nullpos[[i, 2]]/nullpos[[i, 3]]] ]] = -1;
    {j, 1, Round[nullpos[[i, 2]]/nullpos[[i, 3]] ]}]]

i is the iterator of an outer loop.

This code produces:
Set::"noval": "Symbol \!\(nullimpuls\) in part assignment does not
have an immediate value."

What's that?

Hans Friedrich Steffani
-- 
Hans Friedrich Steffani
Institut fuer Elektrische Maschinen und Antriebe, TU Chemnitz
mailto:hans.steffani at e-technik.tu-chemnitz.de
http://www.tu-chemnitz.de/~hfst/


  • Prev by Date: Re: Rearranging a tensor
  • Next by Date: Question: How to do a complex fit ?
  • Previous by thread: <<NumberTheory`FactorIntegerECM`
  • Next by thread: Symbol ... in part assignment does not have an immediate value