• AI글쓰기 2.1 업데이트
  • AI글쓰기 2.1 업데이트
  • AI글쓰기 2.1 업데이트
  • AI글쓰기 2.1 업데이트
  • 통합검색(278)
  • 리포트(187)
  • 논문(75)
  • 자기소개서(7)
  • 시험자료(5)
  • ppt테마(2)
  • 방송통신대(1)
  • 이력서(1)
판매자 표지는 다운로드시 포함되지 않습니다.

"Iteration method" 검색결과 161-180 / 278건

  • Euler`s method,Heun`s method,midpoint method ,Runge-Kutta method
    ' method가 된다. 또한 corrector에서 구해진 y를 다시 corrector의 predictor값에 대입하면 실제값에 훨씬 가까운 값을 얻을 수 있다. 그래프는 iteration ... 는 다른 method에 비해 프로그램 코딩도 적고 특별한 iteration도 없이 한번에 거의 정확한 solution을 구할 뿐 아니라 그 오차 값도 매우 적어서 다른 method ... 에 비해 효율적이기 때문이다. 비교적 정확한 Heun's method와 비교했을 때도 Heun's method에서는 적어도 몇 번 정도는 iteration을 해줘야 하용 오차 범위
    리포트 | 15페이지 | 1,500원 | 등록일 2008.06.25 | 수정일 2017.05.29
  • Newton-Raphson Method, modified secant method
    에 적용해 문제를 풀어보았다. Newton-Raphson Method의 경우 initial guess를 0.002를 넣고 iteration 했는데 위에서 보는 바와 같이 상당히 ... main(){double xi, xr, ea;int iter=0;cout < "Problem 8.10 (a) by the Newton-Raphson Method" < "\n";c ... determine the mass of methan contanied in the tank.◎ Results ◎1. Newton-Raphson Method2. modified
    리포트 | 16페이지 | 1,500원 | 등록일 2008.06.25 | 수정일 2017.05.29
  • c++을 이용한 Gauss seidel 프로그램
    -NamDescription : Gauss Seidel Method is an iterative technique to solvethe linear system Ax=b. It is ... better than Jacobi method.E1 : 4 1 1 0 1 6E2 : -1 -3 1 1 0 6E3 : 2 1 5
    리포트 | 6페이지 | 2,500원 | 등록일 2009.06.23
  • 판매자 표지 자료 표지
    XRD 기본 정리와 rietveld로의 응용 및 실습 (abc값 구하기)
    Formula Name of Substance 5) Data on Diffraction Method Used 6) Crystallographic Data 7) Optical Other ... , I/I 1 계산 Hanawalt method 1) Pattern 획득 2) d 계산 3) I/I1 계산 (Background 제외 ) : 시료 준비에 따라 오차발생 5, 10 단위 ... Input file (. pcr ) Powder XRD data Run Iterative procedure Edit the pcr file to select the
    리포트 | 60페이지 | 2,500원 | 등록일 2012.12.07
  • Heuristic Routing
    value (OFV) is met.+ Basic Improvement Method (BIM) - A single iteration of BIM involves swapping ... until this best solution is proven to be the best. The method used from a heuristic algorithm is ... one of the known methods, such as greediness, but in order to be easy and fast the algorithm ignores
    리포트 | 14페이지 | 4,000원 | 등록일 2009.09.16
  • BISECTION, FALSE POSITION 방법을 이용한 예제와 코딩
    related to depth y byandSolve for the critical depth using (a) the graphical method, (b) bi-section, and ... (c) false position. For (b) and (c) use initial guesses ofand, and iterate until the approximate ... error falls below 1% or the number of iterations exceeds 10. Discuss your resultSolution(A) GRAPHICAL
    리포트 | 10페이지 | 1,000원 | 등록일 2008.03.10
  • [델파이기법][델파이][델파이 신전][신전][델파이 법][법][그리스]델파이기법의 개념, 델파이기법의 역사, 델파이기법의 특징, 델파이기법의 목적, 델파이기법의 조사단계 분석
    (Delphi Method, Delphi Technique)은 고대 그리스 신화에서 신탁으로 유명한 ‘델파이 신전’에서 그 이름을 따온 것으로, 특정한 문제에 대하여 미래를 예측하기 위해 ... (iteration)하였으며, ③취합된 결과의 요약을 질문지에 담아서 응답자들에게 배부하는 통제된 환류의 방법을 활용하였고, ④응답자의 견해를 취합하여 전체적인 경향을 중위수, 분포도
    리포트 | 5페이지 | 5,000원 | 등록일 2013.04.13
  • 수치해석 - regression (line pitting)
    } =` sum _{i=1} ^{n} x _{i} ^{3} y _{i} 이는 linear argebraic equation 이므로, iteration method 나 approximate ... method를 이용하여 계수 값을 결정할 수 있다.하지만, 이러한 방법들은 발산의 위험성과 iteration에 의한 오차의 발생을 무시할 수 없기 때문에, 행렬로 변환 ... 하여 Decomposition method인 Gauss elimination이나 LU decomposition 등을 이용하여 계수 값을 결정할 수 있다.{pmatrix{`````n
    리포트 | 20페이지 | 5,000원 | 등록일 2010.07.05
  • MATLAB] SOR,CG,PCG method
    .00000003 67.27272731 59.54545459]TABLE n=10 Method Conv. Iterations Solution SOR 27 [ 6.32899884 5 ... _error = 1; iter = 0; n = size(A); if n(1) == n(2 ) while (cur_error = error) (iter = max) iter = iter ... %.8f %.6f\ n',iter,x (1),x(2),x(3),x(4), cur_error ); end else fprintf (‘ 입력값오류 '); endSOLUTION When
    리포트 | 16페이지 | 3,500원 | 등록일 2009.06.17 | 수정일 2025.02.06
  • 수치해석 c프로그래밍
    [ 공학수치해서 program1 ]Secant method를이용한 해 구하기1. ProblemProg. HW #1 Due 01/04/2010 (Mon.)Lee and Duffy ... 적절한 method를 선택하기 전에 graph를 그려보았다.그래프를 확인 결과 프로그래밍 하기 간단한 Secant method를 이용하고자 한다.3. Programing with C ... num = 40; // 최대 계산의 횟수printf("This is the Secant Method.\n");f0 = func(p0); // f0 에 좌측 경계 함수값 입력f1
    리포트 | 7페이지 | 1,500원 | 등록일 2010.06.05 | 수정일 2016.04.03
  • QR-method
    -diagonal entries in the QR-method depends. For this purpose write a program that first ... int i,j,n,N=20; // i,j,n 변수 정의 및 iteration 횟수 20회S1=sqrt(pow(A0[1][0],2)+pow(A0[2][0],2)+pow(A0[3][0
    리포트 | 8페이지 | 2,000원 | 등록일 2010.09.27 | 수정일 2021.12.13
  • 수치해석, Gauss-Seidel
    Method를 통해 각 method 간의 장단점을 비교해보았다. 그전에 간단히 Gauss-Seidel을 사용하기 위한 조건을 확인해 보았다.옆에서 보는 것처럼 xi는 aij (i=j ... 에서 바람일 불어올 때의 결과를 보면 initial guess를 모두 0으로 하고 F1부터 구하였다. 9번의 iteration을 통해 교과서에서 확인한 정해와 거의 근접한 값을 얻 ... 을 수 있었다. 바람이 왼쪽과 오른쪽에서 불때의 결과도 동일한 소스에 외력항만을 변화시켜 구해보았고, 8번의 iteration을 통해 만족할 만한 결과를 얻
    리포트 | 11페이지 | 1,500원 | 등록일 2008.06.25 | 수정일 2017.05.29
  • c++을 이용한 fixed point iteration 프로그램
    : We can make solution of equation in one variable by numerical analysis method such as Fixed ... Point Iteration
    리포트 | 6페이지 | 1,500원 | 등록일 2009.06.23
  • elliptic,FDM,열전달,평판열전달,평판
    RESULT:모든 method에서 옆의 형상과 같은 온도 분포의 값을 찾을 수 있었다. 자세한 수치를 기입한 등온선 곡선은 하나만 나타내고, 각 method를 직접 코딩한 것 ... , 결과에 대한 간단한 그림과 relaxation parameter에 대한 iteration number에 대해서 결과로 나타내겠다.중략..4. The Alternating ... Direction Implicit (ADI) Method ADI is the complement method of the LSOR for the rapid transmission of
    리포트 | 10페이지 | 3,000원 | 등록일 2007.12.03
  • C 뉴튼랩슨법 프로그램 소스
    ;float e ;int i ;printf("************************************** \n") ;printf("* Newton-Raphson Method ... ) ;printf("\n%3dth Iteration Root : %f < with error %f > \n",++i,xi,fabs(eval_f(xi))) ;} while( fabs
    리포트 | 4페이지 | 1,000원 | 등록일 2009.12.16
  • bisection, false position, 수치해석
    );void main(){double xl, xu, xr, xold, ea ;int iter=0;cout < "Problem 5.15 by Bisection Method" < "\n";xl = 0.5;xu = 2.5;//initial guessxold = 0;while (iter ... v = 35 m/s at t = 9s. ( Determine m to a level of= 0.1% )◎ Results ◎1. Bisection Methods2. False ... -Position Methods◎ Comments ◎문제에서 주어진 식은 낙하산을 타고 강하하는 사람의 속도를 표현해 주는 방정식이다. 위 식에서 속도와 시간이 주어질 때 질량을 구하
    리포트 | 10페이지 | 1,500원 | 등록일 2008.06.25 | 수정일 2017.05.29
  • 메카니즘의 설계이해와 기계운동해석_비선형방정식
    onverge to, the actual root.The formula for(i.e.,at theiteration) isExample 1 : Use Newton's method ... .2632, 1.2632 }⑧ The root is obviously 1.26932 and it took only 3 iteration to convergeExample 2 : Use ... Newton's method to find the roots of the function2. 비선형 연립 방정식의 근 찾기(a)(b)식(a)와 (b)를 Taylor series
    리포트 | 30페이지 | 1,000원 | 등록일 2010.01.12
  • 전남대학교 응용수치해석 경계층 레이놀드
    방정식의 풀이 시 사용했던 bisection method, incremental method, fixed-point iteration 등의 방법을 통해 풀이할 수 있다.우선 초기 ... :f'(0)=f(0)=0```````````f'( INF )=1이 방정식을 앞에서 학습한 4차 Runge-kutta 법과 Shooting method를 이용하여 해를 구해보 ... ) Shooting method: Shooting method(사격법)에서는 경계값 문제를 그와 동등한 초기값 문제로 변환한다. 그 후에 주어진 경계 조건을 만족하는, 변환된 초기값
    리포트 | 14페이지 | 4,500원 | 등록일 2011.07.04 | 수정일 2018.04.18
  • Fortran: False position, Newton 법
    False Position Method, Question 1.2F(X)=X*ALOG(X)-1 READ(5,*)X1,X2,ITM EPS=1.0E-4 IT ... X,`ROOT=`,F10.3/1X,`ITERATION=`,I3) STOP 1000 WRITE(6,210) IT 210 FORMAT(1X,5X,`ITERATION=`,I2
    리포트 | 7페이지 | 1,000원 | 등록일 2008.09.12
  • International Competitive Strategy
    Plans 3. Planning Methods 4. Planning Process 5. Competitor AnalysisInternational strategy ... and continues upward. Iterative Planning Repetition of the bottom-up or top-down planning process ... until all differences are reconciledMethods of planning “Iterative planning of 3M” Played the key role
    리포트 | 14페이지 | 1,500원 | 등록일 2009.10.24
  • EasyAI 무료체험
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2025년 10월 11일 토요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
5:48 오전
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감