Problem 53705. Multiply Large Hexadecimal Numbers
Multiply two large hexadecimal numbers together and output the hexadecimal representation of the result.
For example:
a='abcdef123456789';
b='987654321fedcba';
r=multiply(a,b)
r =
'6651af60378fa86ce04c93a854f58a'
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers5
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15759 Solvers
-
Permute diagonal and antidiagonal
496 Solvers
-
Replace multiples of 5 with NaN
463 Solvers
-
1590 Solvers
-
Decrypt the cypher using XOR encryption (for beginners)
61 Solvers
More from this Author61
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!