Die mathematische Funktion dazu:
Programmcode:
„“/* WECHSELWIRKUNG von Medikamenten */;
wechselwirkung(x):=binomial(x,2);
makelist(wechselwirkung(x),x,0,10);
plot2d([wechselwirkung(x)], [x,0,10]);
Maxima Online: http://maxima-online.org/?inc=r736748942
Nachbetrachtung in Geogebratube:
http://www.geogebratube.org/student/m80971
1 Comment
Kommentare sind geschlossen.