Lesson 9 of 15
The Exterior Derivative
The Exterior Derivative
The exterior derivative generalizes the gradient, curl, and divergence into a single unified operator. It maps -forms to -forms.
For a 1-form on , the exterior derivative is a 2-form:
The coefficient is the curl of the vector field .
Closed and Exact Forms
A form is:
- Closed if — the curl vanishes
- Exact if for some function — it is the differential of something
Stokes's theorem says: .
Examples
| One-form | coefficient |
|---|---|
| (exact) | |
Your Task
Implement exterior_d(P, Q) that computes the exterior derivative of the 1-form . Return a function of giving the coefficient of .
Python runtime loading...
Loading...
Click "Run" to execute your code.