-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[scalar_dynamic] Update editorial suggestions
This updates the editorial suggestion in #426 (Delete %matplotlib inline) - If $n$ is an integer -> if $n$ is a positive integer - Change the duplicated heading for 22.2.3. Dynamic systems. - Capitalize the first letter in the section headings. - where $a, b$ are fixed constants -> where $a, b$ are constants. Sometimes they are referred to as parameters - $t \geq 0$ -> t = 0, 1, 2 - Arbitrary $t$ to non-negative integer $t$ - For example, recall how we [previously studied](https://python-programming.quantecon.org/python_oop.html#example-the-solow-growth-model) -> For example, in the simple Solow-Swan growth model. - $k$ is capital stock -> $k$ is capital stock per capita - a fixed dynamic system consisting -> a dynamic system consisting - Use commas instead of full stops below the sentence: "For example, for the linear model $x_{t+1} = a x_t + b$, you can use the definition to check that" - 45 degree -> 45-degree ## Code - Add labels to axis in `plot45` function x_t and x_{t+1} - Put the global variables into function $g$ - Missing full stop in 'study the trajectories' - Change the Solow model to Solow-Swan model
- Loading branch information
1 parent
c879389
commit 6151bfa
Showing
1 changed file
with
34 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters