Skip to content

Commit d5bdc9b

Browse files
authored
Update perm_income_cons.md (#274)
1 parent 86acc5c commit d5bdc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/dynamic_programming/perm_income_cons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ R = 1 / beta
336336
A = [1.0 0.0 0.0;
337337
alpha rho1 rho2;
338338
0.0 1.0 0.0]
339-
C = [0.0; sigma; 0.0]''
339+
C = [0.0; sigma; 0.0]
340340
G = [0.0 1.0 0.0]
341341
342342
# Form LinearStateSpace system and pull off steady state moments

0 commit comments

Comments
 (0)