- Find Least Common Multiple of a given vector.
- Need general solution as the test suite will be expanded.
- Function Template:
function ans = vectorLCM(v)
% v=[45 15 200 300];
1800;
end
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers95
Suggested Problems
-
Project Euler: Problem 10, Sum of Primes
2126 Solvers
-
Find the maximum number of decimal places in a set of numbers
3558 Solvers
-
514 Solvers
-
405 Solvers
-
Create an index-powered vector
963 Solvers
More from this Author99
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!