linearalgebra
There are 58 repositories under linearalgebra topic.
sonsongithub/numsw
Swift library like numpy, playgrounds notebook like jupyter.
mcordingley/LinearAlgebra
Stand-alone Linear Algebra Library for PHP
unic0rn9k/slas
Static Linear Algebra System
bubblspace/AIOne
MLOne Powered by AIEdX. Machine Learning Course for Everyone. Tier1 Basic
pateld1/Course-Notes-in-Tex-CUNY-QC
Course notes from several math and computer science courses from CUNY Queens College.
andresrodriguez55/LinearAlgebraCalculator
Linear algebra calculator written in javascript, ready for use on the web.
tahmin99/power-electronics-studymaterials
Study Materials, Lecture Notes, Free PDFs, PPTs, Codes & Videos
MechDancer/linearalgebra
Linear algebra utilities in Kotlin
sleepymalc/Donut.c
🍩 A Comprehensive Guide on the Math used in Donut.c
manvimadandotai/Mathematics-for-Machine-Learning-
This repository consists of my assignment submissions for Mathematics in machine Learning course by Imperial College on Coursera.
omar-elsherbiny/Rubiks-Cube
Playable Rubik's cube in python and pygame
rmjarvis/tmv
A fast, intuitive linear algebra library for C++. Caveat: This project is no longer being actively developed. I'll still try to respond to bug reports, but that's about it. An alternative that has now become at least as good as (and sometimes better than) TMV for almost all use cases is Eigen. You would probably be well served to switch to that.
98penaloza/matrices
A tool to use in combination with entry courses to Linear algebra, but matrices mainly. ## still in progress
AleksBL/Block_TD_block_sparse
Matrix classes for matrices that are block-tridiagonal and sparse, and simply "block sparse". These talk together, and furthermore containts an algorithm for inversion of the block-tridiagonal version. Much faster than the numpy and scipy equivalents when a particular matrix is block tridiagonal and large enough.
Dilli822/100DaysOfMaths
Mathematics is a universal language. Computer Science heavily relies on theory and mathematics. Mathematics like Calculus & Linear Algebra are the foundations and backbone of AI. This repo contains all of my 100DaysOfMaths Learning Journey.
hrishitchaudhuri/linalg
Library in C for basic linear algebra functions.
jani-excergy/NumPy
Numpy from scratch to pro level
peter-parit/shapes-visualizer
A project made for my Numerical Methods college course. Features: shapes go wild.
pritomsh/linear-algebra
Linear algebra is a branch of mathematics
SevdanurGENC/Machine-Learning-Lecture-Notes
Machine Learning Lecture Notes
wtanaka/ansible-role-numpy
Ansible role to install numpy for Python
behdadmansouri/Graph-L-U-Decomposer
A graph decomposer for the Linear Algebra class project
Daxvshah11/LA_HomoCoords_Project
Linear Algebra course project on Homogenous coordinates and their Applications
ertosns/algebra
Algebric library for Kinetics and kinematics mechanics.
HenryZhao2020/LinearAlgebra
This project explores linear algebra computationally, translating vector and matrix operations into precise computer instructions.
JustinMatthewNewman/PostQuantumCryptography
Learning With Errors Post Quantum Cryptography.
ProgrammerIosif/LinAlg
A small app to practice Gauss or Gauss-Jordan elimination without doing all the arithmetic.
saikumarsuvanam/MachineLearning
DataScience-Statistics,Machine Learning,AppliedAI
SOrozco7/LinearAlgebra_ImageCompression
Linear Algebra project about Linear Compression using fractals
tanya-jp/LinearAlgebra
Four Mini-Projects Based on the Important Topics in Linear Algebra, Such as Augmented Matrix, Shear Transformation, Linear and Polynomial Regression, and SVD
thautwarm/LinearAlgebraLibraryForCplus
ALightweightReleaseForCpp98
amirnn/geometry
Algorithms for Computational Geometry and Linear Algebra
Kirk-kud/MATRIX_SOLVER
A Python script that takes an augmented matrix and returns its solution(s)
snandasena/courseera_gpu_specilization_capstone_project
Coursera GPU Specilization Capstone Project
SushantSingh-23-01/MathsFoundationsDL
A set of tutorials aimed at understanding fundamentals of Linear Algebra, Calculus and Statistics using Python