Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.1K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Python-numpy
1.3K+ articles
Python numpy-Mathematical Function
223+ articles
Python numpy-ndarray
121+ articles
Python numpy-polynomials
104+ posts
Recent Articles
Popular Articles
Evaluate a 3D Laguerre series at points (x,y,z) using NumPy in Python
Last Updated: 03 June 2022
In this article, we will cover how to evaluate a 3D Laguerre series at points (x,y,z) using NumPy in Python.numpy.polynomial.legendre.legval3dThe numpy.polynomial.legendre...
read more
Python
Picked
Python-numpy
Python numpy-polynomials
Add one Hermite series to another using NumPy in Python
Last Updated: 03 June 2022
In this article, we will cover how to add one Hermite series to another using NumPy in Python.np.polynomial.hermite.hermadd methodThe numpy.polynomial.hermite.hermadd() me...
read more
Python
Picked
Python-numpy
Python numpy-polynomials
Integrate a Legendre series over axis 0 using NumPy in Python
Last Updated: 03 June 2022
In this article, we will cover how to integrate a Legendre series over axis 0 using NumPy in Python.polynomial.legendre.legint methodThe polynomial.legendre.legint() metho...
read more
Python
Picked
Python-numpy
Python numpy-polynomials
Evaluate a 2-D Hermite series at points (x,y) with 3D array of coefficient using NumPy in Python
Last Updated: 28 June 2022
In this article, we'll look at how to evaluate a 2-dimensional Hermite series using NumPy in Python at an array of points x, and y with the 3-dimensional array.np.hermval2...
read more
Python
Python-numpy
Python numpy-polynomials
Differentiate Hermite series and multiply each differentiation by scalar using NumPy in Python
Last Updated: 03 June 2022
In this article, we will see how to differentiate the Hermite series and multiply each differentiation by a scalar in python.hermite.hermder methodThe hermite.hermder() is...
read more
Python
Picked
Python-numpy
Python numpy-polynomials
Evaluate a 2D Laguerre series at points (x,y) using NumPy in Python
Last Updated: 03 June 2022
In this article, we will discuss how to evaluate a 2D Laguerre series at points (x,y) using NumPy in Python.ExampleInput: [[[ 0 1 2] [ 3 4 5] [ 6 7 8]] [[ 9 10 11]...
read more
Python
Picked
Python-numpy
Python numpy-polynomials
Raise Chebyshev series to a power using NumPy in Python
Last Updated: 23 July 2025
In this article, we will cover how to raise a Chebyshev series to power in Python using NumPy.polynomial.chebyshev.chebpow methodThe Chebyshev polynomials are like the oth...
read more
Python
Picked
Python-numpy
Python numpy-polynomials
Evaluate 3-D Hermite series on the Cartesian product of x, y and z using NumPy in Python
Last Updated: 23 July 2025
In this article, we will discuss how to Evaluate a 3-D Hermite series on the Cartesian product of x, y, and z in Python and NumPy.NumPy.polynomial.hermite.hermgrid3d meth...
read more
Python
Picked
Python-numpy
Python numpy-polynomials
Evaluate a 2-D Hermite_e series at points (x,y) with 3D array of coefficient using NumPy in Python
Last Updated: 03 June 2022
In this article, we will cover how to evaluate a 2-D Hermite_e series at points (x,y) with a 3D array of coefficients using NumPy in Python.np.polynomial.hermite_e.hermeva...
read more
Python
Picked
Python-numpy
Python numpy-polynomials
Return the scaled companion matrix of a 1-D array of Chebyshev series coefficients using NumPy in Python
Last Updated: 23 July 2025
In this article, we will discuss how to return the scaled companion matrix of a 1D array of Chebyshev series coefficients in python.chebyshev.chebcompanion() method chebys...
read more
Python
Picked
Python-numpy
Python numpy-polynomials
Evaluate a Hermite_e series at points x in using NumPy Python
Last Updated: 03 June 2022
In this article, we will cover how to evaluate a Hermite_e series at points x using NumPy in Python.numpy.polynomial.hermite.hermvalThe numpy.polynomial.hermite.hermval() ...
read more
Python
Picked
Python-numpy
Python numpy-polynomials
Evaluate a Hermite_e series at list of points x using NumPy in Python
Last Updated: 03 June 2022
In this article, we will cover how to evaluate a Hermite_e series at the list of points x using NumPy in Python.numpy.polynomial.hermite.hermvalTo evaluate a Hermite serie...
read more
Python
Picked
Python-numpy
Python numpy-polynomials
Evaluate 2-D Hermite series on the Cartesian product of x and y with 3d array of coefficient using NumPy in Python
Last Updated: 03 June 2022
In this article, we will discuss how to Evaluate a 2-D Hermite series on the Cartesian product of x and y with a 3d array of coefficients in Python and NumPy.NumPy.polynom...
read more
Python
Picked
Python-numpy
Python numpy-polynomials
Evaluate 2-D Hermite series on the Cartesian product of x and y with 1d array of coefficient using NumPy in Python
Last Updated: 23 July 2025
In this article, we will discuss how to Evaluate a 2-D Hermite series on the Cartesian product of x and y with a 1d array of coefficients in Python using NumPy.NumPy.polyn...
read more
Python
Picked
Python-numpy
Python numpy-polynomials
Compute the roots of a Legendre series in Python-NumPy
Last Updated: 23 December 2022
In this article, we will discuss how to compute the roots of a Legendre series in python.legendre.legroots methodIn python, the Legendre module provides many functions lik...
read more
Python
Picked
Python-numpy
Python numpy-polynomials
1
2
3
4
5
6
7
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 !