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 normalize an NumPy array so the values range exactly between 0 and 1?
Last Updated: 25 July 2022
In this article, we will cover how to normalize a NumPy array so the values range exactly between 0 and 1.Normalization is done on the data
...read more
Python
Python-numpy
Picked
Python numpy-Mathematical Function
How to compute derivative using Numpy?
Last Updated: 21 April 2021
In this article, we will learn how to compute derivatives using NumPy. Generally, NumPy does not provide any robust function to compute the
...read more
Python
Python-numpy
Picked
Python numpy-Mathematical Function
Matrix Multiplication in NumPy
Last Updated: 02 September 2020
Let us see how to compute matrix multiplication with NumPy. We will be using the numpy.dot() method to find the product of 2 matrices.For ex
...read more
Python
Python-numpy
Python numpy-Mathematical Function
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.mod() in Python
Last Updated: 10 February 2019
numpy.mod() is another function for doing mathematical operations in numpy.It returns element-wise remainder of division between two array a
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.nan_to_num() in Python
Last Updated: 28 November 2018
numpy.nan_to_num() function is used when we want to replace nan(Not A Number) with zero and inf with finite numbers in an array. It returns
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.angle() in Python
Last Updated: 28 November 2018
numpy.angle() function is used when we want to compute the angle of the complex argument. A complex number is represented by “ x + yi " w
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.minimum() in Python
Last Updated: 28 November 2018
numpy.minimum() function is used to find the element-wise minimum of array elements.It compare two arrays and returns a new array containing
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.conj() in Python
Last Updated: 14 August 2024
The numpy.conj() function helps the user to conjugate any complex number. The conjugate of a complex number is obtained by changing the sig
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.tanh() in Python
Last Updated: 08 March 2024
The numpy.tanh()is a mathematical function that helps user to calculate hyperbolic tangent for all x(being the array elements). Equivalent
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.floor() in Python
Last Updated: 08 April 2025
The numpy.floor() function returns the largest integer less than or equal to each element in the input array. It effectively rounds numbers
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.arctan2() in Python
Last Updated: 07 July 2021
The numpy.arctan2() method computes element-wise arc tangent of arr1/arr2 choosing the quadrant correctly. The quadrant is chosen so that ar
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.power() in Python
Last Updated: 29 November 2018
numpy.power(arr1, arr2, out = None, where = True, casting = 'same_kind', order = 'K', dtype = None) : Array element from first array is rais
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.cos() in Python
Last Updated: 08 March 2024
numpy.cos(x[, out]) = ufunc 'cos') : This mathematical function helps user to calculate trigonometric cosine for all x(being the array eleme
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.sin() in Python
Last Updated: 08 March 2024
numpy.sin(x[, out]) = ufunc 'sin') : This mathematical function helps user to calculate trigonometric sine for all x(being the array element
...read more
Python
Python-numpy
Python numpy-Mathematical Function
Numpy.prod() in Python
Last Updated: 12 April 2021
numpy.prod() returns the product of array elements over a given axis.Syntax:numpy.prod(a, axis=None, dtype=None, out=None, keepdims=)Paramet
...read more
Misc
Python
Python-numpy
Python numpy-Mathematical Function
First
1
2
3
4
5
6
7
8
>>
Last
First
1
2
3
4
5
6
>>
Last
First
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 !