You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -505,7 +501,7 @@ Here $c_i$, $b_i$ and $a_{ij}$ are parameters.
505
501
506
502
For example, the two goods might be computer components that are typically used together, in which case they are complements. Hence demand depends on the price of both components.
507
503
508
-
The excess demand function is,
504
+
The excess demand function is
509
505
510
506
$$
511
507
e_i(p) = q^d_i(p) - q^s_i(p), \quad i = 0, 1
@@ -818,7 +814,7 @@ The excess demand function is essentially the same, but now the matrix $A$ is $3
818
814
dim = 3000
819
815
820
816
# Create JAX random key
821
-
key = jax.random.PRNGKey(123)
817
+
key = jax.random.PRNGKey(0)
822
818
823
819
# Create a random matrix A and normalize the columns to sum to one
0 commit comments