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);

Result

(%i2) sin(100*6.28*(1+x/5+sin(200*6.28*(1+x/5)*x)/120)*x);

Result

(%i3) tex(%)$

Result

(%i4) tex(%)$

Result

(%i5) set_display('xml)$

(%i6) sin(100*6.28*(1+x/5+sin(200*6.28*(1+x/5)*x)/120)*x);

Result

(%i7) diff(sin(100*6.28*(1+x/5+sin(200*6.28*(1+x/5)*x)/120)*x),x);

Result

(%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);

Result

(%i12) genmatrix(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 3);

Result

(%i13) example(matrix);

Result

(%i14) matrix(
 [1,0,0],
 [0,1,0],
 [0,0,1]
);

Result

(%i15) invert(%);

Result

(%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]
);

Result

(%i17) a=%O16;

Result

(%i18) a:%O16;

Result

(%i19) A;

Result

(%i20) matrix(
 [0],
 [0],
 [0],
 [V1],
 [V2]
);

Result

(%i21) invert(%);

Result

(%i22) invert(%o16);

Result

(%i23) invert(%o16)*%o20;

Result

(%i24) invert(%o16).%o20;

Result

(%i25) values;

Result

(%i26)


Created with wxMaxima.