Open
Description
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