| Frühere | Chronologischer Index | Spätere | ||
| Vorherige | Thematischer Index | Nächste |
Hmm,
macht Mathematica das nicht selbst?
In:
n = 10
Sum[x[[i]] + a, {i, 1, n}] // FullForm
Out:
Plus[Times[10, a], Part[x, 1], Part[x, 2], Part[x, 3], Part[x, 4],
Part[x, 5], Part[x, 6], Part[x, 7], Part[x, 8], Part[x, 9], Part[x, 10]]
Gruß,
Karsten.
Am 17. Oktober 2010 22:35 schrieb klamser <klamser@XXXXXXX.de>:
> Hallo,
>
> wie kann ich MMA überreden aus
>
> Sum[x[[i]]+a,{i,1,n}]
>
> zu
>
> Sum[x[[i]],{i,1,n}]+a n
>
> umzuformen?
>
> Danke & eine gute Woche wünscht
>
> Peter
>
>
>
>
| Frühere | Chronologischer Index | Spätere | ||
| Vorherige | Thematischer Index | Nächste |
DMUG-Archiv, http://www.mathematica.ch/archiv.html