Taylor
http://www.adeptscience.co.uk/products/mathsim/maple/powertools/calcII/html/L20-taylorIntro.html. Taylor. restart; with(plots): > f := x -> sin(x); > on := x -> piecewise( x <0, 0, x < 1, 1,1); > a := -6: b := 6: c := -3: d:= 4: > g := (x,k) -> convert(series(f(x), x, k), polynom):
264 views • 6 slides