2023-10-05 02:32:05 +0100 | received badge | ● Notable Question (source) |
2022-12-30 19:43:51 +0100 | received badge | ● Popular Question (source) |
2021-02-25 19:38:59 +0100 | received badge | ● Student (source) |
2021-02-25 19:11:41 +0100 | asked a question | Differential forms and chain rule Is there any way to use the chain rule on differential forms in Sage e.g. d(1/z) = -z^(-2)dz ? From what I've understood in the reference manual, differential forms are defined via a manifold and coordinate charts which doesn't seem to allow it. I am working with forms that can be arbitrarily big, so I think it would be better for me to treat this as a purely algebraic object with no reference to any charts, but I guess this cannot be avoided ? Sorry for the somewhat naive question, I am new to Sage. |