Problem 279. collision
several cars (n) were involved in this collision, the input matrix (vm) has n rows and two columns, first column for velocity and second column for mass of each car. assume momentum conservation, output final velocity. Example -- vm=[60 2; -30 4], first car velocity (+60) mph, mass 2 tons; second car velocity (-30) mph, mass 4 tons, final velocity is zero.
Solution Stats
Problem Comments
-
1 Comment
20 is the best general solution. Lower scores take advantage of the limited test suite.
Solution Comments
Show commentsProblem Recent Solvers144
Suggested Problems
-
Find the sum of all the numbers of the input vector
53408 Solvers
-
Test if a Number is a Palindrome without using any String Operations
251 Solvers
-
Project Euler: Problem 5, Smallest multiple
1640 Solvers
-
Multiples of a Number in a Given Range
936 Solvers
-
503 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!