Multiply 2 numbers - MATLAB Cody - MATLAB Central

Problem 813. Multiply 2 numbers

Difficulty:Rate

Very easy, you just have to multiply 2 numbers but you cannot use the following signs (*, /, - ,^) ,mtimes , times, cross, prod, cumprod , dec2bin, int2str and num2str functions. Will you take up the challenge?!

Example : x= 3; y= 2;

output = 6 since 3*2 = 6 :)

Solution Stats

13.8% Correct | 86.2% Incorrect
Last Solution submitted on Jan 31, 2025

Problem Comments

Solution Comments

Show comments
Primes and Rough Numbers, Basic ideas
What is a rough number? What can they be used...
3
5

Problem Recent Solvers341

Suggested Problems

More from this Author30

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page