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.5k+ articles
Python Programs
4.1k+ articles
Misc
2k+ 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
Averaging over every N elements of a Numpy Array
Last Updated: 16 May 2021
In this article, we will learn how to find the average over every n element of a NumPy array. For doing our task, we will some inbuilt metho
...read more
Python
Python-numpy
Picked
Python numpy-Mathematical Function
NumPy - Arithmetic Operations
Last Updated: 10 October 2023
NumPy is an open-source Python library for performing array computing (matrix operations). It is a wrapper around the library implemented in
...read more
Python
Python-numpy
Picked
Python numpy-Mathematical Function
Calculate the sum of all columns in a 2D NumPy array
Last Updated: 21 July 2021
Let us see how to calculate the sum of all the columns in a 2D NumPy array.Method 1 : Using a nested loop to access the array elements colum
...read more
Python
Python-numpy
Python numpy-arrayManipulation
Python numpy-Mathematical Function
Similar Topics
Python
20.1k+ articles
AI-ML-DS
5.5k+ articles
Python Programs
4.1k+ articles
Misc
2k+ 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.negative() in Python
Last Updated: 28 November 2018
numpy.negative() function is used when we want to compute the negative of array elements. It returns element-wise negative value of an array
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.reciprocal() in Python
Last Updated: 04 December 2020
The numpy.reciprocal() is a mathematical function that is used to calculate reciprocal of all the elements in the input array.Syntax :numpy
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.degrees() and rad2deg() in Python
Last Updated: 08 March 2024
The numpy.degrees() is a mathematical function that helps user to convert angles from radians to degrees.Syntax : numpy.degrees(x[, out]) =
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.radians() and deg2rad() in Python
Last Updated: 08 March 2024
The numpy.radians() is a mathematical function that helps user to convert angles from degree to radians.Syntax : numpy.radians(x[, out]) = u
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.ceil() in Python
Last Updated: 08 March 2024
The numpy.ceil() is a mathematical function that returns the ceil of the elements of array. The ceil of the scalar x is the smallest integer
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.trunc() in Python
Last Updated: 08 March 2024
The numpy.trunc() is a mathematical function that returns the truncated value of the elements of array. The trunc of the scalar x is the nea
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.absolute() in Python
Last Updated: 29 November 2018
numpy.absolute(arr, out = None, ufunc 'absolute') : This mathematical function helps user to calculate absolute value of each element. For c
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.log10() in Python
Last Updated: 29 November 2018
About : numpy.log10(arr, out = None, *, where = True, casting = 'same_kind', order = 'K', dtype = None, ufunc 'log10') : This mathematical f
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.around() in Python
Last Updated: 08 March 2024
numpy.around(arr, decimals = 0, out = None) : This mathematical function helps user to evenly round array elements to the given number of de
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.arctan() in Python
Last Updated: 07 March 2024
numpy.arctan(x[, out]) = ufunc 'arctan') : This mathematical function helps user to calculate inverse tangent for all x(being the array elem
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.arccos() in Python
Last Updated: 08 March 2024
numpy.arccos(x[, out]) = ufunc 'arccos') : This mathematical function helps user to calculate inverse cos for all x(being the array elements
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.arcsin() in Python
Last Updated: 22 May 2024
numpy.arcsin(x[, out]) = ufunc 'arcsin') : This mathematical function helps user to calculate inverse sine for all x(being the array element
...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
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 !