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

버전 1.0.0.0 (5 KB) 작성자: Ali OZGUL
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 CenterMATLAB Answers에서 Symbolic 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