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
Python
20.1k+ articles
AI-ML-DS
5.4k+ articles
Python Programs
4.1k+ articles
Misc
2.1k+ articles
Python-numpy
1.3k+ articles
Python numpy-arrayManipulation
190+ articles
Python numpy-polynomials
90+ articles
Numpy
72 articles
Python matrix-program
64 articles
Python numpy-program
33 articles
Python numpy-Mathematical Function
210+ posts
Popular Articles
Recent Articles
How to Calculate Cosine Similarity in Python?
Last Updated: 14 March 2022
In this article, we calculate the Cosine Similarity between the two non-zero vectors. A vector is a single dimesingle-dimensional signal Num
...read more
Python
Python-numpy
Picked
Python numpy-Mathematical Function
How to get the n-largest values of an array using NumPy?
Last Updated: 29 August 2020
Let's see the program for how to get the n-largest values of an array using NumPy library. For getting n-largest values from a NumPy array w
...read more
Python
Python-numpy
Python numpy-program
Python numpy-Mathematical Function
Adding and Subtracting Matrices in Python
Last Updated: 25 April 2023
In this article, we will discuss how to add and subtract elements of the matrix in Python.Example:Suppose we have two matrices A and B.A = [
...read more
Python
Python-numpy
Python numpy-Mathematical Function
Python matrix-program
Similar Topics
Python
20.1k+ articles
AI-ML-DS
5.4k+ articles
Python Programs
4.1k+ articles
Misc
2.1k+ articles
Python-numpy
1.3k+ articles
Python numpy-arrayManipulation
190+ articles
Python numpy-polynomials
90+ articles
Numpy
72+ articles
Python matrix-program
64+ articles
Python numpy-program
33+ articles
numpy.subtract() in Python
Last Updated: 12 September 2024
numpy.subtract() function is used when we want to compute the difference of two array.It returns the difference of arr1 and arr2, element-wi
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.multiply() in Python
Last Updated: 17 April 2025
The numpy.multiply() is a numpy function in Python which is used to find element-wise multiplication of two arrays or scalar (single value).
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.sum() in Python
Last Updated: 28 August 2024
This function returns the sum of array elements over the specified axis.Syntax: numpy.sum(arr, axis, dtype, out): Parameters:arr: Input arra
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.cumsum() in Python
Last Updated: 04 December 2024
numpy.cumsum()function is used to compute the cumulative sum of elements in an array. Cumulative sum refers to a sequence where each element
...read more
Python
Python-numpy
Python numpy-Mathematical Function
Numpy
AI-ML-DS
numpy.add() in Python
Last Updated: 21 December 2023
NumPy, the Python powerhouse for scientific computing, provides an array of tools to efficiently manipulate and analyze data. Among its key
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.maximum() in Python
Last Updated: 28 November 2018
numpy.maximum() function is used to find the element-wise maximum of array elements.It compares two arrays and returns a new array containin
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.clip() in Python
Last Updated: 29 November 2018
numpy.clip() function is used to Clip (limit) the values in an array.Given an interval, values outside the interval are clipped to the inter
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.log() in Python
Last Updated: 08 March 2024
The numpy.log() is a mathematical function that helps user to calculate Natural logarithm of x where x belongs to all the input array elemen
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.round_() in Python
Last Updated: 06 December 2024
The round_() function in NumPy rounds the elements of an array to a specified number of decimal places. This function is extremely useful wh
...read more
Python
Python-numpy
Python numpy-Mathematical Function
Numpy
AI-ML-DS
numpy.square() in Python
Last Updated: 23 February 2023
numpy.square(arr, out = None, ufunc 'square') : This mathematical function helps user to calculate square value of each element in the array
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.divide() in Python
Last Updated: 29 November 2018
numpy.divide(arr1, arr2, out = None, where = True, casting = 'same_kind', order = 'K', dtype = None) : Array element from first array is div
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.exp() in Python
Last Updated: 29 March 2023
numpy.exp(array, out = None, where = True, casting = 'same_kind', order = 'K', dtype = None) : This mathematical function helps user to calc
...read more
Python
Python-numpy
Python numpy-Mathematical Function
1
2
3
4
5
6
7
8
>>
Last
1
2
3
4
5
6
>>
Last
1
2
3
4
>>
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 !