Skip to content

Commit 0792a20

Browse files
authored
2.Creating a Vector 3.Reshape Arrays 4.calculate Deteminant 5.creating a matrix 6.Rank of matrix 7.transposing a vector or matrix 8.creating spare matrix 9.SELECTING ELEMENTS 10.Describing a matrix 11.Applying operation to elements 12.finding min and max values 13.calculate the average ,varience and standard diversion 14.Generating random values 15.inverting a matrix 16.multiply matrices 17.addition of matrices 18.subtraction of matrices 19.calculate Dot product 20.Eigenvalues and Eigenvectors 21.calculating the trace of matrix
2.Creating a Vector 3.Reshape Arrays 4.calculate Deteminant 5.creating a matrix 6.Rank of matrix 7.transposing a vector or matrix 8.creating spare matrix 9.SELECTING ELEMENTS 10.Describing a matrix 11.Applying operation to elements 12.finding min and max values 13.calculate the average ,varience and standard diversion 14.Generating random values 15.inverting a matrix 16.multiply matrices 17.addition of matrices 18.subtraction of matrices 19.calculate Dot product 20.Eigenvalues and Eigenvectors 21.calculating the trace of matrix
1 parent 6f96253 commit 0792a20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# numpy_tutorial_complete
2-
A complete tutorial of numpy
2+
Introduction
3+
1.install numpy using pip
4+
2.call numpy library in your program

0 commit comments

Comments
 (0)