DEV Community

# mathematics

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Finding the greatest common divisor in TypeScript

Finding the greatest common divisor in TypeScript

1
Comments
4 min read
Learning Probability through a Story.

Learning Probability through a Story.

15
Comments 1
2 min read
Understanding Tail Call Optimization With JavaScript

Understanding Tail Call Optimization With JavaScript

31
Comments 6
5 min read
My Journey into the Fundamentals of Computer Graphics - Part 5: Attack of the Lighting Techniques

My Journey into the Fundamentals of Computer Graphics - Part 5: Attack of the Lighting Techniques

1
Comments
5 min read
Joule heat calculator

Joule heat calculator

Comments 2
12 min read
My Journey into the Fundamentals of Computer Graphics - Part 4: The Quaternion Menace

My Journey into the Fundamentals of Computer Graphics - Part 4: The Quaternion Menace

9
Comments 2
4 min read
My Journey into the Fundamentals of Computer Graphics - Part 3: Return of the Rotational Issues

My Journey into the Fundamentals of Computer Graphics - Part 3: Return of the Rotational Issues

Comments 4
4 min read
My Journey into the Fundamentals of Computer Graphics - Part 2: Linear Algebra Strikes Back

My Journey into the Fundamentals of Computer Graphics - Part 2: Linear Algebra Strikes Back

1
Comments 2
4 min read
My Journey into the Fundamentals of Computer Graphics - Part 1: A New Project

My Journey into the Fundamentals of Computer Graphics - Part 1: A New Project

2
Comments
6 min read
Introduction to Numerical Methods in Machine Learning

Introduction to Numerical Methods in Machine Learning

Comments
6 min read
When numbers don't make sense

When numbers don't make sense

6
Comments 3
5 min read
Programming mathematical objects

Programming mathematical objects

2
Comments
9 min read
🚩 Bitwise flags are amazing, and you should use them

🚩 Bitwise flags are amazing, and you should use them

3
Comments
6 min read
Erlang Fibonacci

Erlang Fibonacci

5
Comments
3 min read
Python riddle to solve in reasonable time

Python riddle to solve in reasonable time

2
Comments 1
7 min read
Willans' Formula

Willans' Formula

4
Comments
4 min read
Euclid-Mullin Sequence and Primes

Euclid-Mullin Sequence and Primes

5
Comments
3 min read
Data Science: Linear Algebra with Python

Data Science: Linear Algebra with Python

7
Comments 1
5 min read
Maths x Coding Challenges

Maths x Coding Challenges

12
Comments
1 min read
Mechanics of Neural Network

Mechanics of Neural Network

10
Comments
3 min read
Sieve of Eratosthenes - Program to find all prime numbers smaller than a given number

Sieve of Eratosthenes - Program to find all prime numbers smaller than a given number

6
Comments
2 min read
How to find GCD of two or more numbers?

How to find GCD of two or more numbers?

10
Comments 5
4 min read
The Pythagorean Theorem and Empathy for the Past

The Pythagorean Theorem and Empathy for the Past

5
Comments
4 min read
Optimising Code - The Devil Lies In the Details

Optimising Code - The Devil Lies In the Details

10
Comments 1
2 min read
The Project Euler

The Project Euler

4
Comments
2 min read
Multiple Resistors in Parallel

Multiple Resistors in Parallel

3
Comments
11 min read
Big O

Big O

5
Comments
5 min read
Sum of Non-Prime Number

Sum of Non-Prime Number

6
Comments
1 min read
Summing Really Big Numbers In Rust

Summing Really Big Numbers In Rust

2
Comments
8 min read
Ancient computer science: Let's build a Roman numeral converter from scratch 🏺📜

Ancient computer science: Let's build a Roman numeral converter from scratch 🏺📜

53
Comments 14
5 min read
Let's build a rainbow on a canvas from scratch! 🌈📐

Let's build a rainbow on a canvas from scratch! 🌈📐

76
Comments 8
7 min read
LeetCode Explained: 50. Pow(x, n) - Logarithmic Exponentiation (medium)

LeetCode Explained: 50. Pow(x, n) - Logarithmic Exponentiation (medium)

3
Comments
2 min read
Why do computers suck at math?

Why do computers suck at math?

3
Comments 1
1 min read
Most Statistical Concepts Used By Data Scientists

Most Statistical Concepts Used By Data Scientists

3
Comments 2
6 min read
The Role of Notation in Mathematical Development

The Role of Notation in Mathematical Development

4
Comments 1
12 min read
Using Matplotlib to Plot a Live Graph of Benford's Law in Python

Using Matplotlib to Plot a Live Graph of Benford's Law in Python

2
Comments 2
1 min read
Math & Tech Vlogs List

Math & Tech Vlogs List

4
Comments
2 min read
Debunking YOUR Basic Math Concepts

Debunking YOUR Basic Math Concepts

15
Comments 2
5 min read
Monty Hall Problem Simulation in JS

Monty Hall Problem Simulation in JS

6
Comments
6 min read
Crunching numbers: Algorithms I wrote for Project Euler🧮💻

Crunching numbers: Algorithms I wrote for Project Euler🧮💻

30
Comments
4 min read
Entropy: what is it and why should you care? (ML log 10)

Entropy: what is it and why should you care? (ML log 10)

3
Comments
6 min read
5 Tips for Getting Over Your Fear of Math

5 Tips for Getting Over Your Fear of Math

8
Comments
5 min read
One-to-Many Sensor Trouble, Part 2

One-to-Many Sensor Trouble, Part 2

7
Comments
5 min read
Mathematical Modelling of Football

Mathematical Modelling of Football

2
Comments 1
12 min read
Applicative Functor의 수학적 이해

Applicative Functor의 수학적 이해

7
Comments
2 min read
Mathematical intuition behind Applicative Functor

Mathematical intuition behind Applicative Functor

7
Comments
4 min read
Big-O Notation Cheat Sheet: quick answers to Big-O questions

Big-O Notation Cheat Sheet: quick answers to Big-O questions

102
Comments 2
4 min read
The Magic Computer - A party trick's secret explained

The Magic Computer - A party trick's secret explained

7
Comments
3 min read
A program to calculate the area of a triangle using python

A program to calculate the area of a triangle using python

2
Comments
2 min read
FYP-Log 000 of #100DaysOfFYP

FYP-Log 000 of #100DaysOfFYP

4
Comments
1 min read
Curated list: Math on YouTube

Curated list: Math on YouTube

44
Comments 6
2 min read
함수 합성 함수의 합성 - (.).(.)

함수 합성 함수의 합성 - (.).(.)

7
Comments 1
2 min read
Matrix Calculus for DeepLearning (Part1)

Matrix Calculus for DeepLearning (Part1)

3
Comments
2 min read
Help me build a open source linear algebra library in Javascript

Help me build a open source linear algebra library in Javascript

9
Comments 1
1 min read
바인드(bind) 모나드 합성이 진짜 함수형일까?

바인드(bind) 모나드 합성이 진짜 함수형일까?

3
Comments
3 min read
Two Equations to Improve Your Analysis of Algorithms

Two Equations to Improve Your Analysis of Algorithms

21
Comments
4 min read
Computer storage for numbers

Computer storage for numbers

5
Comments
3 min read
Least squares method — explanation with example

Least squares method — explanation with example

10
Comments
3 min read
You Need to Learn Proof By Induction

You Need to Learn Proof By Induction

20
Comments 1
4 min read
Prime Numbers: Fast and Slow - part 1

Prime Numbers: Fast and Slow - part 1

9
Comments
3 min read
loading...