├── README.md ├── appendix ├── appendix.tex ├── s35.tex ├── s36.tex ├── s37.tex ├── s38.tex ├── s39.tex ├── s40.tex ├── s41.tex ├── s42.tex └── s43.tex ├── claim sections.txt ├── cover ├── _BOOKINFO.tex ├── backcover.tex ├── colorpalette.tex ├── copyrightpage.tex ├── figure │ └── ci.pdf ├── frontcover.tex ├── seriespage.tex ├── texromancers.pdf ├── texromancers_gray.pdf └── titlepage.tex ├── dyslexic-font.tex ├── intro ├── conventions.tex ├── linksParagraph.tex ├── preface.tex ├── preface2.tex └── prefacenew.tex ├── main.tex ├── mathpix.tex ├── operators[preamble].tex ├── partI ├── ch01 │ ├── ch01.tex │ ├── s01.tex │ └── s02.tex ├── ch02 │ ├── ch02.tex │ ├── s03.tex │ ├── s04.tex │ ├── s05.tex │ └── s06.tex ├── ch03 │ ├── ch03.tex │ ├── s07.tex │ ├── s08.tex │ └── s09.tex ├── ch04 │ ├── ch04.tex │ ├── s10.tex │ └── s11.tex ├── ch05 │ ├── ch05.tex │ ├── s12.tex │ ├── s13.tex │ └── s14.tex ├── ch06 │ ├── ch06.tex │ ├── s15.tex │ └── s16.tex ├── ch07 │ ├── Remarks.tex │ ├── ch07.tex │ ├── s17.tex │ ├── s18.tex │ └── s19.tex ├── ch08 │ ├── ch08.tex │ ├── s20.tex │ ├── s21.tex │ └── s22.tex ├── ch09 │ ├── ch09.tex │ ├── s23.tex │ └── s24.tex └── partI.tex ├── partII ├── ch10 │ ├── ch10.tex │ ├── s25.tex │ ├── s26.tex │ └── s27.tex ├── ch11 │ ├── ch11.tex │ ├── s28.tex │ ├── s29.tex │ └── s30.tex ├── ch12 │ ├── ch12.tex │ └── s31.tex ├── ch13 │ ├── ch13.tex │ ├── s32.tex │ ├── s33.tex │ └── s34.tex └── partII.tex ├── preamble.tex ├── quiver.sty ├── references.bib └── style guide.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/README.md -------------------------------------------------------------------------------- /appendix/appendix.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/appendix/appendix.tex -------------------------------------------------------------------------------- /appendix/s35.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/appendix/s35.tex -------------------------------------------------------------------------------- /appendix/s36.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/appendix/s36.tex -------------------------------------------------------------------------------- /appendix/s37.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/appendix/s37.tex -------------------------------------------------------------------------------- /appendix/s38.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/appendix/s38.tex -------------------------------------------------------------------------------- /appendix/s39.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/appendix/s39.tex -------------------------------------------------------------------------------- /appendix/s40.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/appendix/s40.tex -------------------------------------------------------------------------------- /appendix/s41.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/appendix/s41.tex -------------------------------------------------------------------------------- /appendix/s42.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/appendix/s42.tex -------------------------------------------------------------------------------- /appendix/s43.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/appendix/s43.tex -------------------------------------------------------------------------------- /claim sections.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/claim sections.txt -------------------------------------------------------------------------------- /cover/_BOOKINFO.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/cover/_BOOKINFO.tex -------------------------------------------------------------------------------- /cover/backcover.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/cover/backcover.tex -------------------------------------------------------------------------------- /cover/colorpalette.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/cover/colorpalette.tex -------------------------------------------------------------------------------- /cover/copyrightpage.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/cover/copyrightpage.tex -------------------------------------------------------------------------------- /cover/figure/ci.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/cover/figure/ci.pdf -------------------------------------------------------------------------------- /cover/frontcover.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/cover/frontcover.tex -------------------------------------------------------------------------------- /cover/seriespage.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/cover/seriespage.tex -------------------------------------------------------------------------------- /cover/texromancers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/cover/texromancers.pdf -------------------------------------------------------------------------------- /cover/texromancers_gray.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/cover/texromancers_gray.pdf -------------------------------------------------------------------------------- /cover/titlepage.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/cover/titlepage.tex -------------------------------------------------------------------------------- /dyslexic-font.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/dyslexic-font.tex -------------------------------------------------------------------------------- /intro/conventions.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/intro/conventions.tex -------------------------------------------------------------------------------- /intro/linksParagraph.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/intro/linksParagraph.tex -------------------------------------------------------------------------------- /intro/preface.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/intro/preface.tex -------------------------------------------------------------------------------- /intro/preface2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/intro/preface2.tex -------------------------------------------------------------------------------- /intro/prefacenew.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/intro/prefacenew.tex -------------------------------------------------------------------------------- /main.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/main.tex -------------------------------------------------------------------------------- /mathpix.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/mathpix.tex -------------------------------------------------------------------------------- /operators[preamble].tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/operators[preamble].tex -------------------------------------------------------------------------------- /partI/ch01/ch01.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch01/ch01.tex -------------------------------------------------------------------------------- /partI/ch01/s01.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch01/s01.tex -------------------------------------------------------------------------------- /partI/ch01/s02.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch01/s02.tex -------------------------------------------------------------------------------- /partI/ch02/ch02.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch02/ch02.tex -------------------------------------------------------------------------------- /partI/ch02/s03.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch02/s03.tex -------------------------------------------------------------------------------- /partI/ch02/s04.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch02/s04.tex -------------------------------------------------------------------------------- /partI/ch02/s05.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch02/s05.tex -------------------------------------------------------------------------------- /partI/ch02/s06.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch02/s06.tex -------------------------------------------------------------------------------- /partI/ch03/ch03.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch03/ch03.tex -------------------------------------------------------------------------------- /partI/ch03/s07.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch03/s07.tex -------------------------------------------------------------------------------- /partI/ch03/s08.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch03/s08.tex -------------------------------------------------------------------------------- /partI/ch03/s09.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch03/s09.tex -------------------------------------------------------------------------------- /partI/ch04/ch04.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch04/ch04.tex -------------------------------------------------------------------------------- /partI/ch04/s10.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch04/s10.tex -------------------------------------------------------------------------------- /partI/ch04/s11.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch04/s11.tex -------------------------------------------------------------------------------- /partI/ch05/ch05.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch05/ch05.tex -------------------------------------------------------------------------------- /partI/ch05/s12.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch05/s12.tex -------------------------------------------------------------------------------- /partI/ch05/s13.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch05/s13.tex -------------------------------------------------------------------------------- /partI/ch05/s14.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch05/s14.tex -------------------------------------------------------------------------------- /partI/ch06/ch06.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch06/ch06.tex -------------------------------------------------------------------------------- /partI/ch06/s15.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch06/s15.tex -------------------------------------------------------------------------------- /partI/ch06/s16.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch06/s16.tex -------------------------------------------------------------------------------- /partI/ch07/Remarks.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch07/Remarks.tex -------------------------------------------------------------------------------- /partI/ch07/ch07.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch07/ch07.tex -------------------------------------------------------------------------------- /partI/ch07/s17.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch07/s17.tex -------------------------------------------------------------------------------- /partI/ch07/s18.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch07/s18.tex -------------------------------------------------------------------------------- /partI/ch07/s19.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch07/s19.tex -------------------------------------------------------------------------------- /partI/ch08/ch08.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch08/ch08.tex -------------------------------------------------------------------------------- /partI/ch08/s20.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch08/s20.tex -------------------------------------------------------------------------------- /partI/ch08/s21.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch08/s21.tex -------------------------------------------------------------------------------- /partI/ch08/s22.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch08/s22.tex -------------------------------------------------------------------------------- /partI/ch09/ch09.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch09/ch09.tex -------------------------------------------------------------------------------- /partI/ch09/s23.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch09/s23.tex -------------------------------------------------------------------------------- /partI/ch09/s24.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/ch09/s24.tex -------------------------------------------------------------------------------- /partI/partI.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partI/partI.tex -------------------------------------------------------------------------------- /partII/ch10/ch10.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partII/ch10/ch10.tex -------------------------------------------------------------------------------- /partII/ch10/s25.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partII/ch10/s25.tex -------------------------------------------------------------------------------- /partII/ch10/s26.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partII/ch10/s26.tex -------------------------------------------------------------------------------- /partII/ch10/s27.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partII/ch10/s27.tex -------------------------------------------------------------------------------- /partII/ch11/ch11.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partII/ch11/ch11.tex -------------------------------------------------------------------------------- /partII/ch11/s28.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partII/ch11/s28.tex -------------------------------------------------------------------------------- /partII/ch11/s29.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partII/ch11/s29.tex -------------------------------------------------------------------------------- /partII/ch11/s30.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partII/ch11/s30.tex -------------------------------------------------------------------------------- /partII/ch12/ch12.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partII/ch12/ch12.tex -------------------------------------------------------------------------------- /partII/ch12/s31.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partII/ch12/s31.tex -------------------------------------------------------------------------------- /partII/ch13/ch13.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partII/ch13/ch13.tex -------------------------------------------------------------------------------- /partII/ch13/s32.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partII/ch13/s32.tex -------------------------------------------------------------------------------- /partII/ch13/s33.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partII/ch13/s33.tex -------------------------------------------------------------------------------- /partII/ch13/s34.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partII/ch13/s34.tex -------------------------------------------------------------------------------- /partII/partII.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/partII/partII.tex -------------------------------------------------------------------------------- /preamble.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/preamble.tex -------------------------------------------------------------------------------- /quiver.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/quiver.sty -------------------------------------------------------------------------------- /references.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/references.bib -------------------------------------------------------------------------------- /style guide.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AareyanManzoor/Matsumura-Commutative-Algebra/HEAD/style guide.txt --------------------------------------------------------------------------------