POV-Ray : Newsgroups : povray.off-topic : Too many pipes? : Re: Sum ting wong Server Time
7 Sep 2024 05:09:47 EDT (-0400)
  Re: Sum ting wong  
From: scott
Date: 22 Oct 2008 02:30:33
Message: <48fec889$1@news.povray.org>
>   (v[x-1] - v[x]) + (v[x] - v[x+1]) =

Oh, and just for clarity, you should probably write that as:

(v[x+1]-v[x]) - (v[x]-v[x-1])

rather than:

(v[x-1]-v[x]) - (v[x]-v[x+1])

In your case it makes no difference because you are differentiating twice, 
but in general differentials are usually defined to be positive if v[x] 
increases with x.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.