| Frühere | Chronologischer Index | Spätere | ||
| Vorherige | Thematischer Index | Nächste |
> Meine Frage ist wie ich eine Funktion f[x_,xi__]=10^x+10^xi schreiben kann
z.B. so:
f[x_, xi__] := Plus@@ (10^# &)/@ {x, xi}
oder noch besser:
f[x__] := Plus@@ 10^{x}
Gruß,
Thomas Hahn
| Frühere | Chronologischer Index | Spätere | ||
| Vorherige | Thematischer Index | Nächste |
DMUG-Archiv, http://www.mathematica.ch/archiv.html