• AI글쓰기 2.1 업데이트
  • AI글쓰기 2.1 업데이트
  • AI글쓰기 2.1 업데이트
  • AI글쓰기 2.1 업데이트
  • 통합검색(73)
  • 리포트(44)
  • 논문(28)
  • 시험자료(1)
판매자 표지는 다운로드시 포함되지 않습니다.

"FDE(Finite Difference Equation)" 검색결과 41-60 / 73건

  • FDM & FEM using the Matlab (Electrodynamics)
    Electrostatics 2 3 4 5 % Solving the 2-D Poisson equation by the Finite Difference ...Method ... Electrodynamics Report FDM(Electrostatics) FEM(Magnetostatics) 2-D Finite Difference methods for ... % Numerical scheme used is a second order central difference in space ...(5-point difference
    리포트 | 25페이지 | 2,000원 | 등록일 2013.07.06
  • 계면마찰
    occur between these two of the phase boundary is called the interphase.-. The finite difference ... equation for the difference momentum equation5◈ Interphase Friction-General ◈Interfacial Friction ... -flow regimes for vertical flowThe final equations for the interphase drag term are6◈ Interphase Friction - Drift Flux Model ◈
    리포트 | 13페이지 | 5,000원 | 등록일 2012.05.30
  • 기항실 2 온도실험 수치해석레포트
    이 간단해진다.이러한 기본 배경 지식을 응용하여 다음 세 가지 경우에 대한 Finite Difference Equation 을 구할 수 있다. (물론, 2D->1D문제로 풀기 위해서 ... 절점(interior node)에 대한 difference Equation 식이며 마찬가지 방법으로 FIN의 모서리에 대해서도 Finite Difference Equation을 유도 ... temperature profile with Finite Differential Method (temp. vs. (x, y))2D에서의 heat diffusion equation
    리포트 | 12페이지 | 2,500원 | 등록일 2013.01.01 | 수정일 2014.05.18
  • 12조 온도실험 수치해석레포트
    한 기본 배경 지식을 응용하여 다음 세 가지 경우에 대한 Finite Difference Equation 을 구할 수 있다. (물론, 2D->1D문제로 풀기 위해서 fin의 앞뒤로 인한 ... node)에 대한 difference Equation 식이며 마찬가지 방법으로 FIN의 모서리에 대해서도 Finite Difference Equation을 유도 ... profile with Finite Differential Method (temp. vs. (x, y))2D에서의 heat diffusion equation은 다음과 같다..2D
    리포트 | 12페이지 | 2,500원 | 등록일 2013.01.01 | 수정일 2014.05.18
  • 유한요소법의 개요
    ), ~~Determine ~~u,v4. 근사해법(Approximate method)4-1 유한차분법 (Finite difference method :FDM)⇒ 문제가 정의된 영역을 여러개의 부영역 ... 과 실험적 방법을 보완적으로 사용해야 한다.2. 역학문제의 기본 수식화(The basic equation of mechanics)2-1 Classification of ... equationsⓐ Kinetics of conservation of momentumsⓑ Kinematicsⓓ Constitutive equations2-2 Kinectics of c
    리포트 | 12페이지 | 1,500원 | 등록일 2013.12.30 | 수정일 2017.06.23
  • 보간법
    value of dependent variable% compute the finite divided differences in the form of a% difference ... , r2] = linregr(x,y): Least squares fit of straight% line to data by solving the normal equations ... .for j = 2:nfor i = 1:n-j+1b(i,j) = (b(i+1,j-1)-b(i,j-1))/(x(i+j-1)-x(i));endend% use the finite
    리포트 | 11페이지 | 2,000원 | 등록일 2016.02.07 | 수정일 2021.07.05
  • 최적설계 chap4_2 , 성균관대학교 서명원교수님
    methodUse a perturbation of 0.005 for and in the finite-difference methods.Analysis differentiationForward difference method.2012710197 Suh JungSeok ... odeHomework 5. . It is required to find the solution of a system of linear algebraic equation given by ... 한다. 따라서 최적 문제를 수치적으로 해결할 수 있다.의 해 :Homework 6. Solve the following equations using the steepest descent
    리포트 | 13페이지 | 2,000원 | 등록일 2012.11.03
  • Z Transform 발표자료
    equation Definition A independent and dependent variable A difference equation represents the ... relationship between input and output signal A difference equation is expressed a value of sequence, and is c ... , yDifference equation Order Homogeneous equation and non-homogeneous equation A difference between the most
    리포트 | 42페이지 | 2,000원 | 등록일 2010.10.15
  • [MATLAB] FDM
    numerical methods for approximating the solutions to differential equations using finite difference ... method for solving this equation uses the finite difference quotientu`(x) = 3u(x) + 2to approximate ... getThe last equation is a finite-difference equation, and solving this equation gives an approximate solution to the differential equation.
    리포트 | 8페이지 | 3,000원 | 등록일 2009.06.17 | 수정일 2025.02.06
  • 천체 물리학 서론 16단원 연습문제 답안
    법(finite difference)의 한 거친 유형이다.](가) 정유체평형 방정식 (16-1)을 사용하여 중심압력이 P _{c} `` PROPTO ` {M ^{2}} over ... 다. rho (r)에 평균 밀도 < rho >값을 대입하시오.Hydrostatic````Equilibrium````Equation##{dP} over {dR} ``=`-` rho
    리포트 | 11페이지 | 2,000원 | 등록일 2015.09.19
  • [기계항공공학] 온도실험 수치해석 레포트 소스
    (h*P/(k*Ac));Tinf=296;theta_b=317-Tinf; : temperature difference of the base of the x=0:0.0001:0.3 ... ))*theta_b +(Tinf - 273);plot(x,Temp)2. Derive a discrete equation with the energy balance method ... and plot the temperature profile with Finite Differential Method (temp. vs. (x, y))Note: ① Assumption
    리포트 | 8페이지 | 2,500원 | 등록일 2013.01.01 | 수정일 2014.05.18
  • Discrete-Time 시스템의 기초에 관한 발표자료입니다.
    difference equation for y(n) assuming y(n)=0 for all n 0 and x(n) = δ(n) : Y(n)-ay(n-1) = x(n)FIR and IIR ... the system is (a) linear, (b)time varying Solution (a) Let ※ The results of the last equation ... only if S is finite □ proof x(n) : bounded input = |x(n)| M for all nDISCRETE-TIME SYSTEMS
    리포트 | 35페이지 | 2,000원 | 등록일 2010.10.13
  • 유한차분법에 의한 미분방정식의 이산화
    ) hyperboric if {B^2`-`4`A`C` 0Chapter 2. Finite Difference Formulations2.2 Taylor Series Expansion ... pacing of points {i,~i+1,~i+2is not identical, a finite difference approximation of the derivative is ... Finite Difference Formulations포물형 편미분 방정식의 가장 간단한 형태는 1차원 열전도 방정식이라 할 수 있으며 아래와 같이 나타낼 수 있다.{{ PARTIAL u
    리포트 | 11페이지 | 1,000원 | 등록일 2010.03.11
  • [기계항공실험]온도실험 소스
    으로 본다. 그러므로 위의 식은-이와 같은 내용을 바탕으로 세 가지 경우에 대한 Finite difference equation을 구할 수 있다.① 내부 절점i),를 고려하지 않은 경우 ... 다고 가정? 이 때, 각 equation----(여기서, fin의 단면의 넓이와 형상이 일정하므로,)? 새로운 변수를 도입, 위의 식을 다시 쓰면,-,→ 이 방정식의 해는(2) 2차원 ... 의 Fin analysis? 2D에서의 Heat diffusion equation은-이 경우에도 정상상태이며, 복사에 의한 열전달과 Energy generation은 없는 것
    리포트 | 12페이지 | 2,500원 | 등록일 2013.01.01 | 수정일 2014.05.18
  • essentials of communication systems engineering (page 94쪽 예제 2.4. 의 풀이와 매틀랩)
    = 0.351. Estimate the len호 of the FIR filter using Equation (2.4.1)20log=1dB ?=10?(1+10)=10-1?=0 ... frequencyfs=0.35; % Stopband-edge frequencydf=fs-fp; % Difference of Stopband-edge frequency and ... digital filter에 주로 관심이 있다. 이 digital filter에서도 impulse response가 infinite한 IIR과 반대로 finite한 FIR이 있
    리포트 | 4페이지 | 2,000원 | 등록일 2010.10.15
  • Soil vapor extraction of chlorinated solvents at an industrial site in Brazil
    . 2 Finite difference gridPhysical setting ( 7 /15) 1. Left hand boundary - SVE Well - Screened ... 의 경우 , partial differential flow and transport equations, boundary and initial condition 에 따라 오염물질
    리포트 | 17페이지 | 1,500원 | 등록일 2012.10.29
  • 물의 수면파 속도와 파장
    above equation denotes that the phase velocity of water surface wave is dependent on the driving ... other. The theoretical expectation value were obtained according to the equation (2).The below graph ... the above equation (2).From the both graph, we could conclude that the tendency of the change in the
    리포트 | 6페이지 | 1,000원 | 등록일 2009.12.21
  • 8051 Microcontroller를 이용한 FIR, IIR Design
    difference equation. ① Determine the impulse response h[n] of the filter.Impulse Response: impulse signal ... FIR(Finite Impulse Response) and IIR(Infinite Impulse Response) filters using MATLAB- Design and
    리포트 | 25페이지 | 8,000원 | 등록일 2009.12.24
  • 수치해석의 종류
    의 세가지 방법이 있다.- FDM (Finite-Difference Method, 유한차분법)- FVM (Finite-Volume Method, 유한체적법)- FEM (Finite ... 영역에서 식(3.1)의 해 구하기3.1 유한차분법(FDM : Finite-Difference Method)유한차분법은 Polynomial이나 Sin/Cos 급수, Legendre ... -Element Method, 유한요소법)여기서 위의 세가지 방법 모두에게 Finite란 단어가 붙은 의미를 Discretization절차의 설명 부분에서 유추해 볼수 있어리라 보
    리포트 | 14페이지 | 1,000원 | 등록일 2007.06.20
  • 선형대수
    멈춰야 한다.각각의 mesh point와는 그것의 discrete analogue (5)에 의해 대체된다.번째 식에 도달하도록를 곱한다.Difference equation(5)첫 번 ... operation count 이다. finite-difference matrix A는 full inverse를 가지고 있다.의 풀이중에서을 아는 것이 L 과 U를 아는것보다 더 힘들 ... 만을 이용하는 조합만 해주면 된다.Second difference(4)이것역시가 대칭이란 점에서 얻을 수 있는 이점이다. 반복하면 우변은일수록의 실제 값에 가까워지지만가 양수일 때
    시험자료 | 5페이지 | 1,500원 | 등록일 2011.04.30
  • EasyAI 무료체험
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2025년 10월 12일 일요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
5:47 오후
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감