wxMaxima 0.7.4 http://wxmaxima.sourceforge.net
Maxima 5.14.0 http://maxima.sourceforge.net
Using Lisp SBCL 1.0.13
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)
sin(100*6.28*(1+x/5+sin(200*6.28*(1+x/5)*x)/120)*x);
(%i2)
sin(100*6.28*(1+x/5+sin(200*6.28*(1+x/5)*x)/120)*x);
(%i3)
tex(%)$
(%i4)
tex(%)$
(%i5)
set_display('xml)$
(%i6)
sin(100*6.28*(1+x/5+sin(200*6.28*(1+x/5)*x)/120)*x);
(%i7)
diff(sin(100*6.28*(1+x/5+sin(200*6.28*(1+x/5)*x)/120)*x),x);
(%i8)
plot2d([%], [x,0,3],
[plot_format, gnuplot],
[nticks,100])$
(%i9)
plot2d([%o7], [x,2.5,3],
[plot_format, gnuplot],
[nticks,50])$
(%i10)
plot2d([%o7], [x,2.9,3],
[plot_format, gnuplot],
[nticks,50])$
(%i11)
plot2d([%o7], [x,2.99,3],
[plot_format, gnuplot],
[nticks,50])$
(%i12)
genmatrix(1 0 0 0 1 0 0 0 1, 3, 3);
(%i12)
genmatrix(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 3);
(%i13)
example(matrix);
(%i14)
matrix(
[1,0,0],
[0,1,0],
[0,0,1]
);
(%i15)
invert(%);
(%i16)
matrix(
[1/R1,-1/R1,0,1,0],
[-1/R1,1/R1+1/R2+1/R3,-1/R2,0,0],
[0,-1/R2,1/r2,0,1],
[1,0,0,0,0],
[0,0,1,0,0]
);
(%i17)
a=%O16;
(%i18)
a:%O16;
(%i19)
A;
(%i20)
matrix(
[0],
[0],
[0],
[V1],
[V2]
);
(%i21)
invert(%);
(%i22)
invert(%o16);
(%i23)
invert(%o16)*%o20;
(%i24)
invert(%o16).%o20;
(%i25)
values;
(%i26)