We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215e2d9 commit bb680beCopy full SHA for bb680be
lectures/intro_supply_demand.md
@@ -471,8 +471,8 @@ mystnb:
471
figure:
472
caption: "Supply and demand (consumer surplus)"
473
name: supply_demand_cs
474
+tags: [hide-input]
475
---
-:tags: [hide-input]
476
477
q = 1.25
478
p = inverse_demand(q, market)
@@ -537,8 +537,8 @@ mystnb:
537
538
caption: "Supply and demand (producer surplus)"
539
name: supply_demand_ps
540
541
542
543
q = 0.75
544
p = inverse_supply(q, market)
@@ -618,8 +618,8 @@ mystnb:
618
619
caption: "Welfare"
620
name: wf
621
622
623
624
q_vals = np.linspace(0, 1.78, 200)
625
fig, ax = plt.subplots()
0 commit comments