David Meyer · @dmm
281 followers · 734 posts · Server mathstodon.xyz

Did you know that did Euler's number, e, is hidden in the Pascal's Triangle?

brotherstechnology.com/docs/Fi

#PascalsTriangle #maths #math

Last updated 1 year ago

David Meyer · @dmm
219 followers · 530 posts · Server mathstodon.xyz

How to calculate (and display) Pascal's Triangle in TikZ?
Happy 400th BD to Blaise Pascal!

%
%. Draw Pascal's Triangle with binomial coefficients.
%. The triangular numbers are shown in blue.
%
\newcommand \rows {8} % number of rows
%
% Draw the picture
%
\begin{figure}[H]
\centering % center everything
\begin{tikzpicture} [framed,scale=0.90] % frame & scale
\foreach \n in {0,...,\rows} { % iterate over rows
\foreach \k in {0,...,\n} { % iterate over columns
\node at (\k-\n/2,-\n) { % put coefficient here
\ifnum \k = 2 {\color{blue} $\mathbf{\binom{\n}{\k}}$}
\else {\color{black}$\mathbf{\binom{\n}{\k}}$}
\fi}; % end \ifnum
} % end \foreach \k ...
} % end \foreach \n ...
\end{tikzpicture}
\caption{Pascal's Triangle with Binomial Coefficients}
\label{fig:pascals_triangle_binomial_coefficients}
\end{figure}

#PascalsTriangle #math

Last updated 1 year ago

David Meyer · @dmm
219 followers · 529 posts · Server mathstodon.xyz

Today is a great day to remember another one of my favorite mathematicians, Blaise Pascal, who was born 400 years ago. Pascal was a French philosopher, mathematician, scientist, inventor, engineer and theologian.

In his short life (he lived only 39 years), he was a pioneer in the fields of game theory and probability theory. In the area of philosophy, he was an early pioneer in existentialism. And as a writer on theology and religion, he was a defender of Christianity.

In 1642 he invented and built the first mechanical calculating machine, the Pascaline, which today is known as Pascal's calculator. He built 20 or so of these beautiful machines (after building 50 prototypes), a few of which survive to this day [1].

And of course, there's the fantastic Pascal's Triangle, a triangular array of the binomial coefficients (and so much more) which Pascal studied and is named in his honor.

References
--------------
[1] "Pascal's calculator", en.wikipedia.org/wiki/Pascal%2

#PascalsTriangle #pascal #pascaline #math #onthisday

Last updated 1 year ago

Knowledge Zone · @kzoneind
186 followers · 979 posts · Server mstdn.social

: In mathematics, is a triangular array of the binomial coefficients that arises in probability theory, combinatorics, and algebra.

Pascal's triangle determines the coefficients which arise in binomial expansions

knowledgezone.co.in/kbits/6429

#PascalsTriangle #didyouknow

Last updated 2 years ago

David Meyer · @dmm
185 followers · 325 posts · Server mathstodon.xyz

A few minor improvements to this picture....

The pdf is here: davidmeyer.github.io/qc/tricks. The LaTeX source is here: overleaf.com/read/czsqywqhccfw.

As always, questions/comments/corrections/* greatly appreciated.

#binomialcoefficients #PascalsTriangle #math

Last updated 2 years ago

David Meyer · @dmm
183 followers · 322 posts · Server mathstodon.xyz

Been drawing some TikZ pictures this morning. It turns out it's pretty easy to draw Pascal's Triangle with TikZ:

%
% Draw Pascal's Triangle with binomial coefficients
%
\begin{figure}[H]
\centering
\begin{tikzpicture} [framed,scale=0.90]
\foreach \n in {0,...,8} {
\foreach \k in {0,...,\n} {
\node at (\k-\n/2,-\n) {
\ifnum \k = 2 {\color{blue} $\binom{\n}{\k}$}
\else {$\binom{\n}{\k}$}
\fi};
}
}
\end{tikzpicture}
\caption{Pascal's Triangle with Binomial Coefficients}
\label{fig:pascals_triangle_binomial_coefficients}
\end{figure}

The pdf is here: davidmeyer.github.io/qc/tricks. The LaTeX source is here: overleaf.com/read/czsqywqhccfw.

As always, questions/comments/corrections/* greatly appreciated.

#binomialcoefficients #PascalsTriangle #math

Last updated 2 years ago

R. Sunder-Raj · @HypercubicPeg
198 followers · 228 posts · Server mathstodon.xyz

Some stuff that led to me thinking about a relationship between and .

It seems to have started with me trying to represent Pascal’s triangle using things like , , and .

#BinaryTree #mathsart #mathart #knitting #braiding #macrame #crochet #binaryTrees #PascalsTriangle

Last updated 3 years ago

R. Sunder-Raj · @HypercubicPeg
198 followers · 228 posts · Server mathstodon.xyz

And another clip of a representation of a

#mathart #BinaryTree #PascalsTriangle

Last updated 3 years ago

R. Sunder-Raj · @HypercubicPeg
198 followers · 228 posts · Server mathstodon.xyz

Here is a clip to do with the shown as individual paths layered together

#mathart #BinaryTree #PascalsTriangle

Last updated 3 years ago

R. Sunder-Raj · @HypercubicPeg
198 followers · 228 posts · Server mathstodon.xyz

I compiled these ideas into a Twitter moment

twitter.com/i/moments/99223440

#PascalsTriangle

Last updated 3 years ago

R. Sunder-Raj · @HypercubicPeg
198 followers · 228 posts · Server mathstodon.xyz
R. Sunder-Raj · @HypercubicPeg
198 followers · 228 posts · Server mathstodon.xyz

These ideas eventually worked their way into a representation of .

#mathart #PascalsTriangle #BinaryTree #woven

Last updated 3 years ago