• 통합검색
  • 대학레포트
  • 논문
  • 기업신용보고서
  • 취업자료
  • 파워포인트배경
  • 서식

전문지식 2건

Bairstow Method 3x5 - 3x4 + 4x3 - 4x + 4 = 0 << C++ Source >> #include <stdio.h> #include <math.h> void main() { double a1=1,a2=-3,a3=4,a4=0,a5=-4,a6=4; double r0=3; double s0=-4; double b_1=0, b0=0, b1=1; double c_1=0, c0=0, c1=1; while(1) { double b2=a2+r0*b1+s0*b0; dou
  • 페이지 19페이지
  • 가격 3,000원
  • 등록일 2007.10.08
  • 파일종류 한글(hwp)
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
C++ 코드 입니다.. 한학기 내용 정리하고 C++ 코드 올려놨어요.. 1.Choleski 2.Bairstow Method 3.Bisection Method 4.Crout 5.Doolittle 6.False Position Method 7.Gauss-Elimination Method 8.Gauss-Jordan Method 9.Gauss-Seidel Method 10.Inverse Matrix Method 11.LU-Decomposition Method 12
  • 페이지 17페이지
  • 가격 3,000원
  • 등록일 2008.11.06
  • 파일종류 압축파일
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
top