Using octave in windows
I´m using sage via VirtualBox virtual machine from windows 7. I searched how to use octave but all I find refers to linux. Help will be appreciated.
I´m using sage via VirtualBox virtual machine from windows 7. I searched how to use octave but all I find refers to linux. Help will be appreciated.
First, you need to install Octave (a program which is completely separate from, and not included with, Sage). Then you need to make sure that the Octave interpreter is in your $PATH. From there, Sage's interface to octave should work. See the manual for details on the interface.
To download and install Octave inside your virtual machine, use the browser in the virtual machine to visit the octave download page. There are linux binaries available there as well as the source code if you want to build octave yourself.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2011-06-15 16:54:52 +0100
Seen: 844 times
Last updated: Jun 16 '11
To clarify: the virtual machine is emulating a linux machine, so you should follow linux-based instructions from the virtual machine (as @benjaminfjones suggests)