[regularsolution] = regsolution(func,flag)
func = function(R-parameter)
The [regularsolution] is the symbolic expression on general maple's [solve.m] function. "R" parameter is selected as symbolic variable for [regularsolution.m]
This solution sub-function outputs are returnning the regular solution technique with solution's roots order-degree
Example;
regsolution((R^4-1)^10*(R^2+1)*(R-5),0);
or try;
regsolution((R^4-1)^10*(R^2+1)*(R-5),1);
Not: I have perused, more matlab sub- function, but I don't find, while can I do this function application with matlab's main function. If this sub-program run-application is possible the matlab main sub-function than can you send review me for this submission. |