On Jul 12, 9:05 pm, Carlos Córdoba <ccordob...@gmail.com> wrote: > Thanks for your quick answers. Coming from Mathematica, I was expecting to > add lists as vectors, multiply real numbers by lists, etc, without > sub-classing or using another types (such as vectors in sage)
just to clarify this, working on lists without types is very bad from the standpoint of performance (and others). for example, if you just want to operate with real numbers of the cpu, or even just with binary values, you get a much higher performance than working with managed reals or integers of arbitrary size. so, you can choose what you need! i think all you want to do is already possible to do without any coding on your side. maybe just tell us an example what you mean. h --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---