NumPy Tutorial
NumPy Useful Resources
Selected Reading
- NumPy - I/O with NumPy
- NumPy - Histogram Using Matplotlib
- NumPy - Matplotlib
- NumPy - Linear Algebra
- NumPy - Matrix Library
- NumPy - Copies & Views
- NumPy - Byte Swapping
- Sort, Search & Counting Functions
- NumPy - Statistical Functions
- NumPy - Arithmetic Operations
- NumPy - Mathematical Functions
- NumPy - String Functions
- NumPy - Binary Operators
- NumPy - Array Manipulation
- NumPy - Iterating Over Array
- NumPy - Broadcasting
- NumPy - Advanced Indexing
- NumPy - Indexing & Slicing
- Array From Numerical Ranges
- NumPy - Array from Existing Data
- NumPy - Array Creation Routines
- NumPy - Array Attributes
- NumPy - Data Types
- NumPy - Ndarray Object
- NumPy - Environment
- NumPy - Introduction
- NumPy - Home
NumPy Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
NumPy - Linear Algebra
NumPy - Linear Algebra
NumPy package contains numpy.pnalg module that provides all the functionapty required for pnear algebra. Some of the important functions in this module are described in the following table.
Sr.No. | Function & Description |
---|---|
1 | Dot product of the two arrays |
2 | Dot product of the two vectors |
3 | Inner product of the two arrays |
4 | Matrix product of the two arrays |
5 | Computes the determinant of the array |
6 | Solves the pnear matrix equation |
7 | Finds the multippcative inverse of the matrix |