diff --git a/pset1/pset1.fdb_latexmk b/pset1/pset1.fdb_latexmk index e9d3fbf..373c734 100644 --- a/pset1/pset1.fdb_latexmk +++ b/pset1/pset1.fdb_latexmk @@ -1,7 +1,7 @@ # Fdb version 4 -["pdflatex"] 1706155513 "/home/rushil/school/econ/pset1/pset1.tex" "pset1.pdf" "pset1" 1706155514 0 +["pdflatex"] 1706309911 "/home/rushil/school/econ/pset1/pset1.tex" "pset1.pdf" "pset1" 1706309912 0 "/etc/texmf/web2c/texmf.cnf" 1693368362 475 c0e671620eb5563b2130f56340a5fde8 "" - "/home/rushil/school/econ/pset1/pset1.tex" 1706155513 18480 73f5313ae8caaca9c27f09e26e37b9f3 "" + "/home/rushil/school/econ/pset1/pset1.tex" 1706309910 18852 4cb87627671b8b4c21dda206a0009e38 "" "/usr/share/texlive/texmf-dist/fonts/map/fontname/texfonts.map" 1577235249 3524 cb3e574dea2d1052e39280babc910dc8 "" "/usr/share/texlive/texmf-dist/fonts/tfm/jknappen/ec/tcrm1000.tfm" 1136768653 1536 e07581a4bb3136ece9eeb4c3ffab8233 "" "/usr/share/texlive/texmf-dist/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm" 1246382020 1004 54797486969f23fa377b128694d548df "" @@ -225,9 +225,9 @@ "/usr/share/texmf/web2c/texmf.cnf" 1681034085 39561 34c98e380bf7c7201ee6a7909aff625a "" "/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map" 1693368379 4623455 fa0568a71dd9a288d6c226ee477506c6 "" "/var/lib/texmf/web2c/pdftex/pdflatex.fmt" 1693368408 7880218 5644a8bb2704ddc1060e0c139ce5389a "" - "pset1.aux" 1706155514 1020 ab85b7c3ef7d212ddd287c92ac8e854d "pdflatex" - "pset1.out" 1706155514 485 09e40ec13ebf2ca79a15fce5881ec372 "pdflatex" - "pset1.tex" 1706155513 18480 73f5313ae8caaca9c27f09e26e37b9f3 "" + "pset1.aux" 1706309912 1020 ab85b7c3ef7d212ddd287c92ac8e854d "pdflatex" + "pset1.out" 1706309912 485 09e40ec13ebf2ca79a15fce5881ec372 "pdflatex" + "pset1.tex" 1706309910 18852 4cb87627671b8b4c21dda206a0009e38 "" (generated) "pset1.aux" "pset1.log" diff --git a/pset1/pset1.log b/pset1/pset1.log index 78cc2d3..0eed604 100644 --- a/pset1/pset1.log +++ b/pset1/pset1.log @@ -1,4 +1,4 @@ -This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdflatex 2023.8.30) 24 JAN 2024 23:05 +This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/Debian) (preloaded format=pdflatex 2023.8.30) 26 JAN 2024 17:58 entering extended mode restricted \write18 enabled. file:line:error style messages enabled. @@ -656,15 +656,15 @@ Package rerunfilecheck Info: File `pset1.out' has not changed. (rerunfilecheck) Checksum: 09E40EC13EBF2CA79A15FCE5881EC372;485. ) Here is how much of TeX's memory you used: - 33008 strings out of 476091 - 780050 string characters out of 5794081 - 1875330 words of memory out of 5000000 - 52834 multiletter control sequences out of 15000+600000 + 33006 strings out of 476091 + 780012 string characters out of 5794081 + 1877330 words of memory out of 5000000 + 52832 multiletter control sequences out of 15000+600000 522613 words of font info for 71 fonts, out of 8000000 for 9000 1141 hyphenation exceptions out of 8191 - 102i,17n,104p,732b,2317s stack positions out of 10000i,1000n,20000p,200000b,200000s + 102i,17n,104p,732b,2315s stack positions out of 10000i,1000n,20000p,200000b,200000s {/usr/share/texmf/fonts/enc/dvips/cm-super/cm-super-ts1.enc} -Output written on pset1.pdf (10 pages, 199767 bytes). +Output written on pset1.pdf (10 pages, 200340 bytes). PDF statistics: 179 PDF objects out of 1000 (max. 8388607) 135 compressed objects within 2 object streams diff --git a/pset1/pset1.pdf b/pset1/pset1.pdf index 847fc57..8c99ccd 100644 Binary files a/pset1/pset1.pdf and b/pset1/pset1.pdf differ diff --git a/pset1/pset1.synctex.gz b/pset1/pset1.synctex.gz index ce55093..9d39d5f 100644 Binary files a/pset1/pset1.synctex.gz and b/pset1/pset1.synctex.gz differ diff --git a/pset1/pset1.tex b/pset1/pset1.tex index 5a44bba..133eb67 100644 --- a/pset1/pset1.tex +++ b/pset1/pset1.tex @@ -348,9 +348,9 @@ how supply or demand will shift. \begin{tikzpicture} \begin{axis}[ - title={Supply Curve}, + title={Market Curve}, ylabel={Price}, - xlabel={Quantity Supplied}, + xlabel={Quantity}, yticklabel=\empty, xticklabel=\empty, xmin=0, xmax=10, @@ -360,14 +360,21 @@ how supply or demand will shift. legend pos=outer north east, ] - \addplot[domain=0:10, color=blue, thick] {2*x}; + + \addplot[mark=*, color=orange] coordinates {(4,6)}; + \addlegendentry{New Equilibrium} + + + \addplot[domain=0:10, color=blue, thick] {x}; \addlegendentry{Old Supply} - \addplot[domain=0:10, color=red, thick] {2*x + 2}; + \addplot[domain=0:10, color=red, thick] {x + 2}; \addlegendentry{New Supply} - \addplot[mark=*] coordinates {(2.5,5)}; - \addplot[mark=*] coordinates {(1.5,5)}; + \addplot[domain=0:10, color=black, thick] {-x+10}; + \addlegendentry{Demand} + + \addplot[mark=*] coordinates {(5,5)}; \end{axis} \end{tikzpicture} @@ -379,9 +386,9 @@ how supply or demand will shift. \begin{tikzpicture} \begin{axis}[ - title={Demand Curve}, + title={Market Curve}, ylabel={Price}, - xlabel={Quantity Demanded}, + xlabel={Quantity}, yticklabel=\empty, xticklabel=\empty, xmin=0, xmax=10, @@ -390,15 +397,21 @@ how supply or demand will shift. grid=none, legend pos=outer north east, ] - - \addplot[domain=0:10, color=blue, thick] {-2*x + 12}; + + \addplot[domain=0:10, color=black, thick] {x}; + \addlegendentry{Supply} + + \addplot[domain=0:10, color=blue, thick] {-x + 8}; \addlegendentry{Old Demand} - \addplot[domain=0:10, color=red, thick] {-2*x + 16}; + \addplot[domain=0:10, color=red, thick] {-x + 10}; \addlegendentry{New Demand} - \addplot[mark=*] coordinates {(3.5,5)}; - \addplot[mark=*] coordinates {(5.5,5)}; + + \addplot[mark=*, color=orange] coordinates {(5,5)}; + \addlegendentry{New Equilibrium} + + \addplot[mark=*] coordinates {(4,4)}; \end{axis} \end{tikzpicture} @@ -446,9 +459,9 @@ how supply or demand will shift. \begin{tikzpicture} \begin{axis}[ - title={Demand Curve}, + title={Market Curve}, ylabel={Price}, - xlabel={Quantity Demanded}, + xlabel={Quantity}, yticklabel=\empty, xticklabel=\empty, xmin=0, xmax=10, @@ -457,15 +470,21 @@ how supply or demand will shift. grid=none, legend pos=outer north east, ] - - \addplot[domain=0:10, color=blue, thick] {-2*x + 12}; - \addlegendentry{Old Demand} - - \addplot[domain=0:10, color=red, thick] {-2*x + 8}; - \addlegendentry{New Demand} - \addplot[mark=*] coordinates {(3.5,5)}; - \addplot[mark=*] coordinates {(1.5,5)}; + \addplot[domain=0:10, color=black, thick] {x}; + \addlegendentry{Supply} + + \addplot[domain=0:10, color=red, thick] {-x + 8}; + \addlegendentry{New Demand} + + \addplot[domain=0:10, color=blue, thick] {-x + 10}; + \addlegendentry{Old Demand} + + + \addplot[mark=*, color=orange] coordinates {(4,4)}; + \addlegendentry{New Equilibrium} + + \addplot[mark=*] coordinates {(5,5)}; \end{axis} \end{tikzpicture}