matlab - Basic solve with symbolic variable returns said variable -


i cannot basic symbolic expressions solve in matlab. have symbolic toolbox installed (checked ver).

code:

syms x xsol = solve(10*x == 1, x) 

the expected solution x=1/10. somehow matlab returns x, doesn't solve @ all. tried multiple examples documents , haven't progressed. thinking there might wrong symbolic toolbox installation?

if has idea wrong, please let me know!

edit: i'm using matlab 2014a way


Comments

Popular posts from this blog

java - Unable to make sub reports with Jasper -

scala - play framework: Modules were resolved with conflicting cross-version suffixes -

Passing Variables from AngelScript to C++ -