Skip to content

Commit 423f542

Browse files
Update lectures/newton_method.md
Co-authored-by: Humphrey Yang <39026988+HumphreyYang@users.noreply.github.com>
1 parent 58a8676 commit 423f542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/newton_method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ $$
480480
Demand of good $i$ at price $p$ is,
481481

482482
$$
483-
q^d_i (p) = e^{-a_{i0} p_0 - a_{i1} p_1} + c_i
483+
q^d_i (p) = \exp(-(a_{i0} p_0 + a_{i1} p_1)) + c_i
484484
$$
485485

486486
Here $c_i$, $b_i$ and $a_{ij}$ are parameters.

0 commit comments

Comments
 (0)