Thanks for clearing that up. This is definitely new behavior.
On Saturday, May 21, 2016 at 3:58:27 PM UTC-7, Michael Orlitzky wrote:
>
> On 05/21/2016 06:06 PM, paulmasson wrote:
> > Since the SageMathCell server has been updated to Sage 7.2, I've been
> > experiencing issues with piecewise func
On 05/21/2016 06:06 PM, paulmasson wrote:
> Since the SageMathCell server has been updated to Sage 7.2, I've been
> experiencing issues with piecewise functions. For example, define a
> simple saw tooth with
>
Piecewise functions were totally rewritten in #14801. Lower-case
"piecewise" now works
Since the SageMathCell server has been updated to Sage 7.2, I've been
experiencing issues with piecewise functions. For example, define a simple
saw tooth with
f=piecewise([[(0,1),x],[(1,3),2-x],[(3,4),x-4]])
The endpoints appear to be defined just fine,
f.end_points()
[0, 1, 3, 4]
but if I