• 통큰쿠폰이벤트-통합
  • 통합검색(216)
  • 리포트(187)
  • 논문(14)
  • 자기소개서(6)
  • 시험자료(5)
  • ppt테마(2)
  • 방송통신대(1)
  • 이력서(1)

"Iterative Method" 검색결과 41-60 / 216건

  • 중앙대/수치해석 과제2 matlab코드포함
    101.30.65100.03520.651.30.97533.32.530.9751.31.137514.313.840.9751.13751.056257.75.650.9751.056251.0156234.01.6>> 실행결과와 교재의 결과가 같다.프로그램function root=mfalse(func,xmin,xmax,n)%임의의 function 을 입력받아 False Position method ... = iter+1;fprintf(fin01,'iter%d\n', iter);for y = 1:nfor x =1:nfprintf(fin01, '%f\t', A(y,x));endfprintf ... = iter+1;if xr==0,end;ea = abs((xr-xold)/xr)*100;fprintf(fin01, '%d\t%f\t%f\t%f\t%f\n',iter,xl,xu,xr
    리포트 | 8페이지 | 1,000원 | 등록일 2019.04.11
  • [레포트] 수치해석 HW#7
    ] = GaussSeidelR (A, b, lambda, es, maxit)% GaussSeidelRelax: Gauss Seidel method with relaxation% x ... + 1;disp([iter, x', ea, max(ea)])if max(ea) = maxit, break, endendea = max(ea);ii) Command>> A = [0.8 ... 5.9958ea1 =1.4659ea2 =0.1436ea3 =0.3797x1=0.5010, x2=7.9969, x3=-5.995812.13i) Codefunction [x, ea, iter
    리포트 | 9페이지 | 1,000원 | 등록일 2019.07.03
  • 수치 실습 4차 과제
    Gauss-seidel iteration은 대각성분을 1로 만들고 나서 successive하게x ^{(n)}을 계산한다. ... Q^-1)*A;h=(Q^-1)*b;x=zeros(4,1);for n=0:4;x=L*x+h;enddisp(x)1.0000-1.00001.0000-1.0000Least Squares Methods ... More on Linear systemsExercise 1jacobi iteration은 대각성분을 1로 만들고 나서 simultaneous하게x ^{(n)}을 계산한다.
    리포트 | 5페이지 | 1,000원 | 등록일 2019.06.27
  • (영어) 수치해석 문제 및 답안 [ Numerical Analysis ] (MATLAB 이용)
    So I solve this problem by using Bisection method, Newton's method and Secant method. ... lower and upper guesses es = (optional) stopping criterion (%) maxit = (optional) maximum allowable iterations ... And another formulas are the procedure of the bisection method in the matlab.
    리포트 | 10페이지 | 3,000원 | 등록일 2016.12.23 | 수정일 2017.01.06
  • 매트랩 프로그래밍-수치해석 2
    세 방법 중 가장 빠르게 error가에 도달하는 것은 Newton's method였으며 가장 늦게 도달하는 방법은 secant method였다. ... elseb=(a+b)/2;by=5/3*cos(pi/6)-5/2*cos((a+b)/2)+11/6-cos(pi/6-(a+b)/2)endend·interration number에 따른와iteration ... (5/2*sin(a)-sin(pi/6-a));b=x;xy=5/3*cos(pi/6)-5/2*cos(b)+11/6-cos(pi/6-b)end·interration number에 따른와iteration
    리포트 | 5페이지 | 1,000원 | 등록일 2010.09.08
  • 열전도 방정식 엑셀 코드
    이 방법은 iterative methods의 한 가지 방법으로 볼 수 있겠으며, 적절한 △t 값을 넣어야지 빠르게 convergence하는 반면 적절치 않은 8s≤△t를 넣으면 divergence ... anal값 사이의 오차가 많이 발생하였다.따라서 explicit method 이든 implicit method 이든 각 상황에 맞게 장점을 살려서 각각의 코딩을 짜서 문제를 풀면 ... 실제로 이 방법과 explicit method의 방법으로 한 결과를 비교해 보았을 때 또한 비슷한 결과를 볼 수 있었다. implicit method 또한 x가 증가함에 따하 num값과
    리포트 | 6페이지 | 3,000원 | 등록일 2018.12.02
  • 디지털통신설계 HW4(소스코드포함)equalization
    Draw BER performances of 4QAM using equalization methods(ZF,MMSE and ML) in Rayleigh fading channel.code ... );error_ZF(n) = error_ZF(n) / (bit_num * iteration);error_ML(n) = error_ML(n) / (bit_num * iteration) ... close allbit_num=1e4; %bit numberbit_per_sym = 2;fqam_codebook = [1+1i -1+1i 1-1i -1-1i]/sqrt(2);%% 수신부iteration
    리포트 | 6페이지 | 1,000원 | 등록일 2016.10.12
  • 자바 디자인 패턴
    1 iterator패턴- 접근기능을 자료구조와 분리시켜 객체화함- Iterator : hasNext(접근할 다음원소를 판단한 후 true, false를 반환하는 롤메소드), next ... (다음원소를 반환하는 롤메소드)로 이루어진 인터페이스- ConcreteIterator : Iterator의 인터페이스를 구현- Aggregate : Iterator객체를 생성하고 반환하는 ... method만 바꿔주면 된다.- 장점 : 상위클래스에서 template method를 구현하면 하위 클래스에서 상속하여 로직을 공유한다.4.
    리포트 | 3페이지 | 1,500원 | 등록일 2015.03.11
  • Matlab을 이용한 에너지시스템 과제(최적발전량) [Gradient Method, Newton Method]
    Gradient Method를 이용하여 최적 발전량P _{1},P _{2},P _{3} 결정? ... Newton Method를 이용하여 최적 발전량P _{1},P _{2},P _{3} 결정? ... _{1} =600MW 으로 고정.최종적으로 수렴하는 값P _{1} `=600MWP _{2} `=187.13MWP _{3} =62.87MW이는 iteration해서 구한P _{2},
    리포트 | 12페이지 | 1,000원 | 등록일 2016.02.13
  • 수치해석 bisection, newton raphson, secant method c프로그래밍
    Plot the graph showing the decrease of error with iteration and discuss the convergence rate.C언어를 이용하여 ... Tabulate the change of errors obtained from the three methods.#3. ... 경우는 Taylor급수 전개를 이용하여 유도되는 방법이기 때문에 오차: Ei+1 = O(Ei^(2))가 이전오차의 제곱에 비례하기 때문에 가장먼저 수렴한다 말할 수 있다.Secant Method
    리포트 | 5페이지 | 1,000원 | 등록일 2017.05.30
  • 수치해석 문제풀이
    Use three iterations of the false-position method to determine your answer. ... Determine the approximate relative error after each iteration.
    리포트 | 8페이지 | 1,000원 | 등록일 2015.11.08
  • 인하대학교/기계공학/수치해석/주현철교수님/Homework2
    ━━━━━━━\n"); while( iter < 30) // 반복구문 사용 { xr = (xl + xu ) / 2 ; // bisection method에서의 xr ea = ( ... Q ) 1 -1 // Use The bisection method#include #include // y = ln(x^4) - 0.7 long double ... 포인터 사용 long double xl = 0.5 ; // 초기값 중에 작은 것 long double xu = 2.0 ; // 초기값 중에 큰 것int iter
    리포트 | 1,500원 | 등록일 2014.07.30
  • 밸류에이션, 재무 모델 엑셀 적용 시 과정 및 기본적인 팁(Tips to financial modeling, valuation using excel)
    필드 차트(Football field chart)- 기업가치평가(Valuation)- 다양한 밸류에이션 방법들 간 비교(Summarize the various valuation methods ... EBITDA를 산출할 수 있게 하는 등의 자체 함수 Logic을 구축다른 엑셀파일 Sheet와 연동하는 것은 반드시 필요한 경우 제외하고 하지 않는게 좋음순환참조를 피하기 위해 iterative
    리포트 | 5페이지 | 2,000원 | 등록일 2019.06.17
  • 4 Simultaneous Linear Equation(II)
    ’12. 10. 8( 월 ) Indirect Iterative Method 개 요 6 - 12 Jacobi's iterative method 임의의 초기값 x 를 선정하여 수렴할때 ... Method) Jacobi's iterative method Matlab Programming Gauss – Seidel MethodCrout’s Method Numerical Method ... Method ’12. 10. 8( 월 ) 개 요 8 - 12 Gauss – Seidel Method Iterative Method + Approximate Method( 반복 +
    리포트 | 15페이지 | 3,000원 | 등록일 2013.11.28
  • 수치해석
    error = 0.0001 or maximum iteration number 1000. finally operate Matlab. ... (line 10 ~ 47)Make the algorithm for biseciton method.then, define two way for stop calculation. absolute
    리포트 | 4페이지 | 1,000원 | 등록일 2015.01.06
  • 수치해석 Gauss-Jacobi, Gauss-Seidel
    method는 반복법(iterative method)에 근사법(approximate method)를 접목시킨 것입니다. ... method와 거의 흡사하지만 다음을 위해 저장을 해둔다는 점에서 Gauss-Seidel method보다 좀 더 유용한 경우도 있습니다. ... method를 활용해 fortran 코드를 설계했습니다.
    리포트 | 11페이지 | 2,500원 | 등록일 2014.12.09
  • Gauss-Seidel method, SOR
    Iterative Method는 근을 구하는 또 다른 방법이다. ... Iterative Method 중 하나인 Gauss-Seidel Method을 알아보고 Gauss-Seidel Method 이용하여 다음 문제를 풀어보도록 하자.Solve an arbitrary ... 이용되는 Iterative Method 초기 근을 가정한 후에 더 좋은 근의 값을 추정하는 체계적인 절차를 이용한다.
    리포트 | 12페이지 | 2,500원 | 등록일 2013.05.30
  • 보건통계학 과제
    INTO Dependent.평상시 스트레스인지(M_STR)를 Dependent로 코딩하였습니다.EXECUTE.LOGISTIC REGRESSION VARIABLES Dependent/METHOD ... =ENTER INT_WD_MM2/PRINT=CI(95)/CRITERIA=PIN(0.05) POUT(0.10) ITERATE(20) CUT(0.5).케이스 처리 요약가중되지 않은 케이스aN퍼센트선택
    리포트 | 6페이지 | 1,000원 | 등록일 2019.02.07
  • 비선형 해석에 의한 원형박판의 안정성 연구
    대한안전경영과학회 김치경
    논문 | 6페이지 | 4,000원 | 등록일 2016.04.02 | 수정일 2023.04.05
  • 원강 영문 레포트 자
    Ban on unfair methods of competition:Businesses are prosecuted for using illegal methods against their ... This model combines the elements of the waterfall model with the iterative philosophy of prototyping.Example ... It illgal methods are allowed, there is a high risk for their country economy.
    리포트 | 20페이지 | 10,000원 | 등록일 2016.07.19
  • 아이템매니아 이벤트
  • 유니스터디 이벤트
AI 챗봇
2024년 09월 15일 일요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
6:52 오전
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
9월 1일에 베타기간 중 사용 가능한 무료 코인 10개를 지급해 드립니다. 지금 바로 체험해 보세요.
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감
방송통신대학 관련 적절한 예)
- 국내의 사물인터넷 상용화 사례를 찾아보고, 앞으로 기업에 사물인터넷이 어떤 영향을 미칠지 기술하시오
5글자 이하 주제 부적절한 예)
- 정형외과, 아동학대