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.3k+ 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
Python NumPy - Replace NaN with zero and fill positive infinity for complex input values
Last Updated: 25 April 2022
In this article, we will see how to replace NaN with zero and fill positive infinity for complex input values in Python.Numpy package provid
...read more
Python
Python-numpy
Picked
Python numpy-Mathematical Function
How to create a list of uniformly spaced numbers using a logarithmic scale with Python?
Last Updated: 15 March 2021
In this article, we will create a list of uniformly spaced numbers using a logarithmic scale. It means on a log scale difference between two
...read more
Python
Python-numpy
Picked
Python numpy-Mathematical Function
How to get the minimum and maximum value of a given NumPy array along the second axis?
Last Updated: 02 September 2020
Let's see How to get the minimum and maximum value of a given NumPy array along the second axis. Here, the Second axis means row-wise.We are
...read more
Python
Python-numpy
Python Programs
Python numpy-Mathematical Function
Similar Topics
Python
20.2k+ articles
AI-ML-DS
5.3k+ 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 use the NumPy sum function?
Last Updated: 16 June 2022
NumPy's sum() function is extremely useful for summing all elements of a given array in Python. In this article, we'll be going over how to
...read more
Python
Python-numpy
Picked
Python numpy-Mathematical Function
How to add one polynomial to another using NumPy in Python?
Last Updated: 29 August 2020
In this article, Let's see how to add one polynomial to another. Two polynomials are given as input and the result is the addition of two po
...read more
Python
Python-numpy
Python numpy-Mathematical Function
How to calculate the element-wise absolute value of NumPy array?
Last Updated: 29 August 2020
Let's see the program for finding the element-wise absolute value of NumPy array. For doing this task we are using numpy.absolute() function
...read more
Python
Python-numpy
Python numpy-program
Python numpy-Mathematical Function
Methods on NumPy.add()
Last Updated: 10 June 2020
The ufunc expect a set of scalars as input and produce a set of scalars as output. Universalfunctions can be related to mathematical aspects
...read more
Python
Python-numpy
Python numpy-Mathematical Function
Write From Home
numpy.remainder() in Python
Last Updated: 10 February 2019
numpy.remainder() is another function for doing mathematical operations in numpy.It returns element-wise remainder of division between two a
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.sinc() in Python
Last Updated: 29 November 2018
numpy.sinc(array) : This mathematical function helps user to calculate sinc function for all x(being the array elements).Parameters :array :
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.lcm() in Python
Last Updated: 29 November 2018
numpy.lcm(arr1, arr2, out = None, where = True, casting = ‘same_kind’, order = ‘K’, dtype = None) : This mathematical function help
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.gcd() in Python
Last Updated: 29 November 2018
numpy.gcd(arr1, arr2, out = None, where = True, casting = ‘same_kind’, order = ‘K’, dtype = None) : This mathematical function help
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.fmin() in Python
Last Updated: 28 November 2018
numpy.fmin() function is used to compute element-wise minimum of array elements. This function compare two arrays and returns a new array co
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.fix() in Python
Last Updated: 08 March 2024
The numpy.fix() is a mathematical function that rounds elements of the array to the nearest integer towards zero. The rounded values are ret
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.sinh() in Python
Last Updated: 04 December 2020
The numpy.sinh() is a mathematical function that helps user to calculate hyperbolic sine for all x(being the array elements). Equivalent to
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.true_divide() in Python
Last Updated: 29 November 2018
(arr1, arr22, /, out=None, *, where=True, casting='same_kind', order='K', dtype=None, ufunc 'true_divide') : Array element from first 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
3
4
5
6
>>
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 !