Finite Difference: Developing 2nd Order Fromms Scheme (Help)

flyingcarpet
Messages
2
Reaction score
0
how can i develope second order Fromms difference scheme by using these points:
(i-2, i-1, i , i+1) Please help me.
 
Physics news on Phys.org
Hi flyingcarpet! :smile:

What's a Fromms difference scheme?

I can't find Fromm on wikipedia or google … :confused:
 
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top