Thingiverse
Pascal's Triangle
5
Downloads
7
Likes
0
Makes
A 9 level pascal triangle realized in three dimensions.
The height at each level is computed by adding the level number to all the values at each level.
This represents this eq: a = n! / r! * (n - r)! - which is the basis for the Pascal's Triangle. What i have done to compute the height is just take the level number n starting from 1 (not 0) and add it to each value of a computed in above eq.
http://mathworld.wolfram.com/PascalsTriangle.html
Could not go beyond 9 levels due to my print
The height at each level is computed by adding the level number to all the values at each level.
This represents this eq: a = n! / r! * (n - r)! - which is the basis for the Pascal's Triangle. What i have done to compute the height is just take the level number n starting from 1 (not 0) and add it to each value of a computed in above eq.
http://mathworld.wolfram.com/PascalsTriangle.html
Could not go beyond 9 levels due to my print
Sign in to leave a comment
Sign in