Forums before death by AOL, social media and spammers... "We can't have nice things"
|    sci.math.symbolic    |    Symbolic algebra discussion    |    10,432 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 9,485 of 10,432    |
|    oldk1331@gmail.com to All    |
|    Re: [Axiom] Bug in Axiom?    |
|    25 Jun 17 05:35:38    |
      Not a bug. In your code, "c:=c1:=[0,0]" means that 'c' and 'c1'       points to *the same* list [0,0]. Which means the assignment       to 'c' also affects 'c1'.              You should use "c:=[0,0];c1:=[0,0]" or "c :=[0,0]; c1 := copy c"              --- SoupGate-Win32 v1.05        * Origin: you cannot sedate... all the things you hate (1:229/2)    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca