Multiplication algorithm: Difference between revisions

Content deleted Content added
Examples: Make line continuous with mdash
Example: Make line continuous with mdash
Line 117:
The pictures on the right show how to calculate 345 × 12 using lattice multiplication. As a more complicated example, consider the picture below displaying the computation of 23,958,233 multiplied by 5,830 (multiplier); the result is 139,676,498,390. Notice 23,958,233 is along the top of the lattice and 5,830 is along the right side. The products fill the lattice and the sum of those products (on the diagonal) are along the left and bottom sides. Then those sums are totaled as shown.
{|
|-
| rowspan="2" |
<pre>
Line 153 ⟶ 152:
000000000009
0000000000000
—————————————
=============
139676498390
</pre>