stfwn
  • Introduction
  • Calculus
    • Gradient
    • Taylor Series
    • Miscellaneous
  • Computer Science
    • Basic Architecture and Assembly
  • Fixes & Snippets
    • Docker
    • HTML
    • LaTeX
    • Linux
    • Node.js
    • Miscellaneous
  • Linear Algebra
    • Orthogonality
    • The Gram-Schmidt Process
    • QR-Factorization
    • Orthogonal Diagonalization
    • Quadratic Forms
    • Least Squares Theorem
    • Singular Value Decomposition
    • Pseudoinverse
  • Miscellaneous
    • Digital Safety
    • Homelab
    • Links
    • Music
  • Reading
Powered by GitBook
On this page
  1. Calculus

Miscellaneous

Some helpful algebraic generalities to review when stuck.

ax+b=x⋅(a+bx)ax + b = x \cdot (a + \frac{b}{x})ax+b=x⋅(a+xb​)
a⋅b=a⋅b\sqrt{a \cdot b} = \sqrt{a} \cdot \sqrt{b}a⋅b​=a​⋅b​
e=lim⁡n→∞(1+1n)ne = \lim \limits_{n \to \infty } \left( {1 + \frac{1}{n}} \right)^ne=n→∞lim​(1+n1​)n
lim⁡n→∞(xnn!)=0\lim \limits_{n \to \infty} \left( \frac{x^n}{n!} \right) = 0n→∞lim​(n!xn​)=0
PreviousTaylor SeriesNextComputer Science

Last updated 5 years ago