sym_getVarLower To get the lower bounds of the variables. Calling Sequence sym_getVarLower() Description This routine is used to get the lower bounds of the variables. If there was an error it prints to Scilab console. Arguments This function takes no arguments Return value It returns a row vector of lower bounds of the variables. Examples ans=sym_getVarLower() Authors Sai Kiran Naragam