|
(3,i)
call dots(tn+h,xn,f)
do 50 i=1,n
50 k(4,i)=h*f(i)
do 60 i=1,n
sk=k(1,i)+2*k(2,i)+2*k(3,i)+k(4,i)
60 xn(i)=tx(i)+sk/6
do 70 i=1,n
70 tx(i)=xn(i)
80 tn=tn+h
return
end
subroutine dots(t,x,f)
real x(10),f(10)
f(1)=x(2)
f(2)=x(3)
f(3)=t+2*x(1)+t*f(1)-t*f(2)
return
end
data : 03xypq
0.0 0.6 0.2 .00
|
- 페이지 24페이지
- 가격 3,000원
- 등록일 2012.03.13
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
solution is
tmcavad=−1tanh1
This result can then be rearranged to yield
⎟⎟⎠⎞⎜⎜⎝⎛=tmgccgmvddtanh
1.2 This is a transient computation. For the period from ending June 1:
PROPRIETARY MATERIAL. © The McGraw-Hill Companies, Inc. All rights r
|
- 페이지 1페이지
- 가격 2,000원
- 등록일 2010.09.27
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
[솔루션] Numerical Analysis 8/E - 수치해석 RICHARD L.BURDEN 8판
입니다
|
- 페이지 298페이지
- 가격 3,900원
- 등록일 2014.03.13
- 파일종류 아크로벳(pdf)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
수치해석 방법
2.2.1 Solution of Equation(Secand, False position, Newton)
...............................................................................
2.2.2 Interpolation(Lagrange, Hermite, Spline Interpolation)
..................................................................................
|
- 페이지 19페이지
- 가격 2,000원
- 등록일 2006.12.14
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
1,n
k(3,i)=h*f(i)
40 xn(i)=tx(i)+k(3,i)
call dots(tn+h,xn,f)
do 50 i=1,n
50 k(4,i)=h*f(i)
do 60 i=1,n
sk=k(1,i)+2*k(2,i)+2*k(3,i)+k(4,i)
60 xn(i)=tx(i)+sk/6
do 70 i=1,n
70 tx(i)=xn(i)
80 tn=tn+h
return
end
subroutine dots(t,x,f)
real x(10),f(10)
f(1)=x(2)
f(2)=x(3)
f(3)=t+2*x(1)+t*f(1)-t*f(2)
return
|
- 페이지 33페이지
- 가격 3,000원
- 등록일 2010.01.16
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|