Skip to content

Commit

Permalink
Fix a small typo in line 777 (#444)
Browse files Browse the repository at this point in the history
Fixing typo in line 777. It incorrectly  called the supply vector as q^d, instead of q^s
  • Loading branch information
dangarciahe authored May 21, 2024
1 parent fc5cb52 commit 83cd9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/linear_equations.md
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ In general, we can write the demand equation as $q^d = Dp + h$, where

Similarly, we can write the supply equation as $q^s = Cp + e$, where

* $q^d$ is an $n \times 1$ vector of supply quantities for the same goods.
* $q^s$ is an $n \times 1$ vector of supply quantities for the same goods.
* $C$ is an $n \times n$ "coefficient" matrix.
* $e$ is an $n \times 1$ vector of constant values.

Expand Down

0 comments on commit 83cd9ba

Please sign in to comment.