home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Education
/
collectionofeducationcarat1997.iso
/
SCIENCE
/
ODE25.ZIP
/
STAG.ODE
< prev
next >
Wrap
Text File
|
1990-01-04
|
256b
|
15 lines
# STAG.ODE
# Stagnation point flow in fluid dynamics.
# Try to find initial g2 such that g1 tends to 1 as t gets large.
$m -5
$t 20
$n 200
g = 0
g1 = 0
g2 = 1.23225 # This is quite close !
g' = g1
g1' = g2
g2' = sqr(g1) - g*g2 - 1