When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Gauss–Laguerre quadrature - Wikipedia

    en.wikipedia.org/wiki/Gauss–Laguerre_quadrature

    The following Python code with the SymPy library will allow for calculation of the values of and to 20 digits of precision: from sympy import * def lag_weights_roots ( n ): x = Symbol ( "x" ) roots = Poly ( laguerre ( n , x )) . all_roots () x_i = [ rt . evalf ( 20 ) for rt in roots ] w_i = [( rt / (( n + 1 ) * laguerre ( n + 1 , rt )) ** 2 ...

  3. Gaussian quadrature - Wikipedia

    en.wikipedia.org/wiki/Gaussian_quadrature

    If we pick the n nodes x i to be the zeros of p n, then there exist n weights w i which make the Gaussian quadrature computed integral exact for all polynomials h(x) of degree 2n − 1 or less. Furthermore, all these nodes x i will lie in the open interval (a, b). [4] To prove the first part of this claim, let h(x) be any polynomial of degree ...

  4. Node (physics) - Wikipedia

    en.wikipedia.org/wiki/Node_(physics)

    Atomic orbitals are classified according to the number of radial and angular nodes. A radial node for the hydrogen atom is a sphere that occurs where the wavefunction for an atomic orbital is equal to zero, while the angular node is a flat plane. [4] Molecular orbitals are classified according to bonding character. Molecular orbitals with an ...

  5. Quantum number - Wikipedia

    en.wikipedia.org/wiki/Quantum_number

    The azimuthal quantum number can also denote the number of angular nodes present in an orbital. For example, for p orbitals, ℓ = 1 and thus the amount of angular nodes in a p orbital is 1. Magnetic quantum number

  6. Spherical harmonics - Wikipedia

    en.wikipedia.org/wiki/Spherical_harmonics

    The spherical harmonics are eigenfunctions of the square of the orbital angular momentum = + (+) = ⁡ ⁡ ⁡. Laplace's spherical harmonics are the joint eigenfunctions of the square of the orbital angular momentum and the generator of rotations about the azimuthal axis: = =.

  7. Euler angles - Wikipedia

    en.wikipedia.org/wiki/Euler_angles

    The axes of the original frame are denoted as x, y, z and the axes of the rotated frame as X, Y, Z.The geometrical definition (sometimes referred to as static) begins by defining the line of nodes (N) as the intersection of the planes xy and XY (it can also be defined as the common perpendicular to the axes z and Z and then written as the vector product N = z × Z).

  8. Lebedev quadrature - Wikipedia

    en.wikipedia.org/wiki/Lebedev_quadrature

    In numerical analysis, Lebedev quadrature, named after Vyacheslav Ivanovich Lebedev, is an approximation to the surface integral of a function over a three-dimensional sphere.

  9. Gauss–Legendre quadrature - Wikipedia

    en.wikipedia.org/wiki/Gauss–Legendre_quadrature

    In 2014, Ignace Bogaert presented explicit asymptotic formulas for the Gauss–Legendre quadrature weights and nodes, which are accurate to within double-precision machine epsilon for any choice of n ≥ 21. [2] This allows for computation of nodes and weights for values of n exceeding one billion. [3]