Hi all, For simulations I'm running, I'd like to perform some calculations with an arbitrary precision, but I want to store my variables in arrays so I can iterate through them for calculations. I've found http://www.sagemath.org/doc/reference/sage/rings/real_mpfr.html for working with real numbers with arbitrary precision, but I can't figure out if/how I can put those numbers in arrays. Another option would be to have arrays of pointers, pointing to variables defined as above, but again I have no idea if and how this is possible.
Can anybody point me in the right direction for this? Thanks! Daan -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
