Here are some fundamental mathematical formulas categorized for easy learning:

Basic Math Formulas 🧮

  • Arithmetic Mean: $ \frac{\sum_{i=1}^{n} x_i}{n} $
    Arithmetic_Mean
  • Pythagorean Theorem: $ a^2 + b^2 = c^2 $
    Pythagorean_Theorem
  • Quadratic Equation: $ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} $
    Quadratic_Equation

Advanced Topics 🔍

  • Calculus - Derivative: $ \frac{d}{dx} f(x) = \lim_{h \to 0} \frac{f(x+h)-f(x)}{h} $
    Calculus_Derivative
  • Linear Algebra - Determinant: For matrix $ \begin{bmatrix} a & b \ c & d \end{bmatrix} $, determinant is $ ad - bc $
    Linear_Algebra_Determinant

For deeper exploration of advanced formulas, visit this section.
💡 Tip: Use these formulas as building blocks for problem-solving!