Linux command
maxima 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start Maxima
maxima
Evaluate expression
maxima --batch-string="[expand((x+1)^3)];"
Run script file
maxima -b [script.mac]
Use quiet mode
maxima -q
Start with wxMaxima interface
wxmaxima
说明
Maxima is a computer algebra system for symbolic mathematics. It can perform symbolic differentiation, integration, Taylor series, transforms, linear algebra, and more. Maxima is descended from Macsyma, one of the oldest computer algebra systems.
参数
- -b, --batch _file_
- Process maxima file in batch mode.
- --batch-string _string_
- Process maxima command(s) in batch mode.
- --batch-lisp _file_
- Process Lisp file in batch mode.
- -q, --quiet
- Suppress Maxima start-up message.
- --very-quiet
- Suppress expression labels and start-up message.
- -l _lisp_
- Specify Lisp implementation (e.g., sbcl, clisp, gcl).
- --init _file_
- Initialization file.
- -p _file_
- Preload Lisp file.
- -d, --directories
- Display Maxima internal directory information.
- -s _port_, --server _port_
- Connect Maxima to server on specified port.
- -v, --verbose
- Display Lisp invocation in maxima wrapper script.
- --version
- Display the installed version.
FAQ
What is the maxima command used for?
Maxima is a computer algebra system for symbolic mathematics. It can perform symbolic differentiation, integration, Taylor series, transforms, linear algebra, and more. Maxima is descended from Macsyma, one of the oldest computer algebra systems.
How do I run a basic maxima example?
Run `maxima` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -b, --batch _file_ do in maxima?
Process maxima file in batch mode.