└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Mathematics_for_Beginners 2 | This is the collection of formula sheets for "Mathematics for Beginners" by Siraj Raval on Youtube 3 | 4 | ## Overview 5 | 6 | This is the collection of formula sheets for [this](https://youtu.be/sb_FI7nt4yk) video on Youtube by Siraj Raval on how to read any math equation. 7 | 8 | ## The 10 Step process to understand any Math Equation 9 | 10 | ### 1 -Find an Equation that sparks joy 11 | ### 2- Define the Objective 12 | ### 3- Understand the dependencies 13 | ### 4- Pull up related formula sheets 14 | ### 5- Write it out 15 | ### 6- Translate it to English 16 | ### 7- Translate it to Code 17 | ### 8- Visualize it 18 | ### 9- Apply it to real-world problems 19 | ### 10- Explain it 20 | 21 | 22 | ## Formula Sheets 23 | 24 | - [Statistics](http://web.mit.edu/~csvoss/Public/usabo/stats_handout.pdf) 25 | - [Probability](https://static1.squarespace.com/static/54bf3241e4b0f0d81bf7ff36/t/55e9494fe4b011aed10e48e5/1441352015658/probability_cheatsheet.pdf) 26 | - [Calculus](http://tutorial.math.lamar.edu/pdf/Calculus_Cheat_Sheet_All.pdf) 27 | - [Linear Algebra](https://www.souravsengupta.com/cds2016/lectures/Savov_Notes.pdf) 28 | - [Number Theory](https://www.docdroid.net/rAbDvxF/number-theory-cheatsheet.pdf) 29 | - [Geometry](http://mdk12.msde.maryland.gov/instruction/curriculum/hsa/geometry/math_reference_sheet.html) 30 | - [Logic](http://www.pitt.edu/~woon/courses/ps2703_logic.pdf) 31 | - [Combinatorics](http://www.baskent.edu.tr/~tkaracay/etudio/ders/math/GenelMath/Combinatorics.pdf) 32 | - [Differential Equations](http://furius.ca/cqfpub/doc/diffequs/diffequs.pdf) 33 | 34 | Am i missing a math topic? Find a cheatsheet, make a PR, i'll accept it. Just google "(Your subject) cheat sheet" 35 | 36 | ## Math to Code translation tools 37 | 38 | - [WolframAlpha](https://www.wolframalpha.com/) 39 | - [Image to Latex converter](https://github.com/yixuanzhou/image2latex) 40 | - [Latex to Python converter](https://github.com/augustt198/latex2sympy) 41 | 42 | --------------------------------------------------------------------------------