lecture-python-intro icon indicating copy to clipboard operation
lecture-python-intro copied to clipboard

Move "Introduction to Supply and Demand"

Open jstac opened this issue 1 year ago • 3 comments

I propose that we move https://intro.quantecon.org/intro_supply_demand.html to the start of "Essential Tools" and rename it "Supply and Demand for a Single Good".

One reason is that it's currently after https://intro.quantecon.org/linear_equations.html, which discusses supply and demand for multiple goods.

It might be nice to add

  • a few sentences at the top on how the single good supply and demand model is one of the model famous models in economics, and an ideal entry point into economic reasoning
  • some preliminary discussion of integrals -- how they measure area under curves, and which simple rules for integration we will use

Finally, let's replace $dx$ with $\mathrm{d} x$ so that expressions like

$$ \int_0^q (d_0 - d_1x ) dx $$

are easier to read (i.e., use \mathrm{d} x)

@thomassargent30 , please let me know your thoughts.

jstac avatar Feb 11 '24 22:02 jstac

I suggest that we replace the class with a NamedTuple and make the methods functions. This will make the lecture more aligned with later lectures.

It's also more consistent --- why are some functions methods of a class and others stand-alone functions that take the class instance as a parameter?

jstac avatar Feb 11 '24 23:02 jstac

Related to #358

jstac avatar Feb 12 '24 02:02 jstac

  • [x] the rework and updates has been done in #372
  • [ ] suggestion re: toc is in #377

mmcky avatar Feb 20 '24 04:02 mmcky