in Numerical Methods
8,108 views
4 votes
4 votes

The shift operator $E$ is defined as $E [f(x_i)] = f (x_i+h)$ and $E'[f(x_i)]=f (x_i -h)$ then $\triangle$ (forward difference) in terms of $E$ is

  1. $E-1$
  2. $E$
  3. $1-E^{-1}$
  4. $1-E$
in Numerical Methods
8.1k views

1 Answer

4 votes
4 votes
Best answer

Forward difference operator(delta (D))

D(f(x)) = f(x + h) - f(x)

Shift operator , Ef(x) = f(x+h) =  f(x+h) - f(x) + f(x) = (1 + D)f(x)

so E= 1 + D

gives D = E - 1

selected by
by
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true