-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the wiki page!
This folder contains code I mainly wrote from my Python class - all of which are maths-themed. Currently, there are 3 files in this repository.
Code may be used for personal use and commercial use. Please credit me if possible. However, If you're a student who wants to copy my code (maybe you have the same assignments as me), though I don't refrain you from doing so, I do recommend you understand what you are copying for your benefit.
Recamans_Sequence_As_Semicircles.py
- Code : Link
- Help sheet: None
Recamán's sequence is a sequence of integers that can be expressed graphically as semicircles connecting from one term to the next, hence this python code does.
Row_Echelon_Calc.py
Row echelon form is achieved using the Gaussian elimination technique. This converts a matrix to that diagonally it contains 1s and contains 0s to its left.
Blackjack.py
- Code : Link
- Help sheet: None
I don' think this is the proper way to play BlackJack (I wrote it without knowing how to play blackjack haha). However! It's some sort of card game 😅