|
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주 판매 이력 없음
|
|
37 0.5930
4.3000 0.0668 0.5870
4.4000 0.0604 0.5816
4.5000 0.0547 0.5767
4.6000 0.0495 0.5723
4.7000 0.0449 0.5683
4.8000 0.0406 0.5646
4.9000 0.0368 0.5614
5.0000 0.0333 0.5584
-------------------------------------
2) h=0.5일때
#프로그램 실행
>> rk4
4차 Runge-Kutta Method을 이용한 연립미분방
|
- 페이지 5페이지
- 가격 500원
- 등록일 2005.06.27
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
4th Edition silbery
https://www.britannica.com/science.activation-energy
www.chem.libretexts.org/arrhenius equation
www.chem.libretexts.org/first-order equation
www.chem.libretexts.org/second-order equation
www.chem.libretexts.org/zero-order equation
네이버 두산백과 ; 수분해반응 1)실험제목
2)
|
- 페이지 7페이지
- 가격 2,700원
- 등록일 2019.07.11
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
4th ed. (CA;Wadsworth,1994) p.75
참고문헌
Earl Babbie, the Practice of Social Research, 8th ed. (Wadsworth, 1988)
G.h.Stempel & B.H.Westley, eds, Research Methods in Mass Communication (NJ: PrenticeHall, 1981)
M.J Smith, Contemporary communication Research Methods (CA:Wadsworth,1988)
Nan Lin, Foun
|
- 페이지 16페이지
- 가격 2,000원
- 등록일 2004.10.04
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|