[–] mooism2 13y ago ↗ You've reinvented polynomials.1x + 1x² + 2x + 1x³ + 3x² + 3x + 1...You can think of Pascal's triangle as repeated multiplication by (x + 1). [–] gokce 13y ago ↗ hmmm, so every new digit is the coefficient of the next power?(i.e. (x+1) = 1x^1 + 1x^0 => 1:1)it makes sense, haven't thought about it..
[–] gokce 13y ago ↗ hmmm, so every new digit is the coefficient of the next power?(i.e. (x+1) = 1x^1 + 1x^0 => 1:1)it makes sense, haven't thought about it..
2 comments
[ 3.7 ms ] story [ 111 ms ] thread1
x + 1
x² + 2x + 1
x³ + 3x² + 3x + 1
...
You can think of Pascal's triangle as repeated multiplication by (x + 1).
(i.e. (x+1) = 1x^1 + 1x^0 => 1:1)
it makes sense, haven't thought about it..