English 中文(简体)
NumPy - Linear Algebra
  • 时间:2024-10-18

NumPy - Linear Algebra


Previous Page Next Page  

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

Dot product of the two arrays

2 vdot

Dot product of the two vectors

3 inner

Inner product of the two arrays

4 matmul

Matrix product of the two arrays

5 determinant

Computes the determinant of the array

6 solve

Solves the pnear matrix equation

7 inv

Finds the multippcative inverse of the matrix

Advertisements