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.2k+ articles
AI-ML-DS
5.4k+ articles
Python Programs
4.1k+ articles
Misc
1.4k+ 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
NumPy: How to Calculate the Difference Between Neighboring Elements in Array
Last Updated: 09 February 2024
To calculate the difference between neighboring elements in an array using the NumPy library we use numpy.diff() method of NumPy library.It
...read more
Python
Python-numpy
Python numpy-program
Python numpy-Mathematical Function
How to round elements of the NumPy array to the nearest integer?
Last Updated: 08 June 2022
Prerequisites: Python NumPyIn this article, let's discuss how to round elements of the NumPy array to the nearest integer. numpy.rint() func
...read more
Python
Python-numpy
Python numpy-Mathematical Function
Compute the weighted average of a given NumPy array
Last Updated: 29 August 2020
In NumPy, we can compute the weighted of a given array by two approaches first approaches is with the help of numpy.average() function in wh
...read more
Python
Python-numpy
Python numpy-Mathematical Function
Similar Topics
Python
20.2k+ articles
AI-ML-DS
5.4k+ articles
Python Programs
4.1k+ articles
Misc
1.4k+ 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
How to compute the cross product of two given vectors using NumPy?
Last Updated: 09 July 2024
Let's see the program to compute the cross product of two given vectors using NumPy. For finding the cross product of two given vectors we a
...read more
Python
Python-numpy
Python numpy-Mathematical Function
How to multiply a polynomial to another using NumPy in Python?
Last Updated: 29 August 2020
In this article, we will make a NumPy program to multiply one polynomial to another. Two polynomials are given as input and the result is th
...read more
Python
Python-numpy
Python numpy-Mathematical Function
How to divide a polynomial to another using NumPy in Python?
Last Updated: 30 November 2022
In this article, we will make a NumPy program to divide one polynomial to another. Two polynomials are given as input and the result is the
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.cumprod() in Python
Last Updated: 28 November 2018
numpy.cumprod() function is used when we want to compute the cumulative product of array elements over a given axis.Syntax : numpy.cumprod
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.nansum() in Python
Last Updated: 28 November 2018
numpy.nansum()function is used when we want to compute the sum of array elements over a given axis treating Not a Numbers (NaNs) as zero.Syn
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.cosh() in Python
Last Updated: 08 March 2024
The numpy.cosh() is a mathematical function that helps user to calculate hyperbolic cosine for all x(being the array elements). Equivalent
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.rint() in Python
Last Updated: 08 March 2024
The numpy.rint() is a mathematical function that rounds elements of the array to the nearest integer.Syntax : numpy.rint(x[, out]) = ufunc
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.hypot() in Python
Last Updated: 08 March 2024
This mathematical function helps user to calculate hypotenuse for the right angled triangle, given its side and perpendicular. Result is equ
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.cbrt() in Python
Last Updated: 18 November 2020
This mathematical function helps user to calculate cube root of x for all x being the array elements. Syntax: numpy.cbrt(arr, out = None, u
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.log1p() in Python
Last Updated: 29 November 2018
numpy.log1p(arr, out = None, *, where = True, casting = 'same_kind', order = 'K', dtype = None, ufunc 'log1p') : This mathematical function
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.floor_divide() in Python
Last Updated: 27 August 2022
numpy.floor_divide(arr1, arr2, /, out = None, where = True, casting = 'same_kind', order = 'K', dtype = None) : Array element from first arr
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.tan() in Python
Last Updated: 08 March 2024
numpy.tan(array[, out]) = ufunc 'tan') : This mathematical function helps user to calculate trigonometric tangent for all x(being the array
...read more
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
2
3
4
5
>>
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 !