Skip to content

camelslash

learn • do • know

  • lib

Category: Math

esoteric math stuff

squircle forumula

Posted on September 6, 2025September 6, 2025 by Joel D Canfield
squircle with equal radii of 1 and center at the origin

x4 + y4 = 1

Category: Design, Math

square root of i

Posted on November 28, 2024 by Joel D Canfield
√2 √2 √i = - -- - -- i 2 2 √2 √2 √i = -- + -- i 2 2
Category: MathLeave a Comment on square root of i

fractional exponents

Posted on March 18, 2024 by Joel D Canfield
b^m/n = (n√b)^m 8^2/3 = (3√8)^2 = 2 ^2 = 4 27^x = 81 3^3x = 3^4 3x = 4 x = 4/3 27^4/3 = (3√27)^4 = 3^4 = 81
Category: MathLeave a Comment on fractional exponents

permutations and combinations

Posted on March 17, 2024 by Joel D Canfield
how many ways can k items be selected from a pool of n items? permutations: order matters, like prizes n!--------(n - k)! combinations: order doesn't matter, so divide by the number of redundant results, which is k! n!-------------(n - k)! * k!
Category: MathTags: factorial, probabilityLeave a Comment on permutations and combinations

divisible by 7 process

Posted on December 21, 2023 by Joel D Canfield
divisible by 7 5 * last (y) + the rest (x) or the rest (x) - 2 * last (y) 10x + y 50x + 5y = (x + 5y) + 49x 49x is divisible by 7 so only need to test x + 5y x + 5yx - 2y augend 5 addend 2 sum…
Category: MathLeave a Comment on divisible by 7 process
Powered by WordPress | Theme: codelib by Joel D Canfield.