Skip to main content

Pascal's Triangle ஐ எப்படி கணக்கிடுவது

Pascal's Triangle என்றால் என்ன?

Pascal's Triangle is a triangular array where each number is the sum of the two numbers directly above it. It encodes binomial coefficients, combinatorics, and the coefficients of binomial expansions. Named after Blaise Pascal (1623–1662) though known much earlier.

படிப்படியான வழிகாட்டி

  1. 1Row 0: 1 | Row 1: 1, 1 | Row 2: 1, 2, 1 | Row 3: 1, 3, 3, 1
  2. 2Entry C(n,k) = entry in row n, position k = n! / (k!(n−k)!)
  3. 3Binomial expansion: (a+b)^n coefficients are row n of the triangle
  4. 4Sum of row n = 2^n; diagonal sums give Fibonacci numbers

தீர்க்கப்பட்ட எடுத்துக்காட்டுகள்

உள்ளீடு
(x+y)^4
முடிவு
1x⁴ + 4x³y + 6x²y² + 4xy³ + 1y⁴
Coefficients: Row 4 = 1,4,6,4,1
உள்ளீடு
Combinations C(5,2)
முடிவு
10
Row 5, position 2 of Pascal's Triangle

கணக்கிடத் தயாரா? இலவச Pascal's Triangle கால்குலேட்டரை முயற்சிக்கவும்

நீங்களே முயற்சிக்கவும் →

அமைப்புகள்