Code:
n:10;
A:makelist([i,i!],i,0,n-1];
B:makelist([i,factorial(i)],i,0,n-1];
Berechnung mit Sagecell:
Mathematik mit CAS Maxima und Geogebra
http://lungau-academy.at
Code:
n:10;
A:makelist([i,i!],i,0,n-1];
B:makelist([i,factorial(i)],i,0,n-1];
Berechnung mit Sagecell: