Does the current Symbolic Math Toolbox still use the MuPAD as its underlying implementation?
1 回表示 (過去 30 日間)
表示 古いコメント
Hello everyone!
In the latest version of the Matlab, the following commands still work:
clear all;
feval(symengine,a:=0.4)
feval(symengine,a+1)
I mean, it uses the same sytax as the MuPAD instead of the syms(‘a’) in the Matlab.
In the past, the Symbolic Math Toolbox used the Maple kernel and then changed to the MuPAD. A few years ago, MuPAD windows was removed from the standard console. What about now? Is the current symbolic mathematics toolbox a new engine developed by Mathworks itself, or is it just an interface with the underlying MuPAD?
So could anybody tell me whether the current computer algebra in the Matlab still use the MuPAD as its underlying implementation?
Thank you in advance!
Lemon
0 件のコメント
採用された回答
Steven Lord
2023 年 5 月 26 日
What was removed was the MuPAD Notebook interface, not the symbolic computation engine.
Is there a specific reason you are interested in details about the underlying infrastructure? The API to perform symbolic calculations remains. Or is this more a question of curiosity?
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!