Problem 52714. Multiply binary numbers
Write a function to multiply two binary numbers input as strings. For example, input values of ‘1011’ and ‘101’ should give ’110111’.
Solution Stats
Problem Comments
-
2 Comments
Mehmet OZC
on 11 Jan 2022
Thank you for creating such beatuiful problems.
ChrisR
on 19 Jan 2022
Thank you for your kind words!
Solution Comments
Show commentsProblem Recent Solvers10
Suggested Problems
-
112083 Solvers
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15764 Solvers
-
Return a list sorted by number of occurrences
2888 Solvers
-
Large Sum (inspired by Project Euler 13)
113 Solvers
-
Count numbers whose reciprocals' decimal expansions terminate
13 Solvers
More from this Author316
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!