|
-
Aug 16th, 2004, 01:27 AM
#1
Thread Starter
Conquistador
pascal's triangle / expanding polynomial
(ax+b)^n
how do you expand that using pascal's triangle?
i'm aware of the binomial theorem, but i've seen some questions relating to this too...
Thanks
-
Aug 16th, 2004, 04:56 AM
#2
Fanatic Member
hehe
my class is just doing in internal assessment on a similar thing...
anyway:
(ax + b) ^ n
= sum(i = 0 to n): (ax)i * bn - i * nCi
where nCi is the combination formula =
n!
-----
i!(n-i)!
which also happens to be the pascal's triangle number, nth row (starting from 0), ith column (starting from zero)
sql_lall 
-
Aug 18th, 2004, 05:24 AM
#3
Thread Starter
Conquistador
thanks very much
it's the coefficients!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|