Kindly Use Python 3 . • Develop a program that reads a ".txt" file in python that contains 3 columns separated by tabs.
Posted: Sat Jul 09, 2022 11:48 am
Kindly Use Python 3 .
• Develop a program that reads a ".txt" file in python that contains 3 columns separated by tabs. The columns will contain numerical values corresponding to 3 coordinates in x, y and z Using only the functions of the Numpy and Graphs presentation files Menu of options: 1. Statistical Values: Present a table of frequency, relative and accumulated frequency. Also display a summary with 3 calculated statistical values (Mean, Median, Standard Deviation, Quartile Range: (First, Second, Third and Fourth)) based on the read data. Obtain one of these values based on its formula 2. Operations between vectors: Present 3 operations between vectors offered by the numpy library. In case the size of the data is not suitable , convert to an array . 3. Graphs: Present 4 different graphs. 2 graphs in two dimensions and two in 3 dimensions 4. Option to exit
Important Have a minimum of 6 Functions, validate everything please, and that everything is as requested and with an example Please to Verify your solution
• Develop a program that reads a ".txt" file in python that contains 3 columns separated by tabs. The columns will contain numerical values corresponding to 3 coordinates in x, y and z Using only the functions of the Numpy and Graphs presentation files Menu of options: 1. Statistical Values: Present a table of frequency, relative and accumulated frequency. Also display a summary with 3 calculated statistical values (Mean, Median, Standard Deviation, Quartile Range: (First, Second, Third and Fourth)) based on the read data. Obtain one of these values based on its formula 2. Operations between vectors: Present 3 operations between vectors offered by the numpy library. In case the size of the data is not suitable , convert to an array . 3. Graphs: Present 4 different graphs. 2 graphs in two dimensions and two in 3 dimensions 4. Option to exit
Important Have a minimum of 6 Functions, validate everything please, and that everything is as requested and with an example Please to Verify your solution