Homogen Differential Equations Solving (update:27-06-07)

homogen differential equation generally solution technique
ダウンロード: 1.9K
更新 2007/6/27

ライセンスがありません

[Description:]
In this application is descriptioned homogen-differential equations generally solutions with matlab symbolic tool's.

Generally homogen-differential equation's form is (where R=[d/dx] ) sum {i=1:n} [C_(i)*R^{i}].y=0

Here, firstly sub function-[regsolution.m] solving differential equation's polynomial form and determine all roots order-degree, secondly it is sub function-[homsolution.m] analysis all roots be complex or real value's with order-degree and outputs differential equations generally solution of regular format. This [homsolution.m] sub-mosule's (func) be possible matrix format.

I wish, this work will be usefuly of several mathematical areas.

[Example:]
homsolution(R^4+R^3+2*R^2-R+3) <---|
%
%R^4+R^3+2*R^2-R+3
%
%+exp^(-1+1.4142ix).(C4)+exp^(-1-1.4142ix).(C3)+exp^(0.5+0.86603ix).(C2)+exp^(0.5-0.86603ix).(C1)
% 0.5000 - 0.8660i 1.0000
% 0.5000 + 0.8660i 1.0000
% -1.0000 - 1.4142i 1.0000
% -1.0000 + 1.4142i 1.0000

引用

Ali OZGUL (2024). Homogen Differential Equations Solving (update:27-06-07) (https://www.mathworks.com/matlabcentral/fileexchange/15439-homogen-differential-equations-solving-update-27-06-07), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R13SP1
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSymbolic Math Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0