Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llSourcell/Mathematics_for_Beginners
This is the formula sheet for "Mathematics for Beginners" by Siraj Raval on Youtube
https://github.com/llSourcell/Mathematics_for_Beginners
Last synced: 18 days ago
JSON representation
This is the formula sheet for "Mathematics for Beginners" by Siraj Raval on Youtube
- Host: GitHub
- URL: https://github.com/llSourcell/Mathematics_for_Beginners
- Owner: llSourcell
- Created: 2019-06-03T05:08:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-15T17:29:08.000Z (over 5 years ago)
- Last Synced: 2024-07-31T17:23:41.161Z (3 months ago)
- Size: 5.86 KB
- Stars: 482
- Watchers: 21
- Forks: 103
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mathematics_for_Beginners
This is the collection of formula sheets for "Mathematics for Beginners" by Siraj Raval on Youtube## Overview
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.
## The 10 Step process to understand any Math Equation
### 1 -Find an Equation that sparks joy
### 2- Define the Objective
### 3- Understand the dependencies
### 4- Pull up related formula sheets
### 5- Write it out
### 6- Translate it to English
### 7- Translate it to Code
### 8- Visualize it
### 9- Apply it to real-world problems
### 10- Explain it## Formula Sheets
- [Statistics](http://web.mit.edu/~csvoss/Public/usabo/stats_handout.pdf)
- [Probability](https://static1.squarespace.com/static/54bf3241e4b0f0d81bf7ff36/t/55e9494fe4b011aed10e48e5/1441352015658/probability_cheatsheet.pdf)
- [Calculus](http://tutorial.math.lamar.edu/pdf/Calculus_Cheat_Sheet_All.pdf)
- [Linear Algebra](https://www.souravsengupta.com/cds2016/lectures/Savov_Notes.pdf)
- [Number Theory](https://www.docdroid.net/rAbDvxF/number-theory-cheatsheet.pdf)
- [Geometry](http://mdk12.msde.maryland.gov/instruction/curriculum/hsa/geometry/math_reference_sheet.html)
- [Logic](http://www.pitt.edu/~woon/courses/ps2703_logic.pdf)
- [Combinatorics](http://www.baskent.edu.tr/~tkaracay/etudio/ders/math/GenelMath/Combinatorics.pdf)
- [Differential Equations](http://furius.ca/cqfpub/doc/diffequs/diffequs.pdf)Am i missing a math topic? Find a cheatsheet, make a PR, i'll accept it. Just google "(Your subject) cheat sheet"
## Math to Code translation tools
- [WolframAlpha](https://www.wolframalpha.com/)
- [Image to Latex converter](https://github.com/yixuanzhou/image2latex)
- [Latex to Python converter](https://github.com/augustt198/latex2sympy)