Changes between Initial Version and Version 1 of Ticket #14270, comment 14
- Timestamp:
- 02/01/15 21:30:57 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14270, comment 14
initial v1 40 40 > }}} 41 41 I'm not so sure it "works". It doesn't give an error (which is surprising in its own right; perhaps that should change), but I don't think it gives the same answer. In vanilla: 42 {{{ 42 43 sage: equadiff.substitute_function(Cf(z), s0) 43 {{{44 44 (4*z - 1)*D[0](C)(z) - 2*C(z) + 1 == 0 45 45 sage: equadiff.substitute_function(Cf, s0.function(z))