MathGroup Archive 2009

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

Search the Archive

Re: Product::write : Tag List is Protected Error

  • To: mathgroup at smc.vnet.net
  • Subject: [mg101896] Re: [mg101888] Product::write : Tag List is Protected Error
  • From: Tomas Garza <tgarza10 at msn.com>
  • Date: Tue, 21 Jul 2009 03:52:21 -0400 (EDT)
  • References: <200907202321.TAA26063@smc.vnet.net>

It is hard to guess the reason for the error unless you provide us with the code. Incidentally, I could hardly describe Mathematica as a "package"...



Tomas

.> Hi All.
>
> I am a newbie to mathematica and I am encountering following error in my 
first program written in this package.
>
> $Recursion Limit::reclim : Recursion depth of 256 exceeded.
> General:: Stop: Further output of $RecursionLimit::reclim would be suppressed during this calculation.
> Product::write : Tag List in (...) is protected.
> General:: Stop: Further output of Product::write would be suppressed durin g this calculation.
>
> Have spent two days trying to figure it out but unable to resolve this. Itried to use this code at the beginning hoping to resolve but with no success:
>
> Off[Protect::Locked];
> Off[Attributes::Locked];
> Unprotect[List];
>
> Am using "product" symbol in my program where this error is occurring. Any help would be highly appreciated.
>
> Thanks and Best Regards,
> Tuhina
> ________________________________
> Tuhina Singh
> Siddhesh Capital Market Services Pvt Ltd.
> 122, Maker Chambers III, 12th Floor
> Nariman POint
> Mumbai - 400 021
>
> Tel (D): 91-22-4057 0322
> (B): 91-22-4057 0300
> Fax: 91-22-2285 2912
>


  • Prev by Date: Re: Re: Odd behavior?
  • Next by Date: Re: patterns
  • Previous by thread: Product::write : Tag List is Protected Error
  • Next by thread: Re: Re: Product::write : Tag List is