It will be qualified with everything requested here, otherwise your Qualification is Zero
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 a matrix. 3. Graphs: Present 4 different graphs. 2 graphs in two dimensions and two in 3 dimensions 4. Option to exit
important!It will be qualified with everything requested here, otherwise your Qualification is Zero
Presentation of the program o Appropriate messages in the context o Comments briefly describing what important parts of the program are for o Letterhead with your personal data both at the beginning of the program, as well as when running the program • Error Control o Data Validation o Management of exceptions ( Note : May occur in data entry , Calculations and graphing ) • Structure • Use of functions for repetitive tasks and data validation o Minimum use of 6 functions that play a role in the program All matrices , vectors and functions in your program should use the initials of your name. (Ejm: validates Integer_MFSL ( ) and x_MFSL) • Integral Operation o Reading of data from a ".txt" file ■ To qualify, a file that could have errors will be used, exception handling at all levels is recommended. o Selection of options from the menu o Adjustment of data and error control Show requested information from the menu o Option to exit Integration Component o Integration of Statistical values o Integration of values and Matrix operations o Integration of Graphics
Please use any file that meets the requirements of the exercise
answers won't let me upload files