Skip to content

Organized problem set solutions from Gilbert Strang’s Introduction to Linear Algebra. Part of my Project10X effort to master linear algebra through deep, structured practice.

Notifications You must be signed in to change notification settings

eigenlambda123/linearAlgebra-problemSets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linear Algebra Problem Sets – Based on Gilbert Strang’s Introduction to Linear Algebra

This repository contains my organized solutions and study notes for Linear Algebra based primarily on Gilbert Strang’s textbook, Introduction to Linear Algebra. It serves as a personal study log and problem set archive as I work through core linear algebra concepts and example problems to deepen my intuition and technical fluency.

Resource Used

All problems and theory are taken from: Gilbert Strang, Introduction to Linear Algebra, 5th Edition 🔗 https://math.mit.edu/~gs/linearalgebra/


Structure & Organization

Each folder corresponds to a major chapter, and within it are subfolders or files named by section numbers, following Strang’s book organization (e.g., 1.1, 1.2):

linearAlgebra-problemSets/
├── 01_Introduction_to_Vectors/
│   ├── README.md
│   ├── 1.1_Vectors and Linear Combinations.ipynb
│   ├── 1.2_Lengths and Dot Products.ipynb
│   ├── notes.md
│   └── images/
├── ...
└── README.md

How I'm Solving

Most problems are:

  • Solved by hand on paper first
  • Then typed in Markdown or Jupyter notebooks for future reference
  • Accompanied by concise notes explaining why and how the solution works

The goal is not speed, but mastery—this is part of my long-term technical foundation building under my Project10X Linear Algebra effort.


Work In Progress

This repository will grow gradually as I progress through the book. Some sections are under development or may only contain partial solutions.


Covered Topics Chapter (in progress)

  • 1 Introduction to Vectors
  • 2 Solving Linear Equations
  • 3 Vector Spaces and Subspaces
  • 4 Othogonality
  • 5 Determinants
  • 6 Eigenvalues and eigenvectors
  • 7 The Singular Value Decomposition (SVD)
  • 8 Linear Transformations
  • 9 Complex Vectors and Matrices
  • 10 Applications

Tools Used

  • Markdown + Git for clean version control
  • LaTeX (within Markdown and notebooks) for math notation
  • Python in Jupyter notebooks for computation and visualization

📜 License

This project is for educational and personal study purposes. Original problems and content are copyrighted by Gilbert Strang.

About

Organized problem set solutions from Gilbert Strang’s Introduction to Linear Algebra. Part of my Project10X effort to master linear algebra through deep, structured practice.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published