This is a free preview. For full access
Introduction to Sequences and Series
Pascal’s Triangle for Binomial Coefficients
Description
Pascal’s Triangle helps organize the coefficients in a binomial expansion. A binomial is an expression with two terms, such as (a + b), and raising it to a power creates a predictable pattern of terms.
The triangle is built row by row. The top row, called the zeroth row, matches (a + b)0. Each ne...
Show More
Transcript
Биномиал — это выражение вида a + b, где a и b — числа или алгебраические выражения.
Возведение его в степень n дает ряд членов, которые следуют предсказуемой схеме.
Каждое разложение имеет n + 1 членов, начиная с a n и заканчивая bn.
Эти узоры выравн...
Show More