1.find the solution to (a problem or question) or understand the meaning of;
did you solve the problem?
2.find the solution;
solve an equation
3.settle, as of a debt;
clear a debt
概述 solve是用来求代数方程的符号解析解。注意可能得到的只是部分的结果,并不是全部解。Matlab中的用法 solve(eq) solve(eq, var) solve(eq1, eq2, ..., eqn) g = solve(eq1, eq2, ..., eqn, var1, var2, ..., varn) 其中,eq代表一个符号表达式或字符串,var代表一个变量名称 详细的解释: g=solve(eq) 函数求代数方程的符号解析解。参量eq表示符号表达式或字符串。若eq是一符号表达式或一没有等号的字符串,则函数对方程的默