|
printf("w(%1.1f) = %lf y(%1.1f) = %lf error = %lf\n", t, w[i], t, y(t), y(t)-w[i]);
}
}
double f(double t, double w){
return (w/t)-(w/t)*(w/t);
}
double y(double t){
return t/(1 + log(t));
}
Result 없음
|
- 페이지 2페이지
- 가격 1,000원
- 등록일 2006.06.01
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|