gaege
08-08-2006, 12:36
Hi,
kennt jemand den Befehl, um bei PSPlot die mathematische Funktion "Fakultät" zu berechnen?
Prinzipiell kann man das ja ausschreiben (n! := 1 * 2 * ... * (n-1) * n), nur ab n=100 wirds unangenehm...
-edit-
hab grad das hier gefunden:
\pstVerb{%
/factorial{%
dup 1 gt {dup 1 sub factorial mul} if
} def
}
einfach vorn dranhängen und mit "factorial" aufrufen
kennt jemand den Befehl, um bei PSPlot die mathematische Funktion "Fakultät" zu berechnen?
Prinzipiell kann man das ja ausschreiben (n! := 1 * 2 * ... * (n-1) * n), nur ab n=100 wirds unangenehm...
-edit-
hab grad das hier gefunden:
\pstVerb{%
/factorial{%
dup 1 gt {dup 1 sub factorial mul} if
} def
}
einfach vorn dranhängen und mit "factorial" aufrufen