Find distance travelled by an object starting from rest in time 't' with linear acceleration a = 3t. You are given time t as an input to the function.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers41
Suggested Problems
-
Remove any row in which a NaN appears
8786 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1328 Solvers
-
Project Euler: Problem 10, Sum of Primes
2127 Solvers
-
Basics: 'Find the eigenvalues of given matrix
440 Solvers
-
128 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
think you forgot to multiply by 3 :)
The problem's description is wrong currently, please, consider a=t until the author fixes it.