Ein leeres CAS-Sheet auf Geogebra-Tube ist sehr praktisch! Man beachte den Link. http://www.geogebratube.org/student/m96860
Aufgabe: Lösung der angezeigten Aufgabe mit Maxima.
Programmcode:
c(n,k):=n!/(k!*(n-k)!); c(45,6); c(49,6); n: [10,11,12]; c(n[1],3); c(n[2],3); 10!/(3!*7!);
Maxima Online: http://maxima-online.org/?inc=r1244456819