We finally finished Riemann Sums! We had a major problem with internet access at my school over the last month, so we couldn't log into our customary SAGE server. But, we are now back in business. We wrote python functions for LeftSum, RightSum, MidSum, TrapSum and Simpson's rules:

myLSum(g(x),a,b,n)
myRSum(g(x),a,b,n)
myMSum(g(x),a,b,n)
myTSum(g(x),a,b,n)
mySSum(g(x),a,b,n)

http://shadowfaxrant.blogspot.com/2012/05/quarter-iv-week-2-screencasts.html

HTH,
A. Jorge Garcia
Applied Math and CompSci
http://shadowfaxrant.blogspot.com
http://www.youtube.com/calcpage2009




_______________________________________________
Edu-sig mailing list
Edu-sig@python.org
http://mail.python.org/mailman/listinfo/edu-sig

Reply via email to