John Fredsted

2243 Reputation

15 Badges

19 years, 364 days

MaplePrimes Activity


These are questions asked by John Fredsted

In a previous thread I, most thankfully, learned that if B := A for some Array A, then B will not be a reinstantiation of A, which is most simply ascertained with the command eval(A = B) which here evaluates true. On several occassions, though, I would like reinstantiation. This, I found out, can be done in at least two ways; B := Array(A), or B := map(eval,A). However, in such simple reinstantiations information about for instance any indexing functions of A is lost. But they can be propagated using the ArrayIndFns(...), as seen from
First 10 11 12 Page 12 of 12