← Matematik

Segi Tiga Pascal

Isi maklumat yang diperlukan dan lihat keputusan terus dalam pelayar anda.

The tool highlights any C(n,k) you choose, surfaces row identities such as 2n and the alternating sum, and exports CSV logs plus boleh dikongsi URLs for lesson plans.

Bahasa lain ja | en | zh-CN | zh-TW | zh-HK | es | es-419 | es-MX | pt-BR | pt-PT | id | vi | ko | fr | de | it | ru-RU | hi-IN | ar | bn-BD | ur-PK | tr-TR | th-TH | pl-PL | fil-PH | ms-MY | fa-IR | nl-NL | he-IL | cs-CZ

Pascal's triangle grows row by row using the recurrence C(n,k) = C(n-1,k-1) + C(n-1,k), and this calculator reveals each step while keeping everything in BigInt. Beyond rows, it evaluates combinations directly, expands (ax + by)n, and verifies the classic identities involving 2n, alternating sums, and Lucas-derived odd counts.

Setiap larian direka untuk pengajaran: salin URL siap sorot, masukkan log CSV ke slaid, atau gunakan panel cara pengiraan untuk menunjukkan rumus berulang dan teorem binomial secara langsung.

Masukan & mode

Optional: highlight C(n,k) when viewing a row.

Keputusan

Cara pengiraan

    Frequently asked questions

    What limits apply to n and the expansion?

    Rows are generated up to n = 200 for stability, and the binomial expansion is capped at n = 20 so coefficients remain readable. If you enter a larger value, the calculator shows a warning and safely clamps to those limits.

    Apa yang dipaparkan dalam cara pengiraan?

    Each run narrates the Pascal recurrence, the iterative C(n,k) formula, the binomial theorem, and the proofs of the row identities, so you can follow every step and export the log as CSV for lessons.