Hi Peter and Joel!
Thank you for the book recommendations and your answers! Unfortunately in "Spectral methods in Matlab" I could not find the calculation of Radau points.
My Problem is, how do I calculate the Radau collocation points e.g. 4th order that are given in Casadi?
[
0.088588,
0.409467,
0.787659,
1.000000] (Zero point excluded)
All the other sources (e.g.
http://mathworld.wolfram.com/RadauQuadrature.html or "Introduction to Numerical Analysis" by F. B. Hildebrand page 409) I found, say the the Radau points of 4th order are
[-1, -0.575319, 0.181066, 0.822824]
transformed to the [0,1] interval it gives
[0, 0.2123405, 0.590533, 0.911412]
which is not equal to the radau points from Casadi. Joel, did you mean the endpoint 1 has to be excluded or the endpoint 0?
Thank you for your help!