fricas (1) -> a := operator 'a
Type: BasicOperator?
fricas seriesSolve((2*x-2)*D(a(x), fricas Compiling function %D with type List(UnivariateTaylorSeries( Expression(Integer),
does not work. A workaround within the interpreter is to provide a function like: fixedPointExquo(s, p) == fixedPointExquo(s, p::UTS(EXPR INT, x, 0))$UTSODE(EXPR INT,UTS(EXPR INT, x, 0)) but that won't work in spad. ... --William Sit, Wed, 05 Jul 2006 00:34:10 -0500 reply fricas a := operator 'a
Type: BasicOperator?
fricas fixedPointExquo(s, Type: Void
fricas p := seriesSolve((2*x-2)*D(a(x), fricas Compiling function %H with type List(UnivariateTaylorSeries( Expression(Integer),
fricas (2*x-2)*D(p,
Looks like the case of two different x's again. I have a better fix, but I'm still not happy. AndseriesSolve still crashes quite often...
I'll send it per mail, Martin Why isn't UnivariateTaylorSeriesODESolver? exposed? --Bill Page, Tue, 21 Oct 2008 18:50:10 -0700 reply UnivariateTaylorSeriesODESolver? is part of the Hidden group in
exposed.lsp.pamphlet . Exposing this package prevents the error:
fricas )clear completely fricas )expose UnivariateTaylorSeriesODESolver fricas a := operator 'a
Type: BasicOperator?
fricas seriesSolve((2*x-2)*D(a(x), fricas Compiling function %D with type List(UnivariateTaylorSeries( Expression(Integer),
|