Regular solving technique as sub-function (update:24-07-07)

版本 1.0.0.0 (3.3 KB) 作者: Ali OZGUL
symbolic regular solving technique
1.2K 次下载
更新时间 2007/7/24

无许可证

[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 (2024). 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 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Linear Algebra 的更多信息

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.