Question: How to use ExteriorDerivative correctly

with(DifferentialGeometry):
DGsetup([x],M):
ExteriorDerivative(x^2);

invalid frame: DGframe_data[0][1][2]

how to diff x^2 to get 2*x*dx with above command?

Please Wait...