Topic: bug in relations + derivative request
Ivan,
In the beta version, the relation (x+y)^2<=x^2+2*x*y+y^2 causes graph to crash. Of course the given relation is true period.
Why not be able to differentiate the function integrate? "Usually", the integrand g is continuous and so for example integrate(g(s),s,0,x) has derivative g. Similarly for differentiable functions as limits of integration and also when the integrand is a function of both s and x. Aside, if the integrand is not continuous, the integrate function may well be wrong anyway; for example the graph of integrate(floor(s),s,0,x) is clearly wrong.