• 파일시티 이벤트
  • LF몰 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트
  • 통합검색(96)
  • 리포트(88)
  • 논문(5)
  • 시험자료(2)
  • 자기소개서(1)

"euler method" 검색결과 1-20 / 96건

  • 파일확장자 경북대학교 응용유체역학 Blasius equation Matlab 코딩, 레포트 Secant, Shooting, Euler method
    "응용유체역학 Blasius equation Matlab 코딩, 레포트 Secant, Shooting, Euler method"에 대한 내용입니다.
    리포트 | 7페이지 | 9,000원 | 등록일 2020.11.16 | 수정일 2021.12.05
  • 파워포인트파일 [MATLAB] Euler Method
    Mathematical modeling Euler's method Index Euler's Method 란 무엇인가? Problem 2. ... This procedure of using successive “tangent lines” is called Euler's Method. Problem2. ... Analytic 한 풀이 matlab code. compare Conclusion Euler Method y' = f(x,y) , y(x0)=y0 L(x) = y0 + f(x0,y0
    리포트 | 14페이지 | 2,000원 | 등록일 2009.06.17
  • 파워포인트파일 [MATLAB] Euler_method
    by Analytic method Solve the problem by Euler's method Discussion of result 1.Introduce the problem ... Modeling Mathematical Solve by Euler's Method Introduce the problem 1 2 Index 3 3 4 4 Solve the problem ... Use Euler's method with step size h=0.1 to approximate the solution to the initial value problem y'=x
    리포트 | 9페이지 | 1,000원 | 등록일 2009.06.17
  • 한글파일 오류 프로그램(euler method, crank method, runge kutta method)
    문제 f=-2xy, y(1)=1 일 때, forward euler method, backward euler method, crank nicolson method, 4th order ... y_exact3-y : y-y_exact3)); return 0; } 2)capture 2) Backward Euler Method (1)source file #include #include ... 각각의 방법에 대한 프로그램 소스 파일들을 작성했고, 실행화면을 캡쳐해서 사진을 첨부했다. 4가지 방법으로 나온 에러값들을 엑셀로 옮겨 그래프를 작성하였다. 1) Forward Euler
    리포트 | 8페이지 | 1,500원 | 등록일 2011.01.11
  • 한글파일 수치해석 C++ Euler's method, fourth order runge-kutta method, final project
    () // Euler Method 함수정의 { v=0; x=0; for(int i=0; i ... Euler’s Method ■ y prime _{n} =f(t _{n} ``y _{n} ), y(t _{0} )=y _{0}■ y _{n+1} =y _{n} +f _{n} h 2. ... Euler’s Method는 x=x+hv, v=v+ha, a=(- {c} over {m} )v+(- {k} over {m} )x+ {160cos2t} over {m}를 이용하여 구하였고
    리포트 | 7페이지 | 3,000원 | 등록일 2014.06.21
  • 한글파일 Improved Euler`s Method & A Fourth Order Runge-Kutta Method
    =1 일 때 각각의 h값에 대한 Improved Euler's Method를 적용하여 값을 구하시오. ] Improved Euler's Method는 다음과 같다. h=0.1인 경우 ... 공학수학 및 연습 -상미분 방정식의 수치해법 제 출 일 교수님성함 학 과 학 번 이 름 Improved Euler's Method p278 example2 [ y'=2xy, y(1)
    리포트 | 9페이지 | 1,000원 | 등록일 2011.05.21
  • 한글파일 Euler`s method,Heun`s method,midpoint method ,Runge-Kutta method
    Iterate the corrector to = 1 %. ◎ Approach & Results ◎ ◎ Comments ◎ Heun's methodEuler's method가 개선된 ... 먼저 predictor는 Euler's method 의 형태이다. predictor에서 구해진 y를 corrector ◎ Runge-Kutta method중에서 fourth-order인 ... Obtain your solution with (a) Euler's method and (b)the fourth-order RK method. ◎ Approach & Results
    리포트 | 15페이지 | 1,500원 | 등록일 2008.06.25 | 수정일 2017.05.29
  • 한글파일 [수치해석] Heun`s methodEuler`s method로 미분방정식 구하기
    Heun COMMENT 위에서 Heun's methodEuler's method로 미분방정식을 계산하여 그 값들을 구하였다. ... 구간을 작게 할수록 Euler's method의 오차가 줄어드는 것을 확인할 수 있다. ... 미분방정식을 Runge-Kutta method를 사용하여 풀어보면, 계산값은 간격이 1일 때의 값이며 1차는 Euler method, 2차중에서는 Heun's method를 사용한
    리포트 | 5페이지 | 1,000원 | 등록일 2009.04.08
  • 워드파일 수치해석. matlab을 이용하여 Euler`s method와 Runge-kutta method(2차, 4차)로 근사해 구하기
    Euler's method와 Runge-kutta method(2차, 4차)로 근사해 구하기 수치해석. ... Euler's method와 Runge-kutta method(2차, 4차)로 근사해 구하기페이지 PAGE \* MERGEFORMAT 1 ... Use the Euler's method and the Runge-Kutta second and forth methods to approximate the solution to each
    리포트 | 4페이지 | 1,000원 | 등록일 2009.12.14
  • 한글파일 Euler method 초기치문제의 오일러 매소드
    /* This program is Euler's Method for exercise 5.2.3.a y' = (y/t)-(y/t)^2 , for 1 ... Method for exercise 5.2.4.a y' = (y/t)-(y/t)^2 , for 1 ... %f\n",t,w[i]); } } float f(float w, float t){ return (w/t)-(w/t)*(w/t); } Result /* This program is Euler's
    리포트 | 6페이지 | 1,000원 | 등록일 2004.12.04
  • 한글파일 초기치문제의 Modified Euler's Method, Heun's Method, Mid point Method
    /* This program is Modified Euler's Method for exercise 5.3.4.a y' = (y/t)-(y/t)^2 , for 1 ... ,w[i]); } } float f(float w, float t){ return (w/t)-(w/t)*(w/t); } Result /* This program is Heun's Method ... i]); } } float f(float w, float t){ return (w/t)-(w/t)*(w/t); } Result /* This program is Mid point Method
    리포트 | 3페이지 | 1,000원 | 등록일 2004.12.04
  • 엑셀파일 공업수학1 numerical method 미니프로젝트
    Runge-Kutta 4th Order is most accurate "Because the Euler's rule and Improved Euler's rule take the form ... 220.0855369218.08553692212.635235867.450301061219.306321550.779215373251.6682404263.1032378465.3330623480.5208464320.081266830.004270096 Answer the question: Which method ... Step = h = 0.1 AnalyticalEulerImproved Euler Runge-Kutta 4th Order xyErrorxyErrorxyErrorxK1K2K3K4yError
    리포트 | 1페이지 | 2,000원 | 등록일 2022.04.20
  • 파일확장자 [단국대학교 공학수치해석] 파이썬(Python) 코딩과제 - 교과목 + 개인과제 포함
    interpolate from numpy.linalg import det from scipy.optimize import curve_fit sns.set(style="whitegrid") ## Euler-Method ... (f,t,y0,v0,n) print('%5s %8s %8s' %('t','y_Euler','v_Euler')) for i in range(0,n):print('%5.1f %9.4f ... ,y,v):return (t**2-1.0)*y t0=0 tf=4 n=11 y0=1.0 v0=0.0 t=linspace(t0,tf,n) y_exact=exp(-t**2/2) def euler_set
    리포트 | 8페이지 | 6,000원 | 등록일 2020.09.06 | 수정일 2022.11.20
  • 한글파일 부산대학교 응용수치해석 번지(Bungee) | 만점 자료
    method 수치해 비교 그래프 2 (2) 시간 간격을 0.1초로 했을 때 해석해와 euler method 수치해 비교 그래프 3 3. ... 그래프 2 같은 경우에는 그래프 1에서처럼 미분방정식을 직접 구하지 않고 euler method를 이용해서 시간과 속도에 대한 초기조건이 주어진 경우 euler 식을 반복적으로 푸는 ... 기본적인 해석해와의 값들을 비교하기 위해 해석해의 그래프는 실선으로 되어있고 euler method를 이용한 그래프는 t의 간격을 1초로 한 점선으로 나타내었다.
    리포트 | 5페이지 | 2,000원 | 등록일 2020.07.27
  • 한글파일 한밭대학교 matlab으로 수치해석 기법 정리
    먼저 Euler법을 사용하기 위해 M 파일을 작성한다. 4.RK method 고차 도함수를 계산하지 않으면서 높은 Taylor급수의 정확도를 가지는 기법이다. ... Euler method 1차 도함수를 이용하여 기울기를 직접추정하는 기법이다. y _{i+1} =y _{i} +f(x _{i} ,y _{i} )*h을 이용하며, f(x _{i} +y ... Euler법은 1차 도함수로부터 ti 에서의 기울기의 추정값을 구하여 계산하는 방법이다.
    리포트 | 9페이지 | 1,000원 | 등록일 2019.12.20
  • 한글파일 수치해석(런지쿠타, Runge Kutta) MALTAB Report
    프로그램 코드소스 사진 -1 4th Runge Kutta Method 프로그램 출력결과 사진 5. ... ) y(2계) y(3계) y(4계) E(Euler) E(2계) E(3계) E(4계) 1 0 2 2 2 2 2 0 0 0 0 2 0.05 2.2038 2.2 2.2039 2.2038 ... =>위 데이터표와 y그래프를 참조하여 오차 그래프를 확인해보면 정확도는 ∴4계 RK > 3계 RK > 2계 RK > Euler (2)-1-2 'n' 변화에 따른 정확도 평가 n x
    리포트 | 8페이지 | 1,500원 | 등록일 2020.12.07
  • 파일확장자 기구학 주요 개념, 공식 핵심정리(시험, 과제, 직무면접 대비)
    리포트 | 12페이지 | 2,000원 | 등록일 2021.12.01
  • 워드파일 경북대학교 컴퓨터그래픽스 기말고사 정리본 요약본
    ::mat4 glm::lookAtRH(glm::vec3 const& eye, glm::vec3 const& at, glm::vec3 const& up); Other Viewing Methods ... ) - 행렬식은 반대 순서 - Euler angle = (θ1,θ2,θ3) - axis 적용 순서는 시스템/사람마다 다를 수 있음 - Euler angle은 unique하지 않다. ... 변환의 합성 Euler rotation - 좌표축 기준의 3D rotation 1개로는 한계 xyz차례로 3개를 합성 (1개 2개는X) - Rx(θ1) → Ry(θ2) → Rz(θ3
    시험자료 | 8페이지 | 5,000원 | 등록일 2022.06.22 | 수정일 2022.07.27
  • 파일확장자 Elastica of Simple Variable-Arc-Length Beams
    한국전산구조공학회 Lee Byoung Koo, Park Sung Geun
    논문 | 8페이지 | 4,000원 | 등록일 2023.04.05
  • 워드파일 기계공학실험 진동실험 영문레포트
    Experimental method Instrite the average value as a result. ... The equation below can be obtained by applying Euler's second law to the point O of rotation. ... single p< High angle frequency of torsion system > < Period > < Vibration frequency > Experimental method
    리포트 | 14페이지 | 2,000원 | 등록일 2022.11.28 | 수정일 2023.09.19
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
AI 챗봇
2024년 06월 03일 월요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
8:12 오전
New

24시간 응대가능한
AI 챗봇이 런칭되었습니다. 닫기