No user interface for Maxima supports input of mixed superscripted/subscripted functions.
Be careful with subscripted functions: see http://www.math.utexas.edu/pipermail/maxima/2008/009712.html.
Finally, for the Bernstein polynomials in Maxima 5.25.0, input ?? bernstein. Two examples:
(%i9) bernstein_poly(5,10,1+%i/5);
(%o9) 724752/9765625-(19152*%i)/390625
(%i10) bernstein_poly(k,n,x), bernstein_explicit : true;
(%o10) binomial(n,k)*(1-x)^(n-k)*x^k
--Barton
-----maxima-bounces at math.utexas.edu wrote: -----
ne write in maxima notation the TeX:
??$$ B_i^{n}(t) $$
as that is used, eg, for Bernstein basis functions?
Or would one have to work with and alternate notation, such as B[i,n](t)?
-JimC
--
James Cloos <cloos at jhcloos.com> ? ? ? ? OpenPGP: 1024D/ED7DAEA6
_______________________________________________
Maxima mailing list
Maxima at math.utexas.edu
http://www.math.utexas.edu/mailman/listinfo/maxima