Frühere | Chronologischer Index | Spätere | ||
Vorherige | Thematischer Index | Nächste |
> wie kann man aus einer (automatisch erzeugten) Summe, z.B. > oldfunction = a x^2 - b x^2 + c x y^2 + ... > die einzelnen Summanden automatisch als Funktion herausholen, etwa in > dem Stil > newfunction1 = + a x^2 > newfunction2 = - b x^2 > ... z.B. mit Clear[newfunction]; MapIndexed[Set@@ {newfunction@@ #2, #1} &, oldfunction] Gruß, Thomas Hahn
Frühere | Chronologischer Index | Spätere | ||
Vorherige | Thematischer Index | Nächste |
DMUG-Archiv, http://www.mathematica.ch/archiv.html