diff options
author | Eduardo Julian | 2021-06-02 00:13:17 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-06-02 00:13:17 -0400 |
commit | 19b14056e95bbde2f852c5ce4ed16b36c9f85217 (patch) | |
tree | 2eab6ed877761866acbb20f48628d80f5d06e4f1 /documentation/bookmark | |
parent | 26c22f6a8dccb41c41ff9f64ac1b7b2d5340baef (diff) |
Struggling against the lexing limitations of Renjin.
Diffstat (limited to 'documentation/bookmark')
-rw-r--r-- | documentation/bookmark/math.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/bookmark/math.md b/documentation/bookmark/math.md index f50c1fc50..9d5309612 100644 --- a/documentation/bookmark/math.md +++ b/documentation/bookmark/math.md @@ -79,6 +79,7 @@ 1. https://www.3dgep.com/understanding-quaternions/ 1. https://probablydance.com/2017/08/05/intuitive-quaternions/ 1. [Quaternion algebras](https://math.dartmouth.edu/~jvoight/quat.html) +1. [Rotations with quaternions](https://imadr.github.io/rotations-with-quaternions/) # _Compendium of resources_ @@ -150,6 +151,7 @@ 1. https://www.math3ma.com/blog/matrices-as-tensor-network-diagrams 1. [Convolution is outer product](https://arxiv.org/abs/1905.01289) 1. [Graphical Calculus for products and convolutions](https://arxiv.org/abs/1903.01366) +1. [3 Point Parameterization of Affine Transform](https://www.catid.io/affine3) # Domain Theory |