Articles by Tag #math

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Happy Pi Day! I made a Pi-ano 😆

Happy Pi Day! 🥳 March 14th (3/14) is the day we celebrate everyone's favorite never-ending number: π....

Learn More 37 49Mar 14

LLMs are Bad at Math

LLMs are known to struggle with math. Not in those PhD level tasks from AIME eval, where the...

Learn More 12 1Jun 13

4d Fractals using the Chaos game Algorithm

EXPLORING THE 4th DIMENSION THROUGH FRACTALS What I really find beautiful about mathematics , is...

Learn More 8 2Mar 18

The Trillion Dollar Equation: How the Black-Scholes Model Shaped Modern Finance

💸 The Trillion Dollar Equation: How Simple Math Builds Empires By Josh da Lite Last...

Learn More 5 0Jun 29

🔢 The 3x + 1 Problem (Collatz Conjecture)

🔢 The 3x + 1 Problem (Collatz Conjecture) Mathematics is full of mysteries, and one of the...

Learn More 5 0Jul 24

Trigonometry Tricks: The Math Behind Game Effects

Hey folks! This is one of those posts I was really excited to write: we're finally talking about...

Learn More 5 1Apr 13

Math concepts explained with JavaScript

Learning mathematical notation can feel intimidating. So I created list of JS code examples for...

Learn More 5 0Sep 18 '24

Calculating Allowed Downtime for Human Consumption - a follow-up

Correcting my calculations on allowed downtime and learning from the experience

Learn More 5 0Mar 27

Summarizing "What Every Computer Scientist Should Know About Floating Point Arithmetic"

Hi again! Have you ever used a floating point number in your code? They appear in the forms of float...

Learn More 4 0Jan 27

C++ Matrix Compression: Reduce Memory Usage by 90% with Smart 1D Storage

Photo by HarrisonBroadbent on Unsplash The majority of matrices in the real world contain more than...

Learn More 3 0Jul 17

Why is it so hard to forecast the Dollar rate? An attempt with Python

As a Brazilian working for a foreign company, I'm always keeping an eye on the USD to BRL exchange...

Learn More 2 0May 15

Analysis of the length of optimal games of Hex game using alphazero-like AI

1.Introduction Background Hex is a board game Hex (board game). It can be...

Learn More 2 1Sep 8 '24

Mental Math Hacks: Swift Estimations of Powers and Roots for Programmers

In a world overflowing with digital tools, it’s easy to dismiss mental math as outdated — a quaint...

Learn More 1 0May 24

Low-Latency Mental Math: Quick Additions and Subtractions for Software Developers

In a world overflowing with digital tools, it’s easy to dismiss mental math as outdated — a quaint...

Learn More 1 0May 10

🧠 Python Math Functions Cheat Sheet & Guide

Python offers powerful tools for performing mathematical operations—ranging from simple arithmetic to...

Learn More 1 0Apr 23

How to use the gradient method to find the extrema of a two variable function in python?

The gradient method is used to calculate the maximum (or minimum) of a function near a given...

Learn More 1 2Jun 5

Calculating Allowed Downtime for Human Consumption - 99% to 99.99999% Availability

Calculating human consumable allowed downtime from percentiles

Learn More 1 1Mar 9

Optimizing Mental Math: Fast Multiplications and Divisions for Software Engineers

In a world overflowing with digital tools, it’s easy to dismiss mental math as outdated — a quaint...

Learn More 1 0May 17

How To Write MATH in DEV.to Articles

Let's learn how write math expression in DEV.to platform. We will be using the liquid tags which is...

Learn More 1 0Sep 17 '24

Drawing the Line: What Makes Support Vector Machines So Effective?

Learn how Support Vector Machines find the optimal hyperplane to classify complex data with precision...

Learn More 1 0May 5

Explore Best LLM of World Math Problems: Developers Solution

Discover the best LLM of world math problems solutions on our blog for expert insights and strategies...

Learn More 1 0Sep 5 '24

Why 10 3 Isn’t Perfect, But This Rope Trick Is!

Have you ever tried dividing a 10-unit rope into exactly 3 equal parts? You get 3.3333… but that’s an...

Learn More 1 0Feb 7

Forecasting the Dollar rate with Python

Why is it so hard to forecast the Dollar rate? An attempt with...

Learn More 0 0May 15

Notes on Set Theory with python. Part I

A set is a collection of objects. For instance, let's say that 1, 2, 3 ,4, a ,b ,c , $ are objects. A...

Learn More 0 0Jan 31

Why 1% - 1% Isn't Zero in Your Calculator (And What It Really Means)

Percentages are a core feature of calculators, but their operation can differ based on the...

Learn More 0 4Nov 30 '24

How to Solve Real Math Problems on Websites Using AI Chrome Extensions (2025 Guide)

🔍 Why Test on Real Educational Platforms? Most math AI demos use simple, artificial examples — like...

Learn More 0 0May 29

React + TypeScript: Using useEffect + useRef + Custom Props to Simulate a Math Function in Real-Time

React + TypeScript: Using useEffect + useRef + Custom Props to Simulate a Math Function in...

Learn More 0 0May 16

Sat Math bootcamp Accelerator AI Academy

Accelerator AI Academy’s Math Bootcamp equips students with all the essential skills needed for...

Learn More 0 0Sep 7 '24

트랜스포머 해부: 벡터와 파동에서 NLP 혁명까지

지난 몇 년간 자연어 처리(NLP) 분야는 가히 혁명적인 변화를 겪었습니다. [cite_start]그 중심에는 2017년 "Attention Is All You Need"...

Learn More 0 0Jul 21

Homogeneous and Cartesian coordinates

In Computer Graphics, Cartesian coordinate is a common coordinate system, but for matrix calculation...

Learn More 0 0Nov 23 '24