wxMaxima 0.7.5 http://wxmaxima.sourceforge.net
Maxima 5.16.3 http://maxima.sourceforge.net
Using Lisp SBCL 1.0.15
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.

(%i1) load(orthopoly);

Result

(%i2) Max_rE3(M) := last(sort(solve(legendre_p(M+1,x), x)))$

(%i3) Max_rE3(1);

Result

(%i4) Max_rE3(2);

Result

(%i5) Max_rE3(3);

Result

(%i6) float(%);

Result

(%i7) Max_rE3(4);

Result

(%i8) float(%);

Result

(%i9) g_rE3(M,n) := ratsimp( subst( Max_rE3(M), legendre_p(n,x)))$

(%i10) map( g_rE3, [1], [1]);

Result

(%i11) map( g_rE3, [2, 2], [1, 2]);

Result

(%i12) map( g_rE3, [3,3,3], [1,2,3]);

Result

(%i13) float(%);

Result

(%i14) map( g_rE3, [4,4,4,4], [1,2,3,4]);

Result

(%i15) float(%);

Result

(%i16) quit;

Result

(%i17) quit();

Result


Created with wxMaxima.