Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make power series solutions of differential equations top-level #11482

Open
kcrisman opened this issue Jun 14, 2011 · 2 comments
Open

make power series solutions of differential equations top-level #11482

kcrisman opened this issue Jun 14, 2011 · 2 comments

Comments

@kcrisman
Copy link
Member

R.<t> = PowerSeriesRing(QQ, default_prec=10)
a = -1 + 0*t
b = 2 + 0*t
h=a.solve_linear_de(b=b,f0=3,prec=10)

This works... but is not exactly very obvious to find! Also, the syntax is crazily different from other desolvers.

Let's make a high level one for this.

CC: @robert-marik

Component: calculus

Keywords: symbolics

Issue created by migration from https://trac.sagemath.org/ticket/11482

@burcin
Copy link

burcin commented Jun 14, 2011

comment:1

Perhaps a top level desolve_series() function?

@jdemeyer jdemeyer modified the milestones: sage-5.11, sage-5.12 Aug 13, 2013
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.1, sage-6.2 Jan 30, 2014
@mezzarobba
Copy link
Member

comment:4

I don't think we need even more specialized top-level functions... However, a top-level desolve with options to obtain symbolic, series and numeric solutions could be nice to have.

@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.2, sage-6.3 May 6, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.3, sage-6.4 Aug 10, 2014
@mkoeppe mkoeppe removed this from the sage-6.4 milestone Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants