File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -797,6 +797,12 @@ pencil and paper.
797
797
798
798
Maximize it using `scipy.optimize.minimize_scalar` instead.
799
799
800
+ ```{seealso}
801
+ Our [SciPy](https://python-programming.quantecon.org/scipy.html) lecture has
802
+ a section on [Optimization](https://python-programming.quantecon.org/scipy.html#optimization)
803
+ is a useful resource to find out more.
804
+ ```
805
+
800
806
```
801
807
802
808
837
843
838
844
You can use `scipy.optimize.newton` to compute the root.
839
845
846
+ ```{seealso}
847
+ Our [SciPy](https://python-programming.quantecon.org/scipy.html) lecture has
848
+ a section on [Roots and Fixed Points](https://python-programming.quantecon.org/scipy.html#roots-and-fixed-points)
849
+ is a useful resource to find out more.
850
+ ```
851
+
840
852
Initialize `newton` with a starting guess somewhere close to 1.0.
841
853
842
854
(Similar initial conditions will give the same result.)
You can’t perform that action at this time.
0 commit comments