Changes between Initial Version and Version 7 of Ticket #23964
- Timestamp:
- Oct 4, 2017, 1:19:03 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23964
-
Property
Summary
changed from
f.subs(I=...) does not work
tof.subs(I==...) does not work
-
Property
Summary
changed from
-
Ticket #23964 – Description
initial v7 1 Minimal case: 2 {{{ 3 sage: (I*x).subs(I==0) 4 I*x 5 }}} 6 Originally: 7 1 8 the {{{substitute}}} command does not work with {{{I}}}: 2 9 {{{