An open API service indexing awesome lists of open source software.

https://github.com/irevenko/labs-playground

šŸ« A Collection of College Labs
https://github.com/irevenko/labs-playground

calc calculate calculation calculations calculus college-assignment college-purpose lab lab-exercise laboratory-exercises labs math math-expressions mathematica mathematical-expressions mathematical-modelling mathematics maths

Last synced: 3 months ago
JSON representation

šŸ« A Collection of College Labs

Awesome Lists containing this project

README

          

# math-playground 🧮
Here are some calculus assigments, exercises, algorithms which i've done in 2020 while studying at College

# Subjects šŸ“ššŸ“‹
* [Discrete Math](#discrete-math- "Goto #discrete-math-šŸ’–")
* [Sets](#sets-calculator- "Goto #sets-calculator-šŸ–©")
* [Numerical Analysis](#numerical-analysis- "Goto #numerical-analysis-šŸ“Š")
* [Regression](#regression- "Goto #regression-šŸ“‰")

# Discrete Math šŸ’–
# Sets Calculator šŸ–©
Made this app to learn more about sets structure

Logic in Python, GUI in Tkinter





# Numerical Analysis šŸ“Š
# Regression šŸ“‰
This is a simple linear Regression solved with [Least squares](https://en.wikipedia.org/wiki/Least_squares) method

Where:
* x - is the exam preparation time
* y - is the student mark
* φ - is the estimated mark
* Σ - is the sum and 1/nΣ is an avg sum
* ʐ - is an [observational error](https://en.wikipedia.org/wiki/Observational_error)

Used [tabulate](https://pypi.org/project/tabulate/) to beatify the output

# What I Learned 🧠
* Sets
* Graphs
* Bool algebra
* Matrices
* Regression
* Cryptography Basics

# License šŸ“‘
(c) 2020 Ilya Revenko. [MIT License](https://tldrlegal.com/license/mit-license)