On Thursday 18 December 2008, Alasdair wrote:
> If your interests are primarily numeric and not symbolic, you could
> also take a look at Octave, which is included in Sage, and which aims
> to be very Matlab-like:
>
> sage: octave.eval("y = [3 6 7]")
> sage: octave.eval("x = [1 2 3]")
> sage: octave.eval("z = y.*sin(x)")
>
> Of course you could always download Octave alone.Octave is not included with Sage but Sage has an interface to Octave just like it has an interface to e.g. Mathematica. Cheers, Martin -- name: Martin Albrecht _pgp: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8EF0DC99 _www: http://www.informatik.uni-bremen.de/~malb _jab: [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
