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
Jon
on 11 Apr 2014
20 is the best general solution. Lower scores take advantage of the limited test suite.
Solution Comments
Show commentsProblem Recent Solvers140
Suggested Problems
-
2126 Solvers
-
It dseon't mettar waht oedrr the lrettes in a wrod are.
1810 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
3169 Solvers
-
Back to basics 6 - Column Vector
1064 Solvers
-
654 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!