Higher Order Derivatives

Description

Sage can calculate higher-order derivatives. The following cell computes the fourth derivative of $\sin(x^2)$.

Sage Cell

Code

diff(sin(x^2), x, 4)

Options

None

Tags

Primary Tags: Calculus - Single Variable

Secondary Tags: Differentiation: Higher-Order Derivatives

Related Cells

Attribute

Permalink:

Author: Sage Tutorial v7.6

Date: 08 Jul 2017 08:23

Submitted by: Tom Judson

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