Skip to content

Commit

Permalink
Update completed_exercise_set1.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
yurchisin committed Nov 14, 2024
1 parent 6adcd71 commit 353bd4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"- If I invest in stock B, then I will invest in stock C.\n",
"\n",
"`Solution:`\n",
"Let $y_A, y_B, y_C$ be the three stocks.\n",
"Let $y_A, y_B, y_C \\in \\{0,1\\}$ be the three stocks.\n",
"\\begin{align*}\n",
"\\sum_{i \\in \\{A,B,C\\}} y_i &= 2 \\\\\n",
"y_A &\\le y_B \\\\\n",
Expand Down

0 comments on commit 353bd4b

Please sign in to comment.