powered by
Generate Gaussian quadrature points and corresponding normalized weights based on the standard normal density over a symmetric interval.
normal_quadra(n, mm)
A list with:
Quadrature nodes from -mm to +mm.
Normalized weights proportional to the standard normal density at each node.
Integer. Number of quadrature points (must be >= 2).
Numeric. Positive value giving the maximum absolute value of the quadrature nodes (range will be from -mm to +mm).
normal_quadra(41, 5)
Run the code above in your browser using DataLab