Compute Algebra Systems and SageMath
Limits with SageMath
- Use
limit()
to compute the limit of a function.
Differentiation with SageMath
- Use
diff()
to compute first and higher-order derivatives of a function.
- Use SageMath to find critical points of a differentiable function and determine whether those critical points are maxima, minima, or inflection points.
- Give symbolic variables LaTeX names.
Integration and SageMath
- Use
integrate()
to compute an antiderivative of a function.
- Use
integrate()
to compute the definite integral of a function over a given domain of integration.
- Use
assume()
where appropriate to set assumptions on symbolic variables.