Posts

Showing posts from December, 2020

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       ...