aboutsummaryrefslogtreecommitdiffstats
path: root/log/2022-09-27.md
diff options
context:
space:
mode:
Diffstat (limited to 'log/2022-09-27.md')
-rw-r--r--log/2022-09-27.md17
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.