项目作者: fifthist

项目描述 :
Unofficial solutions manual for Introduction to Probability, Second Edition by Joseph Blitzstein and Jessica Hwang.
高级语言: TeX
项目地址: git://github.com/fifthist/Introduction-To-Probability-Blitzstein-Solutions.git


workflow status
Contributed solutions to end of chapter exercises in Introduction to Probability, 2nd edition by Joe Blitzstein and Jessica Hwang.

The book contains many fantastic exercises that help develop intuition for thinking probabilistically. The authors provide solutions to some of these exercises on the book website, but most don’t have published solutions. This repository aims to provide solutions for self-learners.


Solutions »

How to Contribute

  1. If adding a new chapter, add a reference entry to chapters/index.tex
    1. \subimport*{chapters/[chapter number]/}{index}
  2. If adding a new section, add a reference entry to chapters/[chapter number]/sections/index.tex
    1. \subimport*{sections/[section name]/}{index}
  3. Solution files are named [problem number].tex and placed in the chapters/[chapter number]/sections/[section name]/problems directory.
  4. An entry for the new solution file is added to chapters/[chapter number]/sections/[section name]/index.tex
    1. \subsection{problem [problem number]}
    2. \input{problems/[problem number]}