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

homogen differential equation generally solution technique
1,9K Downloads
Aktualisiert 27. Jun 2007

Keine Lizenz

[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

Zitieren als

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. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R13SP1
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Symbolic Math Toolbox finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0