I Have Something To Show: Filling and killing time


I have multiple bigger topics on the go (read: too many irons in the fire), but not the time to finish them all at once.  Here’s a quick one about mathematical devices, related to stuff about slide rules.

Chris Staecker is a professor of mathematics at Fairfield University.  He also has a youtube channel with lots of fascinating content.  Some of it is advanced mathematics, and some is amazingly accessible, even when he’s discussion complex equations.

First is a playlist of videos about Calculating Devices.  Some of them are educational toys (e.g.
“Monkey Multiplier”), some are household or general purpose devices (e.g. HandiAdd and the Quick Adder, the latter of which was in the house when I was a kid).  For some of them, Staeker provides links to PDFs so you can create your own devices on acetates or paper.

And then there are devices that are absolutely fascinating.

First, the Equamater which allows you to determine the function of a curve.  It’s easy to draw a curve from a function when you have the raw data, but what if you have neither the data nor the function, all you have is the curve on a Cartesian grid?  The Equameter enables you to calculate and roughly approximate the function which he demonstrates.

 

Second is the Steinhaus Longimeter which allows you to measure the length of a curved line on paper.  It consists of three overlays (three grids of squares rotated to 120 and 240 degrees) which you place over the drawn line.  Count the number of lines on the grids that the line crosses, and you have the length of the line in millimetres.

 

Last, is a different playlist with only two videos: the Paper Computer.  It was invented in Germany in the 1980s to teach machine language coding, and presented on a TV show.  Again, there is a printable version.  Using a small set of basic instructions, you can figure out standard program techniques for sequence, looping, branching, and memory addressing instructions.  The work is done in the programmer’s head, but requires learning logic and good coding techniques.

Staecker’s presentation is humourous without being condescending, and informative without being overwhelming.  If only all youtube producers were as watchable as he is.

 


 

Unrelated, I recently sawthis is highly amusing and valuable image:

Mathematical functions explained by hand gestures

Comments

  1. moarscienceplz says

    Rhiannon,
    If you ever make a trip to the SF Bay area, I think you would enjoy a visit to the Computer History Museum in Mountain View. It once had one of the only two Charles Babbage Difference Engines in the world, unfortunately it was only on loan and has since been moved to Washington state, but they do have a collection of calculating gizmos over a range of more than two centuries, arranged chronologically. I wish they could have docents to demonstrate each item’s functions, but they have limits on their personpower. Still, it is a fun way to investigate the history of mechanical computing, and on weekends, they often have demonstrations of some of the electronic computers of the 1960s by the people who used them back in the day.

  2. moarscienceplz says

    I have to say that I am not a big fan of the “little man” concept, at least as it is described in the video. It hand waves away edge cases that arise when you use binary math and have finite sized data registers. I know that nowadays we can afford to throw as many transistors and as many lines of code as we want to handle these edge cases, but I think it is important for the next generation of coders to be aware of these situations and not just assume that some chunk of code written by some programmer who is mouldering in his grave will protect you from these edge cases in all circumstances. Even though we live in a time of cell phones and roadside assistance, I think it is a shame to issue a drivers licence to anyone who does not know how to change a flat tire.