MAXIMA CAS in MATLAB

版本 1.0.0.0 (2.0 KB) 作者: Jonathan Lister
Utilize MAXIMA CAS in MATLAB as a symbolic toolbox.
464.0 次下载
更新时间 2013/8/6

查看许可证

%MAXIMA enables the use of the MAXIMA CAS in MATLAB
% This function uses the Jacomax (Java Connector for Maxima) to start and
% connect to a session of MAXIMA. The user passes the MAXIMA command in as
% a string and the result is returned as a string that can be used in
% conjunction with the vectorize and inline command to construct a function
% that can be evaluated and plotted in MATLAB.
%
% Required Additional Software:
% 1. Maxima, which is found at:
% http://sourceforge.net/projects/maxima/files/?source=navbar
%
% 2. Jacomax (Java Connector for Maxima) a basic Java interface for the
% Maxima computer algebra system can be found at:
% http://sourceforge.net/projects/jacomax/files/
%
% The contents of their package must be in java class path
% javaaddpath('jacomax-0.2.3.jar')
% javaaddpath('slf4j-api-1.5.11.jar')
% javaaddpath('jacomax-samples-0.2.3.jar')
%
% Additionally, you must modify their jacomax.properties.sample file to
% point to your installation of MAXIMA and change the file name to be
% jacomax.properties
%
% Examples:
% result = maxima('expand((x+2)*(x+3))')
% result = maxima('factor(x^2+5*x+6)')
% result = maxima('integrate(x^2+5*x+6,x)')
% result = maxima('diff(x^2+5*x+6,x)')

引用格式

Jonathan Lister (2024). MAXIMA CAS in MATLAB (https://www.mathworks.com/matlabcentral/fileexchange/42961-maxima-cas-in-matlab), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 External Language Interfaces 的更多信息
致谢

参考作品: SymPy CAS in MATLAB

启发作品: SymPy CAS in MATLAB

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0