Hi All, I am a newbie to Sage. My main purpose is to write scripts (algorithms). That is, I am not interested in the "answer-question" approach of the notebook, but I want to write and execute ".sage" files using sage just as I do with ".m" files using Matlab, for example.
So I found this page: http://www.sagemath.org/doc/tutorial/programming.html However, when I use "load test.sage", everything works (variables get created and computed) but there is no output like the one I get by entering my algorithm line-by-line directly. For example, the command "G.plot()" gets totally ignored by the "load' function. How can I use sage to run scripts that involve real-time plotting and other output? -- 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
