The tutor continues with some explanation of last post’s Perl random walk simulation. Below is the Perl code from last post, this time with some comments (recall that # denotes a comment in Perl): #!/usr/bin/perl # needed for Linux (Unix) …

Perl random walk simulation: code explanation Read more »

The tutor shows another feature of the Sharp EL-520W: simulation calculation, aka repetitive calculations with a formula. Let’s imagine you’re a middle school math teacher who wants to do a lesson about Pythagorean triples: you want sets of values a, …

Formula use: Simulation calculation on the Sharp EL-520W Read more »

The tutor shows the easy definite integral function on the Sharp EL-520W. While indefinite integrals such as ∫(xsinx)dx remain out of reach from calculators I know, the definite integral ∫0Π(xsinx)dx is easy to find on the Sharp EL-520W. You want …

Calculator use: definite integrals on the Sharp EL-520W Read more »

The tutor works lim(x→0+) x^x. The ability to evaluate a limit often depends on what’s in your “bag of tricks.” Here’s a first-year limit that uses a few: Example: Find limitx→0+x^x Solution: We can imagine y=limitx→0+x^x then use the log …

Calculus: a limit feat. the log trick and l’Hôpital’s rule Read more »

The tutor does a follow-up about non-permissible values. Back in my April 23 post I wrote about non-permissible values. You may want to visit there for a briefing. Today, I’ll point out a situation where there aren’t any non-permissible values: …

Math: non-permissible values: when there aren’t any (over the Reals) Read more »