Summer 2024 (First-term), Kirk Blazek, University of Texas at Austin
This repository holds my notes, textbooks, and other miscellanous items for my Matrices and Matrix Calculations class (M 340L) at UT Austin.
Practice Tests and current semester exams will NOT be posted here, at the discretion of the instructor!!
For a more supplemental learning of this topic, you can find more in this repository.
├── M340L.syllabus.pdf
├── README.md
├── Week 1
│ ├── Day One Intro to Linear Algebra.aux
│ ├── Day One Intro to Linear Algebra.log
│ ├── Day One Intro to Linear Algebra.pdf
│ ├── Day One Intro to Linear Algebra.synctex.gz
│ ├── Day One Intro to Linear Algebra.tex
│ ├── Homework #1 - sections 1.1 and 1.2-problems.pdf
│ └── Homework #1 - sections 1.1 and 1.2-solutions.pdf
├── Week 2
│ ├── Homework #2 - sections 1.3 - 1.5-problems.pdf
│ ├── Homework #2 - sections 1.3 - 1.5-solutions.pdf
│ ├── Homework #3 - sections 1.7, 1.8, 1.9, 2.1-problems.pdf
│ ├── Homework #3 - sections 1.7, 1.8, 1.9, 2.1-solutions.pdf
│ ├── Homogenous Systems.aux
│ ├── Homogenous Systems.log
│ ├── Homogenous Systems.pdf
│ ├── Homogenous Systems.synctex.gz
│ ├── Homogenous Systems.tex
│ ├── Linear Independence and Dependence.aux
│ ├── Linear Independence and Dependence.log
│ ├── Linear Independence and Dependence.pdf
│ ├── Linear Independence and Dependence.synctex.gz
│ ├── Linear Independence and Dependence.tex
│ ├── Linear Transformation I.aux
│ ├── Linear Transformation I.log
│ ├── Linear Transformation I.pdf
│ ├── Linear Transformation I.synctex.gz
│ ├── Linear Transformation I.tex
│ ├── Vectors in R to n.aux
│ ├── Vectors in R to n.log
│ ├── Vectors in R to n.pdf
│ ├── Vectors in R to n.synctex.gz
│ └── Vectors in R to n.tex
├── Week 3
│ ├── Homework #4 - sections 2.2, 2.3, 2.5-problems.pdf
│ └── Homework #4 - sections 2.2, 2.3, 2.5-solutions.pdf
├── Week 4
│ ├── Homework #5 - sections 2.8, 2.9, 3.1-problems.pdf
│ ├── Homework #5 - sections 2.8, 2.9-solutions.pdf
│ ├── Homework #6 - sections 3.1, 3.2-problems.pdf
│ └── Lecture Notes (June 28, 2024).pdf
├── Week 5
│ ├── Chart for Lecture Notes July 2.pdf
│ ├── Diagonalizable Matrices and Transformations.pdf
│ ├── Homework #7 - sections 4.4, 4.7, 5.1, 5.2, 5.3, 5.4-problems.pdf
│ ├── Homework #8 Sections 5.5, 5.6, 5.7-problems.pdf
│ ├── Homework #9 - sections 6.1, 6.2, 6.3-problems.pdf
│ ├── Lecture Notes (July 1st, 2024).pdf
│ ├── Lecture Notes (July 2, 2024).pdf
│ ├── Lecture Notes (July 3rd, 2024).pdf
│ ├── Orthonormal Sets, Basis, and Projections.pdf
│ ├── Question #5 (HW #7).pdf
│ ├── Question #6 (HW #7).pdf
│ ├── Question #7 (HW #7).pdf
│ ├── Question #8 (HW #7).pdf
│ └── Question 10 Part I and II (HW #7).pdf
├── Week 6
│ ├── Homework #10 - sections 6.4, 6.5-problems.pdf
│ ├── Least Squares Approximation.pdf
│ ├── Symmetric Matrices.pdf
│ └── The Gram-Schmidt Process.pdf
├── code
│ ├── Least Squares Approximations.ipynb
│ └── Matrix Calculations
│ ├── bin
│ │ └── Homework3Computations.class
│ └── src
│ └── Homework3Computations.java
└── textbooks
├── Introduction to Linear Algebra, 5th Edition.pdf
└── Linear Algebra and Its Application.pdf
11 directories, 62 files
(C) 2024 Abdon Morales, The University of Texas at Austin College of Natural Science - Math Dept.