How would one go about solving this equation for a:
![]()
|
I'd start by finding a closed form for the sum (one exists), and go from there.
In terms ofOriginally Posted by MagiMaster
, but that would be rather tedious.
Check out the Wikipedia article http://en.wikipedia.org/wiki/Arithmetic_series.
Start withOriginally Posted by Ellatha
This formula can be proved by induction or by the following trick
You should be able to use this to solve your problem.Code:1 2 3 ... N N N-1 N-2 ..... 1 -------------------------------------------- (N+1) + (N+1) + (N+1) + ...+ (N+1)
But that is for the case thatOriginally Posted by DrRocket
, but for my formula, it is not
, but
. Also, n does not equal 1, but 99. Would I need to manipulate the formula?
Yes. Try a verbal description of the formula. The series 2+3+4+5 is the same as (5+2)+(3+4) [associative and commutative], however, the second representation has the advantage that each term is the same (i.e. 7). This can be done with the sum of any series of consecutive numbers. Changing n to n+1 just shifts where the series begins and ends. If you are adding X numbers, then there are X/2 pairs of numbers with the same value. In your formula 100 is the first number in the series (99+1) and a+1 is the last number in the series. So all you have to do is figure out how many pairs of number there are in the series, and what the value of each of the pairs are (which is simply the first number in the series plus the last number in the series) and you are good to go.
You you still need to a little bit of work. But it should be pretty easy.Originally Posted by Ellatha
For instance
and
![]()
CloseOriginally Posted by Ellatha
Should be
Which still gets you
Butis supposed to be an integer, so there really is no exact solution.
You can calculate that
and
![]()
« Is there open source package for tensor caculation? | PLEASEE HELP -- Need help for Artifical Intelligence?>? » |