Message Boards Message Boards

0
|
2769 Views
|
5 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Pascal's Triangle and the Binomial Theorem

Posted 10 years ago
I am looking for the source code for the Pascal's Triangle and the Binomial Theorem contributed by Pablo Alberca Bjerregaard
http://demonstrations.wolfram.com/PascalsTriangleAndTheBinomialTheorem/

If nobody can help me out, I would appreciate any tips or programs to get this kind of visualisation. 
POSTED BY: Gullin Yamal
5 Replies
Posted 10 years ago
Thank you really much!!
POSTED BY: Gullin Yamal
Unfortunately the way the code was posted above is not usable since each line is in adifferent cell.

However, for all the demonstarations the author's code is supplied on the site.  
Click on the "Download Author Code" link which is located in the upper right hand harea of the page below the various sharing links.
POSTED BY: David Reiss
Code was fixed, but actually even in that broken form it is copy-able - just select it all and paste in M. notebook. Just saying - because it happens sometimes here.
POSTED BY: Sam Carrettie
Thanks for the fix Sam.
POSTED BY: David Reiss
Here is the source code:
 Manipulate[
  Pane[Text@
    TraditionalForm[
     Column[{Grid[{{Column[
           Table[Row[Table[Binomial[i, j], {j, 0, i}], " "], {i, 0,
             n}], Center],
          Column[Table[Row[Table[( {
                {i},
                {j}
              } ), {j, 0, i}]], {i, 0, n}], Center]}}], "",
      With[{n = n},
       HoldForm[(a + b)^n] == Expand[(a + b)^n]]}]], {550, 425},
  Alignment -> {Center, Top}], {{n, 7}, 0, 10, 1}]Manipulate[
Pane[Text@
   TraditionalForm[
    Column[{Grid[{{Column[
          Table[Row[Table[Binomial[i, j], {j, 0, i}], " "], {i, 0,
            n}], Center],
         Column[Table[Row[Table[( {
               {i},
               {j}
              } ), {j, 0, i}]], {i, 0, n}], Center]}}], "",
      With[{n = n},
       HoldForm[(a + b)^n] == Expand[(a + b)^n]]}]], {550, 425},
  Alignment -> {Center, Top}], {{n, 7}, 0, 10, 1}]
POSTED BY: S M Blinder
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract