© 2023 Hashnode
#mathematics
In Mathematics, a vector is a quantity that has both magnitude and direction. It is typically represented as an arrow in a space of any number of dimensions and can be represented algebraically as an …
Recently I found myself having to find a missing number in an array. After some searching on the internet, I found a simple and efficient answer. I wanted to know why it worked and dug further into th…
There are many different definitions of Cryptography but if we break down the core idea behind it it's that of deriving procedures to protect protocols against malicious actors. Protocols in that context mean a set of steps that need to be …
Mathematics and computer science are two fields that are often intertwined. At the heart of computer science lies the idea of algorithms, which are step-by-step procedures for solving problems. Algorithm design and analysis form the backbon…
Introduction Most of the time, basic arithmetic is pretty simple and intuitive. Even working with powers and roots isn't that much of a headache. However, the IEEE standard for floating-point numbers …
Finding the square root of a number is a common problem in mathematics and computer science. In this blog post, we will focus on the linear search and binary search methods for finding the square root…
In this article, I will explain what is Uniswap impermanent Loss, and why this is such a hot topic for liquidity providers More specifically, what awaits you in this article: A dive into how Uniswap V2 works Impermanent Loss for Uniswap V…
Are you looking for a way to find all the prime numbers till N? If so, then you have landed on the right page! In this blog post, we will discuss how to find all prime numbers till N using an optimize…
Prime numbers are a fundamental concept in mathematics and computer science. A prime number is a positive integer greater than 1 that has no positive integer divisors other than 1 and itself. In other…
Well, As you can see this post is a continuation of my previous post on how I am improving my mathematics this week. I want to give an update that I have solved 4 chapters that is Number System, LCM/H…