irevenko / labs-playground

๐Ÿซ A Collection of College Labs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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