diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-09-27 19:27:39 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-09-27 19:27:39 -0700 |
commit | af89d1244f13b4c0bcf6b9a318d001bf87a4ce37 (patch) | |
tree | f778dce251b81712c4172ccf10c4d94f5a77cef9 /log | |
parent | d33e373b84fdd82507dd40c6a0a937a91ef88b05 (diff) | |
download | func-diff-geometry-af89d1244f13b4c0bcf6b9a318d001bf87a4ce37.tar.gz func-diff-geometry-af89d1244f13b4c0bcf6b9a318d001bf87a4ce37.zip |
progress for the day (tuesday)
Diffstat (limited to 'log')
-rw-r--r-- | log/2022-09-27.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/log/2022-09-27.md b/log/2022-09-27.md new file mode 100644 index 0000000..217168d --- /dev/null +++ b/log/2022-09-27.md @@ -0,0 +1,17 @@ + +Chapter 5: Integration +========================= + +Introduces higher-order forms. + +Wedge products, which generate higher-order forms. Went through this pretty +fast, I think this section is where a bunch of tensor indexing tricks are +skipped, or would have been. + +In this chapter, much of this content is only defined for euclidean R2 or R3, +need metrics for the general case. + +--- + +As a side note, having `define-coordinates` also define things like `d/dx` and +just `dx` feels like kind of a syntactic sugar trick. |