BlogHide Resteemsquantumdeveloper (57)in fractal • 4 years agoThe Mandelbrot set and how to make it.Background As many other fractals, the mandelbrot set is created using a recursive function and an ending condition, where the recursive function gets executed until the ending condition is…quantumdeveloper (57)in puzzle • 5 years agoMath Contest #27 Results and SolutionSolution The problem of this contest was to proof an equivalence: I also just noticed that this inequation only holds for uneven, positive values of n(which is probably the reason why I had no…quantumdeveloper (57)in programming • 5 years agoComputation Contest #9 [2 SBI]Here you can solve interesting problems using whatever programming language you like. Also you will earn SBI and sometimes STEM by doing so. Also you might learn new things by doing so.…quantumdeveloper (57)in programming • 5 years agoComputation Contest #8 Results and SolutionSolution The problem of this contest was to simply draw a fractal of your choice. I chose to draw this fractal as an example: This fractal was generated with the chaos game algorithm. The…quantumdeveloper (57)in puzzle • 5 years agoMath Contest #26 Alternative SolutionAs requested by @lallo I present you how I would have solved this. This solution is a bit more complex and longer then the one presented in the Results Post , however it still kind of uses the…quantumdeveloper (57)in puzzle • 5 years agoMath Contest #27 [2 SBI]Here you can keep your brain fit by solving math related problems and also earn SBI or sometimes other rewards by doing so. The problems usually contain a mathematical equation that in my…quantumdeveloper (57)in puzzle • 5 years agoMath Contest #26 Results and SolutionSolution The problem of this contest was to find the limit of a converging sum: The solution of this problem involved quite a few steps. Since the solution I came up with was longer and more…quantumdeveloper (57)in programming • 5 years agoComputation Contest #8 [2 SBI]Here you can solve interesting problems using whatever programming language you like. Also you will earn SBI and sometimes STEM by doing so. Also you might learn new things by doing so.…quantumdeveloper (57)in programming • 5 years agoComputation Contest #7 Results and SolutionSolution The problem of this contest was to test two methods to approximate pi and measure how accurate they get compared to how many digits it gets right. I wrote a simple code which uses the…quantumdeveloper (57)in puzzle • 5 years agoMath Contest #26 [2 SBI]Here you can keep your brain fit by solving math related problems and also earn SBI or sometimes other rewards by doing so. The problems usually contain a mathematical equation that in my…quantumdeveloper (57)in puzzle • 5 years agoMath Contest #25 Results and SolutionSolution The problem of this contest was to find a and x so that these vectors would be orthogonal: (a, 5a, 2a/x) and (3a, 4a, x) being orthogonal means that the scalar product gives 0: a*3a +…quantumdeveloper (57)in programming • 5 years agoComputation Contest #7 [2 SBI]Here you can solve interesting problems using whatever programming language you like. Also you will earn SBI and sometimes STEM by doing so. Also you might learn new things by doing so.…quantumdeveloper (57)in puzzle • 5 years agoMath Contest #25 [2 SBI]Here you can keep your brain fit by solving math related problems and also earn SBI or sometimes other rewards by doing so. The problems usually contain a mathematical equation that in my…quantumdeveloper (57)in programming • 5 years agoComputation Contest #6 Results and SolutionSolution The problem of this contest was to find the smallest solution for a huge equation system containing modulos: x mod 9 = 4quantumdeveloper (57)in puzzle • 5 years agoMath Contest #24 Results and SolutionSolution The problem of this contest was to find the limit of a converging sum: This may look unsolvable at first, but it really isn't that hard. You can get to the result with just a bit of…quantumdeveloper (57)in programming • 5 years agoComputation Contest #6 [2 SBI]Here you can solve interesting problems using whatever programming language you like. Also you will earn SBI and sometimes STEM by doing so. Also you might learn new things by doing so.…quantumdeveloper (57)in puzzle • 5 years agoMath Contest #24 [2 SBI]Here you can keep your brain fit by solving math related problems and also earn SBI or sometimes other rewards by doing so. The problems usually contain a mathematical equation that in my…quantumdeveloper (57)in programming • 5 years agoComputation Contest #5 Results and SolutionSolution The problem of this contest was to solve the exponential integral numerically using taylor series from 0.9 to 1.1: First of all I want to apologize for telling you to solve a problem…quantumdeveloper (57)in puzzle • 5 years agoMath Contest #23 Results and SolutionSolution The problem of this contest was to solve a polynomial: x⁴ + 8x³ + 24x² + 32x + 15 = 0 This might look pretty hard, but if you know what to look for you might notice a regularity…quantumdeveloper (57)in programming • 5 years agoComputation Contest #5 [2 SBI]Here you can solve interesting problems using whatever programming language you like. Also you will earn SBI and sometimes STEM by doing so. Also you might learn new things by doing so.…