/labs-playground

🏫 A Collection of College Labs

Primary LanguagePythonMIT LicenseMIT

math-playground 🧮

Here are some calculus assigments, exercises, algorithms which i've done in 2020 while studying at College

Subjects 📚📋

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 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

Used tabulate to beatify the output

What I Learned 🧠

  • Sets
  • Graphs
  • Bool algebra
  • Matrices
  • Regression
  • Cryptography Basics

License 📑

(c) 2020 Ilya Revenko. MIT License