ortho.OrthogonalFunctions.print#
- OrthogonalFunctions.print()#
Print coeffs of Functions.
An Example of output is
i alpha_i a_[ij] ------ ---------- --------------------------------------------- i = 1: +sqrt(2/2) [1 ] i = 2: -sqrt(2/3) [6, -5 ] i = 3: +sqrt(2/4) [20, -40, 21 ] i = 4: -sqrt(2/5) [50, -175, 210, -84 ] i = 5: +sqrt(2/6) [105, -560, 1134, -1008, 330 ] i = 6: -sqrt(2/7) [196, -1470, 4410, -6468, 4620, -1287 ]