Differences between revisions 19 and 20
Revision 19 as of 2011-09-21 16:17:36
Size: 18877
Editor: mhampton
Comment:
Revision 20 as of 2012-04-18 17:46:53
Size: 19017
Editor: bvarberg
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
{{{ {{{#!sagecell
Line 49: Line 49:
{{{ {{{#!sagecell
Line 83: Line 83:
{{{ {{{#!sagecell
Line 132: Line 132:
{{{ {{{#!sagecell
Line 152: Line 152:
{{{ {{{#!sagecell
Line 175: Line 175:
{{{ {{{#!sagecell
Line 255: Line 255:
{{{ {{{#!sagecell
Line 303: Line 303:
{{{ {{{#!sagecell
Line 337: Line 337:
{{{ {{{#!sagecell
Line 363: Line 363:
{{{ {{{#!sagecell
Line 393: Line 393:
{{{ {{{#!sagecell
Line 414: Line 414:
{{{ {{{#!sagecell
Line 430: Line 430:
{{{ {{{#!sagecell
Line 457: Line 457:
{{{ {{{#!sagecell

Sage Interactions - Differential Equations

goto interact main page

Euler's Method in one variable

by Marshall Hampton. This needs some polishing but its usable as is.

eulermethod.png

Vector Fields and Euler's Method

by Mike Hansen (tested and updated by William Stein, and later by Dan Drake)

euler.png

Vector Field with Runga-Kutta-Fehlberg

by Harald Schilly

ode_runga_kutta.png

Linear two-dimensional ODEs

by Marshall Hampton

linear2x2.png

Euler's Method, Improved Euler, and 4th order Runge-Kutta in one variable

by Marshall Hampton. This is a more baroque version of the Euler's method demo above.

rk4.png

Mass/Spring systems

by Jason Grout

These two interacts involve some Cython code or other scipy imports, so I've posted a file containing them. You can download the worksheet or copy it online.

Picard iteration example

by Marshall Hampton and David Joyner

picard.png

Euler-Maruyama method and geometric Brownian motion (a common simple model of the stock market)

by Marshall Hampton

eulermaruyama.png

Autonomous equations and stable/unstable fixed points

by Marshall Hampton This needs the Cython functon defined in a seperate cell. Note that it is not a particularly good example of Cython use.

Autonomous1.png

Heat equation using Fourier series

by Pablo Angulo

heat_fourier.png

Heat equation using finite diferences in cython

by Pablo Angulo

heat_findif.png

DE with boundary values

The following interact demo looks at the DE+BC y'+y=0, y(0)=a, y(b)=c, and has a slider for b. When b=pi "problems arise":-)

de-interact-with-BCs.sws

interact/diffeq (last edited 2020-02-08 13:22:36 by chapoton)