Changeset 5935:44caea386adc


Ignore:
Timestamp:
08/27/07 14:57:39 (6 years ago)
Author:
William Stein <wstein@…>
Branch:
default
Message:

enable dsolvers.

Location:
sage/calculus
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sage/calculus/all.py

    r5763 r5935  
    2828    return SR(x) 
    2929 
     30import desolvers 
  • sage/calculus/desolvers.py

    r5763 r5935  
    1 """nodoctest 
     1""" 
    22This file contains functions useful for solving differential equations 
    33which occur commonly in a 1st semster differential equations course. 
     
    8787 
    8888    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 
    9192        automatically imposed. 
    9293 
Note: See TracChangeset for help on using the changeset viewer.