Differences between revisions 2 and 3
Revision 2 as of 2008-02-20 21:57:13
Size: 1167
Comment:
Revision 3 as of 2008-02-22 19:57:01
Size: 860
Editor: DavidHarvey
Comment: moving a tip from this page to FAQ.....
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
 * If you're using OS X and get errors about "fork: Resource temporarily unavailable.", then create (or edit) /etc/launchd.conf and include the following:
 {{{
limit maxproc 512 2048
}}}
  then reboot. See [http://www.macosxhints.com/article.php?story=20050709233920660 this page] for more details.

Tips for Using SAGE

  • [http://www.geogebra.org/cms/ GeoGebra] is a free and multi-platform dynamic mathematics software for schools that joins geometry, algebra and calculus. Here's how you can embed it in the SAGE notebook.

    1. In GeoGebra: Create some geometric construction or plot an algebraic expression. See [http://www.geogebra.org/cms/index.php?option=com_content&task=blogcategory&id=69&Itemid=56 this page] for more details.

    2. In GeoGebra: File> Export> Dynamic worksheet.

    3. Open the .html just exported with a text editor and copy the <applet> section.

    4. In SAGE notebook: Data> Upload the .jar and .ggb files just exported.

    5. In SAGE notebook: Edit> Paste the <applet> section.

    6. In the <applet> section, change codebase="./data/", you can also set some of the flags to true.

    7. Save changes, and you're done.

Tips (last edited 2022-04-06 03:09:49 by mkoeppe)