Log inSign up
matharium
212 posts
matharium profile banner
@matharium

matharium

@matharium
Math was never the problem. The explanation was.
linktr.ee/matharium
Joined December 2021
1,397
Following
2,027
Followers
RepliesRepliesRepostsRepostsMediaMedia

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
  • @matharium
    matharium
    @matharium
    11m
    A plane in three dimensions is fixed completely by one point on it and a normal vector. n · (r - r₀) = 0 Because r - r₀ always lies in the plane, its dot product with n is zero. Expanding gives the Cartesian form ax + by + cz = d, while r = r₀ + su + tv sweeps the plane
  • @matharium
    matharium
    @matharium
    9h
    Monte Carlo integration estimates an integral by averaging the integrand at random points. ∫Ω f(x) dx ≈ V(Ω) · (1/N) Σᵢ₌₁ᴺ f(xᵢ) Error ∝ 1/√N whatever the dimension, so grid methods whose cost grows like a power of d lose in high dimensions. In one or two dimensions it
  • @matharium
    matharium
    @matharium
    11h
    An ECG looks nothing like a sine wave. It is still made entirely of them. Fourier's theorem says any repeating signal is a sum of sines, so a heartbeat has to be one too. One sine gives a hum. Five produce a lump where the spike belongs. Twenty sharpen the QRS complex and reveal
    00:00
  • @matharium
    matharium
    @matharium
    13h
    Can you reverse the spin of these snakes?
    00:00
    55
  • @matharium
    matharium
    @matharium
    15h
    Two products of vectors: one returns a number, the other returns a vector. a · b = ‖a‖ ‖b‖ cos θ and a × b = ‖a‖ ‖b‖ sin θ n In coordinates the dot product is a₁b₁ + a₂b₂ + a₃b₃, while the cross product is the determinant with rows i, j, k, then a₁ a₂ a₃, then b₁ b₂
    1