Regular solving technique as sub-function (update:24-07-07)
라이선스 없음
[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.
인용 양식
Ali OZGUL (2025). Regular solving technique as sub-function (update:24-07-07) (https://www.mathworks.com/matlabcentral/fileexchange/15436-regular-solving-technique-as-sub-function-update-24-07-07), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
플랫폼 호환성
Windows macOS Linux카테고리
태그
도움
도움 받은 파일: First-Order Degree Linear Differential Equations (Integration factor Ig=x^a*y^b) (Update: 23-06-07)
도움 준 파일: Homogen Differential Equations Solving (update:27-06-07)
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!버전 | 게시됨 | 릴리스 정보 | |
---|---|---|---|
1.0.0.0 | updated several cyclomatic-complexity and m-lint error codes. |