If somebody could help debugging this, it would be great...
(it would already be very helpful to know exactly which implementation of eval
is called in the end...)
Martin
(1) -> y := operator 'y
(1) y
Type: BasicOperator
(2) -> deq := differentiate(y x, x) + y x
,
(2) y (x) + y(x)
Type: Expression(Integer)
(3) -> res := first(solve(deq, y, x).basis)
- x
(3) %e
Type: Expression(Integer)
(4) -> eval(deq, y, x+->res)
- x
(4) %e
Type: Expression(Integer)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en
-~----------~----~----~----~------~----~------~--~---