Re: square of sums
- From: "Someonekicked" <someonekicked@xxxxxxxxxxx>
- Date: Tue, 13 Dec 2005 00:22:29 -0500
geometric series?
A_i = 1 + a + a^2 + ... + a^i
a * A_i = a + a^2 +.... + a^i + a^(i+1)
A_i - a*A_i = 1 - a^(i+1)
A_i = [1 - a^(i+1)]/[1 - a]
--
Quotes from The Weather Man:
Robert Spritz: Do you know that the harder thing to do, and the right thing
to do, are usually the same thing? "Easy" doesn't enter into grown-up
life... to get anything of value, you have to sacrifice.
"oercim" <oercim@xxxxxxxxx> wrote in message
news:1134409257.587259.209860@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Let
> Ai=1+a+a^2+.......+a^i, then what is Ai^2?
> Is there a rule for the coefficients of each different exponent?
> How can we express it with sigma notation?
>
.
- References:
- square of sums
- From: oercim
- square of sums
- Prev by Date: Re: high-precision eigenvalue solver
- Next by Date: Re: high-precision eigenvalue solver
- Previous by thread: square of sums
- Next by thread: Re: square of sums
- Index(es):
Relevant Pages
|