Compute Algebra Systems and SageMath

Limits with SageMath

  1. Use limit() to compute the limit of a function.

Differentiation with SageMath

  1. Use diff() to compute first and higher-order derivatives of a function.
  2. Use SageMath to find critical points of a differentiable function and determine whether those critical points are maxima, minima, or inflection points.
  3. Give symbolic variables LaTeX names.

Integration and SageMath

  1. Use integrate() to compute an antiderivative of a function.
  2. Use integrate() to compute the definite integral of a function over a given domain of integration.
  3. Use assume() where appropriate to set assumptions on symbolic variables.