> | with(plots): |
Warning, the name changecoords has been redefined
> | with(Student[Calculus1]): |
> | f:=x->5*sin(x^2)+8+2*x-x^4; |
> | plot(f(x),x=-2..2,y=-2..14,thickness=3); |
> | fsolve({f(x)},{x},-2..-1); |
> | fsolve({f(x)},{x},1..2); |
> | Int(f(x),x=-1.630312971..1.815448517); |
> | int(f(x),x=-1.630312971..1.815448517); |
> | plot(f(x),x=-1.630312971..1.815448517,filled=true); |
> |