It seems that the piecewise() function have a bug in calculating the limit? what's the solution ?
var('x') f(x)=piecewise([[(-10,0),x^3],[[0,0],1],[(0,10),x^2]]) limit(f(x),x=0)
| 1 | initial version |
It seems that the piecewise() function have a bug in calculating the limit? what's the solution ?
var('x') f(x)=piecewise([[(-10,0),x^3],[[0,0],1],[(0,10),x^2]]) limit(f(x),x=0)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.