![]() |
|
|
#1 |
|
Oct 2006
22×5×13 Posts |
How is a summation expressed when the increment from one value in an expression to another is greater than one?
For example, if I wanted the summation of a seried with the increment of the variable values being two, would I have to write earlier in the expression: let [variable] = 2*x ? I don't know how to do TEX code, so here's a picture: Thanks! |
|
|
|
|
|
#2 | |
|
Nov 2003
746010 Posts |
Quote:
\sum_{n=1}^{\infty} \frac{1}{(2n-1)} would be over all odd numbers replace (2n-1) for even numbers with just (2n) |
|
|
|
|
|
|
#3 |
|
Cranksta Rap Ayatollah
Jul 2003
64110 Posts |
|
|
|
|