On 5/26/07, Timothy Clemans <[EMAIL PROTECTED]> wrote: > > Could someone make a lot of screenshots of SAGE doing different things?
Good idea. Maybe in this thread we could suggest a list of "things" SAGE could do that would make good screenshot material. Once we have that list, somebody could just make all those screenshots. I'll start the list, which is below and I've also posted to http://www.sagemath.org:9001/screenshots where you can "check in", post a screenshot, etc. * Typesetting a solution to a cubic equation: show(solve(x^3 + a*x + b == 0, x)[0]) * Used in console mode with the interactive debugger showing some sort of debugging traceback. E.g., sage: %pdb Automatic pdb calling has been turned ON sage: EllipticCurve([0,0]) * Input showing a worksheet with cells being evaluated with %sagex, %magma, %gp, %python, etc. at the top. * An entire worksheet in matlab mode doing some basic things from the matlab tutorial (requires matlab). Same for an octave worksheet, a gap worksheet, etc. * The SAGE notebook showing a plot (e.g., show(plot(sin(x^2)+x, -pi,pi, hue=0.7, thickness=3)) in each of safari, opera, and firefox, all on one os x desktop. * Plotting a mod-2 matrix using Martin Albrecht's function: sage: a = random_matrix(GF(2),500,600).echelon_form() sage: a.visualize_structure() * Using SAGE under Microsoft Windows via vmware (so a full screenshot that shows the vmware machine running and a web browser that interacts with the SAGE notebook). * Drawing a 3d plot of a the 5-dimensional cube in the SAGE notebook: show(graphs.CubeGraph(5).plot3d()) Also, do the same in 2d. * Using the interactive tutorial, e.g., visiting this page: http://localhost:8000/doc_browser?/tut/?node11.html * A screenshot showing five browser tabs each clearly having SAGE's running in them and visible tab having words that explains that one has tabbed browsing between worksheets, inherited from the web browser. -- William --~--~---------~--~----~------------~-------~--~----~ 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-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---
