MathGroup Archive 1998

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

Search the Archive

Complex Number problem



Hi.

I tried the following function to generate the Julia for a certain
point.

Julia[x_,n_]:={amounts={x}
  For[i=1,i<=n,i++,x=x^2;AppendTo[amounts,x];];}

But Mathematica always answers with tha same message:
  Set ::  write :  Tag Complex in x+y I is Protected.

How can I set this tag to unprotected?

ciao

    Veit




  • Prev by Date: Re: sort and find in MATHEMATICA like in MATLAB
  • Next by Date: Computing my own function efficiently
  • Prev by thread: Unpredictable effects of comments
  • Next by thread: RE: Complex Number problem