|
al 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;
}
|
- 페이지 3페이지
- 가격 1,000원
- 등록일 2006.06.01
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|