|
|
Assignment: Find an alternative algorithm for a mathematical operation. Write a description of the algorithm so that another person will be able to solve a problem by following your directions. I suggest that your pretend that you are describing the process to someone over the phone. Follow your description with and explanation of why the algorithm works. Following is an example of an algorithm which is an alternative to traditional multiplication of numbers 2 digits or greater.The Lattice Form of Multiplication dates back to the 1200s or
before in Europe. It gets its name from the fact that to do the multiplication
you fill in a grid which resembles a lattice one might find ivy growing on. Let
me see if I can explain it with an example. Let's multiply 469 x 37. First write
the 469 across the top, and the 37 down the right side of a 3x2 rectangle. (It's
3x2 because the factors have three and two digits respectively.) Explanation: Multiplication really takes three steps: multiply, carry, add. The method we typically use does the multiply and carry steps together. The lattice method does all three steps separately, so it's really easier! |
|