First time here? Check out the FAQ!
asked 9 years ago
Very new to Sage, and need command to compute an expression like:
SUM from k=1 to 100, sin(k)/k
or
Integrate from x=1 to 10, log(x)
(numerically).