Problem 1019. Vector LCM
- 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 commentsProblem Recent Solvers92
Suggested Problems
- 
         Check to see if a Sudoku Puzzle is Solved 333 Solvers 
- 
         
         700 Solvers 
- 
         Project Euler: Problem 1, Multiples of 3 and 5 3482 Solvers 
- 
         
         293 Solvers 
- 
         We love vectorized solutions. Problem 1 : remove the row average. 863 Solvers 
More from this Author100
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!