Viacheslav N. Mezentsev (viacheslavmezentsev@ya.ru)SMath项目的作用域中创建。由Вячеслав Мезенцев发布。
这是一个开源项目。MIT许可证下共享的源代码SVN存储库

下载Mathcad Toolbox 0.6.9364.38988

版本0.6.9364.38988
稳定(发布于)
作者:Viacheslav N. Mezentsev (viacheslavmezentsev@ya.ru)

Undetermined

File icon zip MathcadToolbox.0_6_9364_38988.zip 大小: 120.47 KiB
下载:16 of 40113

修改

杂项

  • The set of variables to be solved is now implicitly determined from all initial guesses (`≈`);
  • The function signature is now more flexible. Users can either omit the variable list to get all results, or specify which variables they want returned;
  • Output variables can be specified either as a flat list (`find(sys, x, y)`) or as a `sys`/`mat` block (`find(sys, sys(x,y))`);
  • Introduces `_` as a wildcard argument (`find(sys, _)` or `MathcadBlock -> find(_)`);
  • The output is now filtered to return only the subset of variables requested by the user, in the specified order.

改变历史设置