Outline
An intermediate-level mathematics course designed for physics learners. We will cover linear algebra, Fourier analysis, and methods of numerical analysis. Prerequisites for this course include a foundational understanding of calculus, matrix arithmetic, and ordinary differential equations.
After reviewing the basics of matrices, you first learn linear algebra with an emphasis on practical handling of matrices and eigenvalue problems. You then learn fundamentals of function analysis, particularly Fourier analysis.
Additionally, the course introduces fundamental concepts in numerical analysis and basic numerical methods for mathematical problems such as ordinary differential equations. Students will gain theoretical knowledge in numerical analysis as well as practical coding skills in Python, using the contemporary Python ecosystem.
This course does not cover the mathematical foundations of each topic. Instead, students are expected to be familiar with the topics and develop an appreciation of their usefulness.
Students’ Goals
- I am familiar with matrix calculation. In particular, I know why rank and determination are important and can calculate them by hand.
- I can diagonalize simple matrices.
- I can perform Fourier analysis of functions.
- I understand the basic property of IEEE-754 floating point numbers.
- Utilizing Python and online resources, I can numerically solve problems in linear algebra, basic differential equations, or other topics learned in the previous semesters.
Guidance document
- pm2_supplemental_2024.pdf for Academic Year 2024
- Guidelines for Using Generative AI
- Note on Sho’s Grading Convention
Textbook
E. Kreyszig, Advanced Engineering Mathematics, 10th ed. Taiwan custom version, Wiley (2018).
- Sho will often refer to it during the lecture, assuming you all have the textbook ready.
- Attendants are assumed to have learned Chapters 1‒2 and 9‒10. We discuss Chapters 7‒8, 11, and 19‒21.
Schedule (2024‒2)
- 1 (Feb. 17, 20)
- Matrices and vectors.
- 2 (Feb. 24, 27)
- Linear systems of Equations.
- 3 (Mar. 3, 6)
- Rank.
- 4 (Mar. 10, 13)
- Determinant. Inverse.
- 5 (Mar. 17, 20)
- Eigenvalue problem.
- 6 (Mar. 24, 27)
- Matrices with special names.
- 7 (Mar. 31)
- Diagonalization and bases.
- 8 (Apr. 7, 10)
- Midterm Exam / Exam review
- 9 (Apr. 14, 17)
- Numeric linear algebra.
- 10 (Apr. 21, 24)
- IEEE-754 floating point numbers.
- 11 (Apr. 28, 1)
- Basic numerical analysis.
- 12 (May 5, 8)
- Review of ODEs.
- 13 (May 12, 15)
- Numerics for ODEs.
- 14 (May 19, 22)
- Fourier series expansion.
- 15 (May 26, 29)
- Fourier transformation.
- 16 (Jun. 2, 5)
- Term Exam / Exam review
- 17 (Jun. 9, 12)
- Review on complex numbers. Basic group theory.
- 18 (Jun. 16, 19)
- No class: Alternative learning period compensating for coding assignments
Past Exam Problems
Other Information
- See another page for previous years’ lectures.