Skip to content

Maxima can solve this bvp why not sage? #21789

Open
@kcrisman

Description

@kcrisman

According to this sage-devel post

y(x) = function('y')(x); y
eq = x^2*diff(y,x,2)-x*diff(y,x,1)+y==0; eq
h = desolve(eq, dvar=y, ivar=x,ics=[1,1,e,2*e]); h

gives an error but Maxima can nonetheless solve it.

CC: @nbruin

Component: calculus

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions