Einfache Multiplikation:
a:= ;#(*1. Faktor*) b:= ;#(*2. Faktor*) a*b;
Produkte:
f:=x-> ;#(*Eingabe der Funktion z.B. x^2*) start:= ;#(*Startwert*) schluss:= ;#(*Endwert*) product(f(x),x=start..schluss);