Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 777 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 777 Bytes

Linear Algebra Repository This repository contains Python scripts, notebooks, and resources related to linear algebra.

Overview Linear algebra is a fundamental branch of mathematics that deals with vector spaces and linear mappings between these spaces. It has wide applications in various fields, including computer science, physics, engineering, and data science.

This repository serves as a resource for learning and implementing concepts from linear algebra using Python.

Contents Scripts: Python scripts for performing various linear algebra operations, such as matrix multiplication, solving systems of linear equations, eigenvalue and eigenvector calculations, etc. Notebooks: Jupyter notebooks containing tutorials, examples, and exercises on linear algebra topics.