| Atlas Paclet Symbol | See Also »|More About » |
| d[expr] allows one to calculate the exterior derivative on an expression that is p-form. |
- expr - any expression.
- The exterior derivative is the operator d :
p ->
p+1 where
p is p-form and
p+1 is (p+1)-form. The operator has the following properties.
- For any 0-form f=f(x1, x2, ..xn) we have: d[f]=

- For any p-forms
,
and constants
,
we have: d[
+ 
]=
d[
]+
d[
]
- If
1 is p-form and
2 is q-form then exterior derivative of their exterior product is as follows: d[[
1]
[
2]]=[d[
1]]
[
2]+(-1)p[
1]
[d[
2]]
- For any p-form
Poincare's lemma takes place: d[d[
]] = 0

Basic Examples