Finite difference Definition and 117 Threads
-
M
Nonlinear parabolic equations: finite difference method
To the moderator: please move this to the section on differential equations if you think it would be better there. I'm looking at a reaction-diffusion equation of the form \frac{\partial u}{\partial t} = \frac{\partial^2 u}{\partial x^2} + f(u), where, e.g., f(u) = u(1-u) for the...- mercurial
- Thread
- Difference Finite Finite difference Finite difference method Method Nonlinear
- Replies: 6
- Forum: Atomic and Condensed Matter
-
L
Benefit of using Nodal method instead of finite difference method?
Nodal Method?? What's the benefit of using Nodal method instead of finite difference method in solving a diffusion problem?- libertad
- Thread
- Difference Finite Finite difference Finite difference method Method Nodal
- Replies: 4
- Forum: Nuclear Engineering
-
F
Finite Difference: Developing 2nd Order Fromms Scheme (Help)
how can i develope second order Fromms difference scheme by using these points: (i-2, i-1, i , i+1) Please help me.- flyingcarpet
- Thread
- Difference Finite Finite difference
- Replies: 1
- Forum: Precalculus Mathematics Homework Help
-
T
C/C++ Heat equation finite difference in c++
Hello, I'm currently doing some research comparing efficiency of various programming languages. Being a user of Matlab, Mathematica, and Excel, c++ is definitely not my forte. I was wondering if anyone might know where I could find a simple, standalone code for solving the 1-dimensional heat...- tse
- Thread
- C++ Difference Finite Finite difference Heat Heat equation
- Replies: 5
- Forum: Programming and Computer Science
-
H
Numerical methods: Finite difference and spectral methods?
Hi all. Can someone briefly explain the difference between finite difference methods and spectral methods? What are their principles? And what is pseudo-spectral method?- hanson
- Thread
- Difference Finite Finite difference Numerical Numerical methods
- Replies: 1
- Forum: Differential Equations
-
A
BLASIUS EQUATION Solution with Finite Difference Method
1) Using a similarity variable, the boundary layer equations for a two-dimensional, incompressible flow over a flat plate can be written below: 2f'''+ff''=0 The boundary conditions are: a) f ' (0) = 0, no slip at the wall b) f(0)=0, solid wall c) f ' (n) goes 1 as n goes infinity...- antiochos
- Thread
- Difference Finite Finite difference Finite difference method Method
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
A
BLASIUS EQUATION Solutıon with Finite Difference Method
1) Using a similarity variable, the boundary layer equations for a two-dimensional, incompressible flow over a flat plate can be written below: 2f'''+ff''=0 The boundary conditions are: a) f ' (0) = 0, no slip at the wall b) f(0)=0, solid wall c) f ' (n) goes 1 as n goes...- antiochos
- Thread
- Difference Finite Finite difference Finite difference method Method
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
C
MATLAB Matlab and finite difference method
computer engineering and mathematics,do you understand both of them?if u understand pls meet me.ı have a homework contains MATLAB course.ı can not write a program- cippika
- Thread
- Difference Finite Finite difference Finite difference method Matlab Method
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
C
Can Someone Help with MATLAB Programming for Finite Difference Method?
:confused: my question y''(t)=-exp(-2t)+5y(t) accuracy on 5*10^(-3) by finite difference method and this question's MATLAB program. is there anyone who can do it ? it is very important for me.ı can not do and write a program in matlab.ı am a student ,my department is mathematics but ı can not... -
S
Can Excel be Used to Solve for 2-D Transient Finite Difference in Heat Transfer?
I am curious to know if anyone has a program that will solve for 2-D Transient finite difference I have an assignment in a heat transfer class and I am supposed to use Matlab to solve for this. The governing equation (given in the attachement) is to solve using finite difference method using...- semeer.s
- Thread
- Difference Finite Finite difference Finite difference method Method
- Replies: 3
- Forum: Mechanical Engineering
-
Solving Finite Difference Equation: a_{n+1} - a_{n} = n^2
Difference Equation Hello, can anyone offer any insight on this equation? . I am very very rusty on solving this type of equations. a_{n+1} - a_{n} = n^2- Pyrrhus
- Thread
- Difference Finite Finite difference
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
M
Solve Finite Difference: Find Constant Equation
Hello there...I'm currently stuck with a problem regarding finite differences. The question asks for me to come up with an equation to find the constant of the finite difference. An example would be...Let's take the equation y=10x^4 and the constant is 240. Any hints as to where to start or...- Meh
- Thread
- Difference Finite Finite difference
- Replies: 3
- Forum: Precalculus Mathematics Homework Help
-
Z
What is the Convection Term in a Finite Difference Model of Ocean Currents?
We have been given a program that can solve the following equation using finite difference methods: - \epsilon \left( \frac{\partial^2 \phi}{\partial x^2} + \frac{\partial^2 \phi}{\partial y^2} \right) - \frac{\partial \phi}{\partial x} = \sin \left(\pi y\right) \quad x,y \, \in \, (0,1) This...- Zurtex
- Thread
- Difference Finite Finite difference
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
I
Simplifying (▲^2 - x▲)(x^3) Using Finite Differences
I am finding (▲^2 - x▲)(x^3). I hope I am correct here... (▲^2 - x▲)(x^3) = ▲^2(x^3) - x▲(x^3) = ▲▲(x^3) - x( (x+1)^3 - x^3 ) = ▲( (x+1)^3 - x^3 ) - x( (x+1)^3 - x^3 ) = (x+2)^3 - (x + 1)^3 - (x+1)^3 +...- irony of truth
- Thread
- Difference Finite Finite difference
- Replies: 2
- Forum: Introductory Physics Homework Help
-
I
Using the concept of finite difference
I am trying to find the ▲cos x. By using its definition. It simply turned out to be cos(x+1) - cos(x). How do I express this in terms of sine? (and as only one term)?- irony of truth
- Thread
- Concept Difference Finite Finite difference
- Replies: 7
- Forum: Calculus
-
E
What is the method for checking stability of finite differencing schemes?
Hi, I am in an undergrad numerical analysis course. Our instructor lectured on some material not found in the book. Specifically, he talked about a way to check stability of finite differencing schemes (for PDE) by studying how each Fourier mode evolves in time. Then you can find an...- eckiller
- Thread
- Difference Finite Finite difference
- Replies: 4
- Forum: Differential Equations
-
M
MATLAB Finite Difference Method using Matlab
I am curious to know if anyone has a program that will solve for 2-D Transient finite difference. I have a project in a heat transfer class and I am supposed to use Matlab to solve for this. However, when I took the class to learn Matlab, the professor was terrible and didnt teach much at...- mpm
- Thread
- Difference Finite Finite difference Finite difference method Matlab Method
- Replies: 28
- Forum: MATLAB, Maple, Mathematica, LaTeX