|
4th order RK method
#include <iostream.h>
#include <math.h>
double g=9.81, m=90, Cd=0.225;
double dvdt(double v, double t)
{
return g-Cd*v*v/m;
}
double dsdt(double v, double t)
{
return g*t-Cd*v*v*t/m;
}
void main()
{
double t0, h;
double s,v;
t0=0;
h=0.25;
v=0;s=0;
cout << "Use 4
|
- 페이지 14페이지
- 가격 1,500원
- 등록일 2010.02.02
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Method\n");
printf(" h = 0.25 \t\t error\t\t h = 0.25\t\t error\n");
for(i=0 ; i<=4 ; i++)
{
t = 0.25*i;
printf("w(%1.1f) = %e\t%e\tw(%1.1f) = %f\t%e\n",t ,w[i] ,absol(y(t)-w[i]) ,t ,v[i], absol(y(t)-v[i]));
}
}
double f(double t, double w)
{
return 5*exp(5*t)*(w-t)*(w-t)+1;
}
double absol(double
|
- 페이지 3페이지
- 가격 1,000원
- 등록일 2006.06.01
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
오일러 방식과 비교해서 정상적으로 출력되어야하는 값과 좀 더 일치해지는 것을 확인할 수 있었습니다. 지금껏 배운 선형 방정식을 풀기위한 방법들을 사용해서 앞으로 전공으로 진행할 프로젝트에서도 같이 사용한다면 좋을 것 같다는 생
|
- 페이지 7페이지
- 가격 1,000원
- 등록일 2013.01.24
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
method of this study, I will study this theme according to chronological order. This research will refer to primary sources first, and it will also consult secondary sources related to the theme. Regarding the scope of my research, I will examine mainly various great monks who contributed to monasti
|
- 페이지 19페이지
- 가격 2,000원
- 등록일 2010.01.08
- 파일종류 워드(doc)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|