sym_getVarSoln Get the solution for the problem Calling Sequence sym_getVarSoln() Description Get the solution for the problem after solving it. This function may fail if the problem has not been solved already. Use sym_solve() in this case. Arguments This function takes no arguments Return value Returns a matrix with 1 row and number of columns equal to number of variables, that represents the solutions for those variables Examples sym_getVarSoln() Authors Keyur Joshi