CS
Just some notes
Still updating…
The reason I chose hand-writing instead of typing is that, I’ve just finished my High Shcool learning and I’ve been using hand-writing notes for years. It’s more convenient for myself, but maybe not so friendly to others. Sorry about this!
Maybe later in CSC courses I will try to use typing to note, after my $\LaTeX$ learning.
Well, maybe I’ll turn my MAT1001, MAT1002, MAT2041, STA2001 notes to markdown later when I review them before graduate. I think it won’t take a long time and it’s a efficient way to review. The textbooks are boring and the videos are low efficient.
MAT1001 Calculus I
This is the first note I’ve done in CUHKSZ, so it may be a bit messy. The notes later will be more formal and tidy (I guess).
And it has brought me to the very huge world of higher mathematics.
By the way, Thomas’ Calculus is pretty good, especially compared with the traditional Chinese textbooks.
MAT1002 Calculus II
The contin-course of Calculus I. More complicated derivatives and integrals included, and leads to some high-level physics problems.
This notes is the longest note I’ve made in CUHKSZ due to the very large amount of knowledgement of Calculus II. So it’s quite hard to understand every points in it. But as someone says, calculus is not about the formulas, it is about the thoughts behind them.
The learning of calculus should be done when finishing MAT1002, but I still want to learn differential equations in the future class even if it’s not in the requirement courses.
MAT2041 Linear Algebra and Applications
A fundamental course of computer science. The definitions may be a bit complex and hard to remember, but it’ll be much easier when truly understanding the concept behind them. And I strongly recommend 3Blue1Brown’s Linear Algebra to everyone.
STA2001 Probability and Statistics I
A very interesting course, with clear slides. It’s extremely convenient for me to take notes.
It’s kinda simple before mid-term. But after then it’s getting a bit hard, especially the bivariable and n-variable parts.
Transform ZIP(jpgs) to PDF
Python Code
Generated by Deepseek
Python
1 | import os |