Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

hirobo/sierpinski_triangle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

sierpinski_triangle

Visualization of the Pascal’s Triangle in modulo 2.

The Pascal’s Triangle is one of the most well known mathematical object.

1
1 1
1 2 1
1 3 3 1
 1  4  6  4 1

What happens if we calculate it in modulo 2? I tried a visualization of it.

https://jsfiddle.net/hirobo/3ebBY/

You will find a fractal structure called Sierpinski Triangle or Sierpinski Gasket.

If someone interested in the recursive construction of a Sierpinski triangle, have a look at Jakob’s site:

http://www.jakob.at/html5/sierpinski.html

About

Visualization of the Pascal’s Triangle in modulo 2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published