Skip to content

Commit 8faa975

Browse files
authored
Merge pull request #279 from QuantEcon/gradient-method
[Newton's Method] Adding a Lecture on the Application of Newton's Method
2 parents 7c0023b + 1f7b1c7 commit 8faa975

File tree

3 files changed

+992
-1
lines changed

3 files changed

+992
-1
lines changed

lectures/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ sphinx:
8383
macros:
8484
"argmax" : "arg\\,max"
8585
"argmin" : "arg\\,min"
86-
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-svg.js
86+
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
8787
rediraffe_redirects:
8888
index_toc.md: intro.md
8989
tojupyter_static_file_path: ["source/_static", "_static"]

lectures/_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ parts:
1111
- file: complex_and_trig
1212
- file: eig_circulant
1313
- file: svd_intro
14+
- file: newton_method
1415

1516
- caption: Elementary Statistics
1617
numbered: true

0 commit comments

Comments
 (0)