Leicester City That Magical seasonI I was one of the earliest adopters of the liecester dream, around late September 2015, all because of one man, Claudio Ranieri. The season, 2015-16 begun on a promising note for Arsenal, Arsene Wenger managed to get over the Murhinio Jinx for the first time, as Arsenal defeated Chelsea in …
The previous article, had a broadside attack on the ideas of Science, with a specific mention of the currently raging ‘Corona’. At the outset I am compelled to defend science for what it is, Science is Brave. Science is humble, it professes to understand very little, and exposes itself by saying it does not know many …
In our previous example of finding the roots of a quadratic equation using the Bisection Method, we observed that a piece of code was repeated twice: once to calculate the positive root and then again to find the negative root. This repetition involves the same logic with just a change in variables. # Bisection loop …