XCas Plugin for SMath Studio Handheld
Plugin extends functionality of SMath Studio Handheld with XCas functions (
xcint,
xcsolve,
xclimit). To activate XCas as a plugin for SMath Studio, please, put the files XCasPlugins.dll and cas.exe (files should be unpacked before) to the "plugins" folder of installation directory of your copy of SMath Studio (usually program is installed to
"Program Files\SMath Studio").
Note: only for Handheld version of SMath Studio!Functions
xcint([function];[variable]) - Calculation of indefinite integral using XCAS.
xclimit([function],[variable],[limit]) - Calculation of the limit using XCAS.
xcsolve([function],[variable]) - Function solving using XCAS.
Download