| View previous topic :: View next topic |
| Author |
Message |
Jul General User

Joined: 27 Jul 2004 Posts: 7
|
Posted: Mon Aug 16, 2004 6:50 am Post subject: newline in the limit conditions of a sum symbol? |
|
|
Is that possible to use several lines in the limit conditions of a sum symbol?
I tried:
sum from {i, {j=1 newline j >= i} } to {N}
which does not work....
Thx |
|
| Back to top |
|
 |
dkeith Power User

Joined: 01 Nov 2003 Posts: 93 Location: UK
|
Posted: Mon Aug 16, 2004 7:24 am Post subject: |
|
|
This calls for stack:
| Code: | | sum from {i, stack{j=1 # j >= i} } to {N} {} |
|
|
| Back to top |
|
 |
|