wxMaxima cheatsheet

Ming Sun

Ming Sun / December 25, 2022

3 min read––– views

Define functions

  • Eg. 1
Define functions - parallel resistors
  • Eg. 2
Define functions - f(x)

Plot equations

  • Eg. 1
Plot equations
  • Eg. 2
Plot equations - play with plot size

Text

Different text format in wxMaxima

Greek letters

Usage: press esc key and then enter the greek letter name

Greek letter cheat sheet

Greek letters in wxMaxima.

Greek letters in wxMaxima

Taylor series

Greek letters in wxMaxima

Markdown support

Markdown support in wxMaxima

The Markdown text is as shown in Fig. 7.

Markdown text in wxMaxima

Animation

  • Eg. 1
Animation in wxMaxima
with_slider_draw(
    f,[1,2,3,4,5,6,7,10],
    title=concat("f=",f,"Hz"),
    explicit(
        sin(2*%pi*f*x),
        x,0,1
    ),grid=true
);
  • Eg. 2
Animation in wxMaxima
wxanimate_autoplay:true;
wxanimate_framerate:20;
with_slider_draw3d(
    α,makelist(i,i,1,360,3),
    title=sconcat(=",α),
    surface_hide=true,
    contour=both,
    view=[60,α],
    explicit(
        sin(x)*sin(y),
        x,-π,π,
        y,-π,π
    )
);
  • Eg. 3
Animation in wxMaxima
wxanimate(a, 10,
    sin(a*x), [x,-5,5]), wxanimate_framerate=1;

Symbolic

Symbolic functions in wxMaxima

Solve equations

Solve equations in wxMaxima

References and materials

[1] The wxMaxima manual (English) [PDF]

[1] wxMaxima documentation and tutorials


HomeWikis
SnippetsAbout
Google ScholarLinkedIn