sweent

24 Reputation

2 Badges

20 years, 202 days

 

MaplePrimes Activity


These are replies submitted by sweent

Using your help as a starting point, I played around a bit and came up with what I needed for displaying sequences in calculus. I realize my initial question was not specific enough for you to know what I wanted. Other calculus teachers may find this helpful. Below I plot twenty terms of the sequence which converges to e, viz., (1 + 1/n)^n restart; with(plots); esubn := [ seq((1+1/n)^n, n = 1..20) ]; listplot( esubn, connect = false);
Using your help as a starting point, I played around a bit and came up with what I needed for displaying sequences in calculus. I realize my initial question was not specific enough for you to know what I wanted. Other calculus teachers may find this helpful. Below I plot twenty terms of the sequence which converges to e, viz., (1 + 1/n)^n restart; with(plots); esubn := [ seq((1+1/n)^n, n = 1..20) ]; listplot( esubn, connect = false);
Many thanks for your helpful and "super" timely response. Tom
Many thanks for your helpful and "super" timely response. Tom
Page 1 of 1