You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The binomial theorem states, that $(x+y)^n = \sum_{k=0}^n \binom{n}{k} x^{n-k}y^k$. This definition can be seen in the construction of pascals triangle [[20241104095223]].
0 commit comments