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 -

sql - The object name contains more than the maximum number of prefixes. The maximum is 2 -

Java Web Service Soap fault exception client -