{ } Raw JSON

bundles / scipy latest / scipy / special / _orthogonal / _initial_nodes_a

function

scipy.special._orthogonal:_initial_nodes_a

source: /scipy/special/_orthogonal.py :949

Signature

def   _initial_nodes_a ( n k )

Summary

Tricomi initial guesses

Extended Summary

Computes an initial approximation to the square of the k-th (positive) root of the Hermite polynomial of order . The formula is the one from lemma 3.1 in the original paper. The guesses are accurate except in the region near .

Parameters

n : int

Quadrature order

k : ndarray of type int

Index of roots to compute

Returns

xksq : ndarray

Square of the approximate roots

See also

initial_nodes
roots_hermite_asy

Aliases

  • scipy.special._orthogonal._initial_nodes_a