✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
EcoMotion Autos is a car manufacturing company. They are conducting research regarding their 3 brand new car models that are going to be released next month. You have been requested to assist them by helping them to analyze the data taken during the test drive.
You are provided with three input files model1.txt, model2.txt and model3.txt containing the speed measured at the end of each time interval.
Example input files :
model1.txt | model2.txt | model3.txt |
---|---|---|
0 0100 1200 5300 13400 29500 57600 68700 78800 89900 991000 111 | 0 0100 1200 7300 12400 31500 63600 74700 89800 98900 1071000 120 | 0 0100 5200 15300 21400 39500 55600 69700 81800 101900 1131000 122 |
Note: The time values for every input file are the same. (0, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000)
In this lab, you need to develop a python program to calculate and output the maximum acceleration reached by each car model during the test drive using the provided skeleton code. Furthermore, you need to plot a graph of acceleration against time for each car model. Refer the Lab 7: Beams and Cars L7.E2 for instructions.
Please submit the flowchart diagram that illustrates the algorithm of your program here.
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!