Ethiopian multiplication: Difference between revisions

m
might be expected...
m (might be expected...)
Line 986:
=={{header|MATLAB}}==
 
In order to run this program you need to have MATLAB already installed. Save the program as Ethiopian.m, then into the command prompt type Ethiopian(a,b) where a & b are the two numbers you require to multiply. To see how this function operates remove the semi-colons.
 
<lang matlab>function answer = Ethiopian(multiplicand,multiplier)
506

edits