On Apr 19, 2012, at 16:50 , Minh Nguyen wrote: > Hi, > > On Fri, Apr 20, 2012 at 6:54 AM, Theodore J Sheskin > <[email protected]> wrote: >> Will Sage software draw graphs of algebraic equations? I am making up the >> equations. I do not have data which I want to plot. I do not have data to >> which I want to fit a curve. I plan to paste the graphs into a Word 2007 >> document.
Let us know if this is not what you are looking for, or if there is something unclear about what I've said. sage: f=x^2-6 sage: f.show() sage: plot(f,x,[-3,3]) Depending on what system you are using, you should be able to save the resulting plot as a .PDF file and then include/paste it into a word-processing doc. HTH Justin -- Justin C. Walker, Curmudgeon-At-Large Institute for the Absorption of Federal Funds -------- Men are from Earth. Women are from Earth. Deal with it. -------- -- 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
