roed314 / OMS

Converting Rob Pollack's overconvergent modular symbols .sage code to .py and putting it in Sage
4 stars 4 forks source link

solve_diff_eqn doesn't work for Dist_long [BUG] #28

Open rpollack9974 opened 11 years ago

rpollack9974 commented 11 years ago

The following code crashes:

sage: D = Distributions(0,3,10)
sage: mu = D._an_element_()
sage: mu.solve_diff_eqn()