sym_getRhs To to get the right hand side vector(column vector). Calling Sequence sym_getRhs() Description This routine is used to get the right hand side vector(coumn vector). If there was an error it prints to Scilab console. Arguments This function takes no arguments Return value It returns a column vector of the right hand side values of constraints. Examples ans=sym_getRhs() Authors Sai Kiran Naragam