Tasks
The following problems are either without answer or can be improved. Everyone is encouraged to work on them. You will received extra points as a reward once if you finish a problem correctly.
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
The last day to submit your answers is the day of final exam.
- 406: 3, 4 all, 5(b)
- 407: 6
- 412: 3(e), 4, 5
- 503: 2c, 2d, 5
- 504: 3, 4, 5
- 505: 7
- 506: 5, 6, 7, 8, 9, 10
- 507: 4, 5, 6, 7, 8, 9
- 602: 5, 6, 7
- 603: 3, 6, 7
- 604: 3b, 4, 5, 6, 7
- 605: 3c, 3d, 6, 7, 8
- 606: 2, 3, 4, 5, 6
- 607: 3c, 4, 5
Once the group has submitted the answers, the note will be locked. This means you can no longer edit, but you are able to see the source code. If you wish to work on a particular problem:
- Go to HackMD and open a new note by clicking "+ New note".
- Add the following line at the top of your note. Then copy the source code of the problem to your note.
Thus, you may use some macros, such as .
- Once you are done, copy the link of your note and send it to Jephian Lin through Discord. If it is correct, then you will receive the points. (Only the first one will receive the points, but answers with different insights are welcome.)
Finished Tasks:
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
- 401: 3 (
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
)
- 402: 1(b) (鄭宗祐), 2a (
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
), 3b (
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
), 4 (
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
), 5 (
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
)
- 403: 6 (
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
)
- 404: 3 (鄭宗祐)
- 405: 3(b) (
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
), 5(a,b) (
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
+1), 6(a,b,c) (
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
+1.5)
- 406: 4(a,b,c) (
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
+1.5)
- 407: 7(a,b) (蔡睿丞 +1)
- 411: 1 (張永賦 +1.5), 3 (張永賦 +1.5)
- 412: 1(a,b,c) (
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
+1.5), 2 (
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
+1), 3(a,b,c,d) (
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
+2)
- 501: 5(b~e) (孫心 +2), 6 (孫心 +1)
- 504: 3(a,b) (孫心 +1), 4(a,b,c,d) (孫心 +2), 5 (孫心)
- 506: 3(a,b,c,d) (孫心 +2), 4(b,c) (孫心 +2)
- 603: 2c (孫心), 4 (蔡睿丞, 孫心), 5 (孫心)
- 604: 2c (蔡睿丞)
- 605: 4 (孫心 +1), 5 (孫心)
- 608: 2 (蔡睿丞 +1.5)
You will receive 0.5 points for each problem.
Linear Algebra II –- Collaborative notes, 2023SMath104A
Linear Algebra I –- Collaborative notes, 2022FMath103A
4. Determinant
- Determinant for small matrices
- Invertible matrix as the product of elementary matrices
- Elementary matrix acts on columns
- Elementary matrix acts on rows
- Definition of the determinant
- Invertibility
- Matrix multiplication and transpose
- Block matrix
- Distributive law and Laplace expansion
- Adjugate
- Cramer's rule
- Permutation matrix
- Permutation expansion
- Interpretation through graph theory
- Determinant is well-defined
5. Diagonalization
- Find a good basis
- Quadratic curve
- Recurrence relation
- Linear differential equation
- Matrix exponential
- Characteristic polynomial
- Coefficients of the characteristic polynomial
- Diagonalization
- Algebraic multiplicity and geometric multiplicity
- Eigenspace
- Graph and characteristic polynomial
- Cayley–Hamilton theorem
- Minimal polynomial
- Jordan canonical form
a. Python: NumPy and numerical linear algebra
6. Theory of symmetric matrices
- Reduction
- Schur triangulation
- Symmetric matrices and normal matrices
- Spectral decomposition
- Singular value decomposition
- Understanding the principal component analysis
- Inertia
- Positivity
- Rayleigh quotient
- Cauchy interlacing theorem
- Equitable partition
- Covariance matrix
- Principal component analysis
- Laplacian matrix
- Spectral embedding and clustering