diff options
Diffstat (limited to 'documentation/bookmark/math')
-rw-r--r-- | documentation/bookmark/math/number/dual.md | 1 | ||||
-rw-r--r-- | documentation/bookmark/math/proof.md | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/documentation/bookmark/math/number/dual.md b/documentation/bookmark/math/number/dual.md index cda9d5d8e..501a8e9d4 100644 --- a/documentation/bookmark/math/number/dual.md +++ b/documentation/bookmark/math/number/dual.md @@ -1,5 +1,6 @@ # Reference +0. [Automatic Differentiation: Forward and Reverse](https://jingnanshi.com/blog/autodiff.html) 0. [Dual/Codual numbers for Forward/Reverse Automatic Differentiation](https://higherlogics.blogspot.com/2020/05/dualcodual-numbers-for-forwardreverse.html) 0. [Sensitivity of y w.r.t. to x in y=f(x) where f is a routine](https://scicomp.stackexchange.com/questions/38899/sensitivity-of-y-w-r-t-to-x-in-y-fx-where-f-is-a-routine/38900#38900) 0. [Differentiable programming](https://en.wikipedia.org/wiki/Differentiable_programming) diff --git a/documentation/bookmark/math/proof.md b/documentation/bookmark/math/proof.md new file mode 100644 index 000000000..980c45c82 --- /dev/null +++ b/documentation/bookmark/math/proof.md @@ -0,0 +1,4 @@ +# Reference + +0. [Book of Proof](https://www.people.vcu.edu/~rhammack/BookOfProof/BookOfProof.pdf) + |