smif1984
unread,May 7, 2009, 5:55:13 AM5/7/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to speedcrunch
Hi all,
i'm actually using speedcrunch for easy calculations when i don't
want
to start an ipython session to do more complex things... Nevertheless
i
often need to do some operations on arrays and it would be nice (and
powerful) to have some array&matrix capabilities built into
speedcrunch.
Maybe an array could be defined with something like:
a = [ 12, 34, pi, 67 ]
or a matrix like:
A = [ 24, 45; 55, 90]
And maybe it would be good to have an "array GUI editor".
Some basic operations on arrays should also be available, like
traspose,
multiply, find eigenvalues, flip, invert (matrices), solve linear
systems, .....
In my opinion this could be a killer feature with respect to other
calculator out there, but at the same time i don't want speedcruch to
become really bloated...
I'm interested in your opinion on this..
Sorry for language mistakes..... :)
Cheers,
Davide