Differences between revisions 11 and 16 (spanning 5 versions)
Revision 11 as of 2009-03-24 11:29:50
Size: 1346
Editor: pang
Comment: added reference to fenics/dolfin
Revision 16 as of 2019-09-29 16:30:48
Size: 1395
Editor: chapoton
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Software_that_may_be_useful
Line 2: Line 3:
    * [[http://www.sagemath.org:9001/graph_survey|graph theory]]
    * [[http://www.sagemath.org:9001/plot|plotting/graphics]]
    * [[https://wiki.sagemath.org/graph_survey|graph theory]]
    * [[https://wiki.sagemath.org/plot|plotting/graphics]]
Line 5: Line 6:
      * [[http://www.xmds.org/|xmds]] - An open-source XML based simulation package, of ordinary differential equations (ODEs) and partial differential Equations (PDEs).       * [[https://www.xmds.org/|xmds]] - An open-source XML based simulation package, of ordinary differential equations (ODEs) and partial differential Equations (PDEs).
Line 7: Line 8:
      * [[http://www.fenics.org/wiki/FEniCS_Project|fenics]] Fenics is free software for automated solution of differential equations. It is separated into components, and already has a python interface (dolfin).       * [[https://www.fenics.org/wiki/FEniCS_Project|fenics]] Fenics is free software for automated solution of differential equations. It is separated into components, and already has a python interface (dolfin).
Line 9: Line 10:
      * [[http://www.pytables.org/|pytables]]       * [[https://www.pytables.org/|pytables]]
Line 11: Line 12:
    * [[http://www.sagemath.org:9001/combinatorics|Combinatorics]]     * [[https://wiki.sagemath.org/combinatorics|Combinatorics]]
Line 14: Line 15:
    * [[http://rgruet.free.fr/#QuickRef|Python Quick Reference]] - The ultimate Python resource. Grab the single page version and save locally (its pretty big)     * [[https://rgruet.free.fr/#QuickRef|Python Quick Reference]] - The ultimate Python resource. Grab the single page version and save locally (its pretty big)

Software that may be useful for

  • graph theory

  • plotting/graphics

  • differential equations:
    • xmds - An open-source XML based simulation package, of ordinary differential equations (ODEs) and partial differential Equations (PDEs).

    • scipy's collection of dynamical systems programs.

    • fenics Fenics is free software for automated solution of differential equations. It is separated into components, and already has a python interface (dolfin).

  • Databases/tables:
  • Combinatorics

  • Notebook Editing
    • It's All Text - a Firefox plug-in which will launch the editor of your choice with the contents of a text box. Perfect for Wiki editing and working in the notebook

  • Python Quick Reference - The ultimate Python resource. Grab the single page version and save locally (its pretty big)

  • vector field visualization

devel/UsefulSoftware (last edited 2019-09-29 16:30:48 by chapoton)