ognik
- 626
- 2
Hi - does anyone know of a program library/subroutine/some other source, to find the zeros of a generalised Laguerre polynomial? ie. $ L^{\alpha}_N (x_i) = 0 $
This discussion centers on finding the zeros of generalized Laguerre polynomials using Mathematica. The command LaguerreL[n,a,x] is utilized to generate these polynomials, and users can find roots symbolically for polynomials up to the fourth order. For higher orders, such as fifth or beyond, numerical methods are recommended. Additionally, users can export results to a CSV file for further analysis.
N[Solve[LaguerreL[n, a, x] == 0, x] for numerical root approximationMathematicians, physicists, and software developers working with polynomial equations, particularly those utilizing Mathematica and Fortran for numerical analysis and programming tasks.
LaguerreL[n,a,x]