Skip to content

Commit 83cd9ba

Browse files
authored
Fix a small typo in line 777 (#444)
Fixing typo in line 777. It incorrectly called the supply vector as q^d, instead of q^s
1 parent fc5cb52 commit 83cd9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/linear_equations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ In general, we can write the demand equation as $q^d = Dp + h$, where
774774

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

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

0 commit comments

Comments
 (0)