Solving differential equation with accurate solutions?

조회 수: 1 (최근 30일)
Lasha
Lasha 2014년 3월 30일
답변: CHANDRA SHEKHAR BESTA 2014년 3월 30일
So I want to solve this differential equations with let's say the initial condition x1 and then I want to solve it for x1+d(d somewhere in 10^-6 range). So how do I solve it? thanks,

채택된 답변

CHANDRA SHEKHAR BESTA
CHANDRA SHEKHAR BESTA 2014년 3월 30일
Use this command, before starting your calculation.
_
format long

추가 답변 (1개)

John D'Errico
John D'Errico 2014년 3월 30일
This is really a non-question. It is far too generic, so the answer will be of no serious use.
You solve it the same way you solve any ODE. With care in the numerical analysis, which probably means understanding the tools you will use, and understanding ODEs in general. You solve it with the right tool. Of course, often the proper tool depends on the ODE to be solved, etc.
My point is that you are thinking that a distance of 1e-6 is a tiny distance. So scale the problem, transforming things by a factor of 1e-6. Now the distance is 1. Problem solved!
Effectively, instead of using units of kilometers, where a distance might be measured as 1e-6 kilometers, you transform the problem to have units of millimeters. Of course, you still need to do all of the things I discussed before.

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by