Linear_Algebra_Coding_Projects:
1: Project 1: Using Colab to solve systems of equations with code: https://github.com/Pickles91/Linear_Algebra_Coding_Projects/blob/main/Copy_of_Math_242_solve_systems_using_computation_and_rref.ipynb
2: Project 2: Predicted the number of skiers on ski slopes using Markov Chains and Transition: https://github.com/Pickles91/Linear_Algebra_Coding_Projects/blob/main/Copy_of_The_Ski_Hill_Transition_Matrices_and_Markov_Chains.ipynb
3: Secret Number: Decoding a secret polynomial from data points using linear algebra. https://github.com/Pickles91/Linear_Algebra_Coding_Projects/blob/main/Copy_of_Math_242_secret_number.ipynb
4: Sports Teams Rankings: Using game data to rank the strength of teams using linear algebra. https://github.com/Pickles91/Linear_Algebra_Coding_Projects/blob/main/Copy_of_Sports_Teams_Rankings.ipynb
5: Gram-Schmidt Process using vectors. Students create this from scratch. https://github.com/Pickles91/Linear_Algebra_Coding_Projects/blob/main/Gram_Schmidt_from_Scratch.ipynb
6: Gram-Schmidt Process with Function Spaces:
Polynomial Function Spaces: https://github.com/Pickles91/Linear_Algebra_Coding_Projects/blob/main/Copy_of_Gram_Schmidt_Process_with_Poynomial_Function_Spaces.ipynb
Periodic Function Spaces: https://github.com/Pickles91/Linear_Algebra_Coding_Projects/blob/main/Copy_of_Gram_Schmidt_Process_with_Periodic_Function_Spaces.ipynb
7: The Impact of Singular Values (e.g. eigenvalues for non-square matrices): https://github.com/Pickles91/Linear_Algebra_Coding_Projects/blob/main/Copy_of_Copy_of_Explore_Impact_of_Eigenvalues_for_non_square_matrices.ipynb
This repository contains projects for use in Math 242 Linear Algebra. It is used with Google Colaboratory, and is intended to help students learn how to do linear algebra using code.