Introduction to wxMaxima
A Powerful Tool for Students
Introduction to wxMaxima 1/5
What is wxMaxima?
wxMaxima is a document-based graphical user interface for the
Computer Algebra System (CAS) Maxima [?, ?].
It is free, open-source, and cross-platform software.
It helps students perform symbolic and numerical mathematics [?].
Introduction to wxMaxima 2/5
Why Use wxMaxima?
Symbolic Calculation: Solve equations exactly (e.g., radicals,
fractions) rather than just approximations [?].
Visual Learning: Generate 2D and 3D plots easily [?, ?].
Academic Success: Studies show it increases student confidence and
motivation in Calculus [?].
Documented Workflow: Keep track of your work in a ”notebook”
style interface [?].
Introduction to wxMaxima 3/5
Getting Started: Key Commands
Important Rules
Every command must end with ; (display) or $ (suppress) [?].
Use Shift+Enter to evaluate a cell.
Solve: solve(x2 − 4 = 0, x);
Differentiate: diff(x3 , x);
Integrate: integrate(x2 , x);
Decimal Value: Use float(expression); or ,numer;
[?, ?]
Introduction to wxMaxima 4/5
Conclusion
wxMaxima is a bridge between abstract theory and practical
problem-solving.
Start experimenting today!
Introduction to wxMaxima 5/5