[Maxima] [newbie] i1 becomes I1 why?
Raymond Toy
raymond.toy at ericsson.com
Tue Feb 20 09:59:41 CST 2007
>>>>> "Hugo" == Hugo Coolens <coolens at kahosl.be> writes:
Hugo> I noticed when entering the following line:
Hugo> imodified:matrix([-i1],[-i2],[0],[i2],[vdc]);
Hugo> maxima displayed the result with i1 as I1, what's the reason for this
Hugo> behaviour?
What version are you using? I'm guessing something fairly old. This
doesn't happen in 5.10 and later.
Anyway, if it's an old version, maxima already has a function named
I1, so maxima converts your i1 to I1 because the symbol already
exists. (I1 was the modified Bessel function of the first order.
This no longer exists; it's called bessel_i now.)
Ray
More information about the Maxima
mailing list