Changeset 5935:44caea386adc
- Timestamp:
- 08/27/07 14:57:39 (6 years ago)
- Branch:
- default
- Location:
- sage/calculus
- Files:
-
- 2 edited
-
all.py (modified) (1 diff)
-
desolvers.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sage/calculus/all.py
r5763 r5935 28 28 return SR(x) 29 29 30 import desolvers -
sage/calculus/desolvers.py
r5763 r5935 1 """ nodoctest1 """ 2 2 This file contains functions useful for solving differential equations 3 3 which occur commonly in a 1st semster differential equations course. … … 87 87 88 88 WARNING: 89 The second SAGE command in the above example sets the values of f(0) and f'(0) in maxima, so 90 subsequent ODEs involving these variables will have these initial conditions 89 The second SAGE command in the above example sets the values 90 of f(0) and f'(0) in maxima, so subsequent ODEs involving 91 these variables will have these initial conditions 91 92 automatically imposed. 92 93
Note: See TracChangeset
for help on using the changeset viewer.
