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
Solution Comments
Show comments
Loading...
Problem Recent Solvers147
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52935 Solvers
-
Remove any row in which a NaN appears
8774 Solvers
-
968 Solvers
-
Get the length of a given vector
13128 Solvers
-
792 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!
20 is the best general solution. Lower scores take advantage of the limited test suite.