Quantitative Mathematics Study Path

Guided lessons, examples, plots, and quizzes for university-level quantitative mathematics.

This study path is organized for learners who want a practical foundation in quantitative mathematics. Each topic combines explanation, worked examples, Python code, visual intuition, and short checks for understanding.

How to Use These Lessons

  • Read each lesson in order the first time.
  • Run the Python examples in a local Python environment when possible.
  • Use the interactive browser widgets when studying from the rendered site.
  • Attempt the practice questions before reading the explanation.
  • Return to earlier algebra and Python topics whenever later lessons feel mechanical or confusing.

Topics

Python Fundamentals

Variables, control flow, functions, NumPy arrays, and plotting for quantitative Python work.

Start Python Fundamentals

College Algebra

Expressions, equations, functions, graphs, polynomials, exponentials, logarithms, and systems.

Start College Algebra

Trigonometry

Unit circle, sine and cosine, angle measures, graph transformations, and identity practice.

Explore Sine and Cosine

Calculus

Limits, derivatives, optimization, integrals, and applications.

Start Calculus

Linear Algebra

Vectors, matrices, linear systems, transformations, and eigenvalues.

Start Linear Algebra

Probability and Statistics

Random variables, distributions, estimation, testing, and regression.

Start Probability

Differential Equations

Change rules, symbolic solution methods, slope fields, numerical approximation, and systems.

Start Differential Equations

Discrete Mathematics

Logic, sets, relations, sequences, induction, and graph basics.

Start Discrete Mathematics

Learning Pattern

Most lessons follow this sequence:

  1. Motivation: why the topic matters.
  2. Concept: intuitive explanation.
  3. Definition: formal notation.
  4. Visual model: graph or interactive diagram.
  5. Worked example: step-by-step solution.
  6. Common mistakes: errors to avoid.
  7. Practice: short exercises or quizzes.
  8. Python connection: reusable code for Python environments.