Created by Viacheslav N. Mezentsev (viacheslavmezentsev@ya.ru) in the scope of SMath project. Published by Вячеслав Мезенцев.
This is Open Source project. Sources shared under MIT Licence and available in public SVN repository.

Download Mathcad Toolbox 0.6.9364.38988

Version 0.6.9364.38988
Stable (released at )
Author: Viacheslav N. Mezentsev (viacheslavmezentsev@ya.ru)

Undetermined

File icon zip MathcadToolbox.0_6_9364_38988.zip Size: 120.47 KiB
Downloads: 16 of 40110

Changes

Miscellaneous

  • 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.

Changes history