Taking the Derivative of a Function

Description

Sage knows how to differentiate and integrate many functions. For example, Sage can differentiate $\sin(u)$ with respect to $u$.

Sage Cell

Code

u = var('u')
diff(sin(u), u)

Options

None

Tags

Primary Tags: Calculus - single variable

Secondary Tags: Differentiation:

Related Cells

Attribute

Author: Sage Tutorial v7.6

Permalink:

Date: 19 Jun 2017 17:10

Submitted by: Tom Judson

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License