QuantEcon / QuantEcon.notebooks

Jupyter notebooks contributed by QuantEcon developers, users and the community
BSD 3-Clause "New" or "Revised" License
122 stars 105 forks source link

correct typos in Samuelson #78

Closed lingdixu closed 5 years ago

lingdixu commented 5 years ago

Samuelson

Modification

  1. We’ll start by setting $ G_t = G \,\forall t $

    -> add space between $G$ and $\forall t$

  2. people consume a fraction of math:a in (0,1) of each

    -> add space between : and a

  3. $$Y_t = \tilde c_1 r^t \cos(\theta t + \tilde c_1)$$

    -> $Y_t = \tilde c_1 r^t \cos(\theta t + \tilde c_2)$

  4. We proceed to use the Samuelson multiplier-accererator model

    ->accelerator

  5. else:
        print('Roots are real and absolute values are less than zero;
        therfore get smooth convergence to a steady state')

therfore -> therefore; zero-> one

not sure

My Chrome does not display some markdown code properly when viewing online. See https://nbviewer.jupyter.org/github/QuantEcon/QuantEcon.notebooks/blob/master/samuelson.ipynb

jstac commented 5 years ago

@lingdixu Thanks for this and other PRs. We appreciate your help.

@natashawatkins This lecture has been promoted so we can delete the notebook here but fix the typos on the main site. Agree? Perhaps @AnjuJoon could implement.

natashawatkins commented 5 years ago

Agreed -- I'll let Anju know.