Skip to content

Commit 713af73

Browse files
committed
Update von_neumann_model.md
- Kept roman numerals in `class nuemann`. - Deleted `<style>` setting which does not work
1 parent a6f6a71 commit 713af73

1 file changed

Lines changed: 6 additions & 14 deletions

File tree

lectures/von_neumann_model.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ kernelspec:
1919
</a>
2020
</div>
2121
22-
<style>
23-
/* Only expand code cells on this page */
24-
div.cell div.highlight,
25-
div.cell div.output_scroll {
26-
max-height: none !important;
27-
overflow-y: visible !important;
28-
}
29-
</style>
3022
```
3123

3224
```{index} single: python
@@ -93,9 +85,9 @@ class Neumann:
9385
Ap - the cost of each activity
9486
9587
Both A and B have non-negative entries. Moreover, we assume that
96-
(1) Assumption 1 (every good which is consumed is also produced):
88+
(1) Assumption I (every good which is consumed is also produced):
9789
for all j, b_{.,j} > 0, i.e. at least one entry is strictly positive
98-
(2) Assumption 2 (no free lunch):
90+
(2) Assumption II (no free lunch):
9991
for all i, a_{i,.} > 0, i.e. at least one entry is strictly positive
10092
10193
Parameters
@@ -139,9 +131,9 @@ class Neumann:
139131
- number of goods : {n}
140132
- number of activities : {m}
141133
142-
Assumptions:// TODO:change {AI} variable into A1?
143-
- A1: every column of B has a positive entry : {AI}
144-
- A2: every row of A has a positive entry : {AII}
134+
Assumptions://
135+
- AI: every column of B has a positive entry : {AI}
136+
- AII: every row of A has a positive entry : {AII}
145137
146138
"""
147139
# Irreducible : {irr}
@@ -382,7 +374,7 @@ an economy.
382374

383375
Two key assumptions restrict economy $(A,B)$:
384376

385-
````{prf:assumption} every good that is consumed is also produced)
377+
````{prf:assumption} every good that is consumed is also produced
386378
:label: assumption1
387379
388380
```{math}

0 commit comments

Comments
 (0)