Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
DSA
22.3k+ articles
Python
20.1k+ articles
AI-ML-DS
5.4k+ articles
Machine Learning
2.4k+ articles
Python-numpy
1.3k+ articles
Matrix
1.2k+ articles
python
1.1k+ articles
Numpy
72 articles
Python numpy-program
33 articles
Regression
10 articles
Python numpy-Linear Algebra
22 posts
Popular Articles
Recent Articles
Converting Matrix into Row Echelon Form in Python
Last Updated: 24 April 2025
In this article, we will see how we can convert the matrix into a Row Echelon Form. We will see how we can do this with the help of a Python
...read more
Python
Python-numpy
Python numpy-Linear Algebra
linear algebra
Raise a square matrix to the power n in Linear Algebra using NumPy in Python
Last Updated: 05 June 2022
In this article, we will discuss how to raise a square matrix to the power n in the Linear Algebra in Python.The numpy.linalg.matrix_power()
...read more
Python
Python-numpy
Picked
Python numpy-Linear Algebra
Return the infinity Norm of the matrix in Linear Algebra using NumPy in Python
Last Updated: 03 June 2022
In this article, we will how to return the infinity Norm of the matrix in Linear Algebra in Numpy using Python.numpy.linalg.norm() methodThe
...read more
Python
Python-numpy
Picked
Python numpy-Linear Algebra
Similar Topics
DSA
22.3k+ articles
Python
20.1k+ articles
AI-ML-DS
5.4k+ articles
Machine Learning
2.4k+ articles
Python-numpy
1.3k+ articles
Matrix
1.2k+ articles
python
1.1k+ articles
Numpy
72+ articles
Python numpy-program
33+ articles
Regression
10+ articles
How to Calculate the Mode of NumPy Array?
Last Updated: 29 April 2025
The goal here is to calculate the mode of a NumPy array, which refers to identifying the most frequent value in the array. For example, give
...read more
Python
Python-numpy
Picked
Python numpy-Linear Algebra
NumPy - 3D matrix multiplication
Last Updated: 02 November 2023
Numpyis a general-purpose array-processing package. It provides a high-performance multidimensional array object and tools for working with
...read more
Python
Python-numpy
Python numpy-Linear Algebra
Find a matrix or vector norm using NumPy
Last Updated: 06 June 2021
To find a matrix or vector norm we use function numpy.linalg.norm() of Python library Numpy. This function returns one of the seven matrix n
...read more
Python
Python-numpy
Python numpy-Linear Algebra
Calculate the QR decomposition of a given matrix using NumPy
Last Updated: 05 September 2020
In this article, we will discuss QR decomposition of a matrix. QR factorization of a matrix is the decomposition of a matrix say ‘A’ int
...read more
Python
Python-numpy
Python numpy-Linear Algebra
How to compute the eigenvalues and right eigenvectors of a given square array using NumPY?
Last Updated: 02 September 2020
In this article, we will discuss how to compute the eigenvalues and right eigenvectors of a given square array using NumPy library.Example:S
...read more
Python
Python-numpy
Python numpy-Linear Algebra
Products of Vectors and Matrices in NumPy
Last Updated: 16 April 2025
Working with vector and matrix operations is a fundamental part of scientific computing and data analysis. NumPy is a Python library that co
...read more
Python
Python-numpy
Python numpy-Linear Algebra
Get the QR factorization of a given NumPy array
Last Updated: 29 August 2020
In this article, we will discuss QR decomposition or QR factorization of a matrix. QR factorization of a matrix is the decomposition of a ma
...read more
Python
Python-numpy
Picked
Python numpy-Linear Algebra
Numpy
How to get the magnitude of a vector in NumPy?
Last Updated: 18 August 2022
Thefundamental feature of linear algebra are vectors, these are the objects having both direction and magnitude. In Python, NumPy arrays can
...read more
Python
Python-numpy
Python numpy-Linear Algebra
Calculate the difference between the maximum and the minimum values of a given NumPy array along the second axis
Last Updated: 02 September 2020
Let's see how to calculate the difference between the maximum and the minimum values of a given NumPy array along the second axis. Here, the
...read more
Python
Python-numpy
Python numpy-program
Python numpy-Linear Algebra
Calculate average values of two given NumPy arrays
Last Updated: 20 August 2020
Finding average of NumPy arrays is quite similar to finding average of given numbers. We just have to get the sum of corresponding array ele
...read more
Python
Python-numpy
Python numpy-Linear Algebra
Calculate the Euclidean distance using NumPy
Last Updated: 29 April 2025
Euclidean distance is the shortest between the 2 points irrespective of the dimensions. In this article to find the Euclidean distance, we w
...read more
Python
Python-numpy
Python numpy-Linear Algebra
numpy.inner() in python
Last Updated: 28 November 2018
numpy.inner(arr1, arr2): Computes the inner product of two arrays.Parameters : arr1, arr2 : array to be evaluated.Return: Inner product of
...read more
Python
Python-numpy
Python numpy-Linear Algebra
1
2
>>
Last
1
2
>>
Last
1
2
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !