wxMaxima
2014-08-29azim58 - wxMaxima
wxMaxima is actually a user interface for maxima
- press shift enter to evaluate expressions
- How to prevent simplification/calculation of an equation in wxMaxima.
pretty looking form suitable for something like a LaTeX document or for
obtaining an image.
- -use the command "simp:false" and then enter the expression on the new
"simp:true:
- --solution from here:
how-to.html
- -note that a single quote mark like ' can prevent evaluation, but this
considered simplification.
- to force decimals enclose the command in "float".
- -ex: float(3+2.5).
- -source: http://home.southernct.edu/~brinl1/mat10705/wxmaximaLab1.pdf
equivalent, you can use the float command."
- to control number of decimals displayed use "fpprintprec:4" (a different
- to force scientific notation use the "bfloat" command
- -ex: bfloat(3e6*0.12)