Info
Prof: Aditya Karnataki
TAs: Subhranil Deb, Sunaina Pati, Abhishek Goel.Reference material:
- Algebra, Artin
- Linear Algebra, Hoffman & Kunze
- Linear Algebra Done Right, Axler
- Linear Algebra Done Wrong, Treil
- Linear Algebra, Curtis
Compiled Notes
- Vector spaces
- Matrices
- Linear Combinations
- Bases
- Linear Transformations
- Trace
- Invertible Transformations
- Isomorphism
- Subspaces
- Solving linear systems, Pivots
- How to find matrices with a given kernel
Lecture Notes
Proper lecture notes start here.
- ALG1_L8 ✅
- Every fdvsp has a basis.
- Any two bases of an fdvsp have same cardinality, i.e, the cardinality of a basis is an invariant of an fdvsp.
- ALG1_L9 ✅
- Working with bases, finding a basis for the null space of a matrix
- ALG1_L10 ✅
- Finding a basis for the column space of a matrix, equivalence of column rank and row rank, rank nullity theorem for matrices
- ALG1_L11 ✅
- Linear maps, rank nullity theorem for linear maps over abstract vector spaces
- ALG1_L12 ✅
- Linear maps in can be represented as matrices, matrices of linear maps between abstract vector spaces, change of basis
- ALG1_L13 ✅
- Homomorphisms, more change of basis, composition of linear maps in terms of matrices, choosing a good basis for a linear map
- ALG1_L14 ✅
- Sums of subspaces, direct sums, dimension of a sum, determinants
- ALG1_L15 ✅
- An algorithm to compute the determinant, multilinearity and alternate characterization of the determinant, cofactor expansions
- ALG1_L16 ✅
- Alternate formula for determinant and proof of its uniqueness, properties of determinant, Invariant subspaces
- AlG1_L17 ✅
- Eigenvectors, eigenvalues, eigenspaces
- ALG1_L18 ✅
- Finding Eigenstuff of matrices and abstract operators, characteristic polynomial
- ALG1_L19 ✅
- Diagonalization
- ALG1_L20 ✅
- Dual spaces, canonical isomorphisms, introduction to inner product spaces
- ALG1_L21 ✅
- Inner product spaces, normed spaces, orthogonal vectors, Gram-Schmidt orthogonalization process
- ALG1_L22 ✅
- Gram-Schmidt example, orthogonal decomposition theorem
- ALG1_L23
Excalidraw
These notes are either in excalidraw (which cannot be rendered by Quartz) or unformatted. Refer Compiled Notes for the content form these lectures.
- ALG1_L1 Intro, Vector spaces, Fields.
- ALG1_L2 Matrices, Variables vs equations table
- ALG1_L3 Row operations, REF, RREF, pivots, free variables, conditions for being inconsistent and consistent
- ALG1_L4
- Given s.t , any other s.t can be expressed as , .
- requirements for injectivity and surjectivity in terms of number of pivots
- matrix representation of row ops
- matrix multiplication as a function
- subspaces
- ALG1_L5
- injectivity and surjectivity requirements in terms of number of rows and columns
- Invertible matrices
- If is invertible, its inverse must be unique
- If is invertible, it must be square
- Vector spaces, subspaces of .
- ALG1_L6
- linear combinations, span. function surjectivity relation with spanning property of column vectors, function injectivity relation with unique linear combination of column vectors.
- linear independence
- ALG1_L7
- Any set whose span equals must be of size
- Any linearly independent set in must be of size .
- basis
- defined dimension as cardinality of basis
- posed question: does every vector space have a basis?
- fdvsp
- ALG1_T1
- ALG1_T2