/applied-math

Primary LanguageJupyter NotebookMIT LicenseMIT

Applied Mathematics Notes

Notes taken from the courses "Matemáticas Aplicadas" from ICESI University.

This subject is about calculus and linear algebra, it mainly focuses on the applications of math in the real world, specifically how to solve engineering problems through math or the math behind known solutions.

The main difference of these courses with the regular calculus and linear algebra courses is that we use python inside jupyter notebooks with google colab to test and view big problems which doing them by hand would take days, e.g. matrix multiplication, numerical integration techniques, etc.

I've tried my best to organize my notes into folders (I, II, III, IV), one for each course.

Here's a summary of the topics covered by each course:

Matemáticas Aplicadas I

The first course covers limits, series, sequences, differentiation and its applications: optimization and rate of change, and a tiny bit of integration, specifically the concept of integration and numerical integration methods, more of these.

Matemáticas Aplicadas II

The second course covers integration techniques, separable differential equations, vectors, matrixes, multivariable functions and some multivariable calculus: partial and directional derivatives, surface integrals. It also covers the applications of these concepts in engineering problems.

Matemáticas Aplicadas III

I will take the third course on the second semester of 2024. I believe it focuses on linear algebra and multivariable calculus.

Matemáticas Aplicadas IV

I will take the fourth course on the first semester of 2025. I believe it focuses on differential equations. My majors don't require me to take this course, but I'm interested in it because of my passion for math.

Resources

  • nbconvert: A tool to convert jupyter notebooks to other formats, e.g. markdown, html, pdf, etc.

  • jupyter-book: A tool to create books from jupyter notebooks.