63.Programming Assignment 13-using numpy, pandas and matplotlib
1.Do the following matrix operations addition subtraction multiplication of two matrices 2.Find the Determinant Inverse Trace Transpose Eigen Values and Eigen Vectors of a given matrix 3.Solve the system of linear equations 2x1+3x2 +5x3= 10 3x1-2x2+x3=3 x1+5x2+7x3=8 4.Write Python program to write the data given below to a CSV file.(university question) SN Name Country Contribution Year 1 Linus Torvalds Finland Linux Kernel 1991 2 Tim Berners-Lee England World Wide Web 1990 3 Guido van Rossum Netherlands Python 1991 5.Given a file “auto.csv” of automobile data with the fields index, company, body-style, wheel-base, length, engine-type, num-of-cylinders, horsepower, average-mileage, and price, write Python codes using Pandas