POV-Ray : Newsgroups : povray.binaries.scene-files : Quantum Waves in Media : Re: Quantum Waves in Media Server Time
6 May 2024 06:56:51 EDT (-0400)
  Re: Quantum Waves in Media  
From: Tor Olav Kristensen
Date: 12 Jan 2003 19:39:57
Message: <Xns93021174078F7torolavk@204.213.191.226>
Jaap,
in the beginning of the v4_1 file you write this:


       {                            v }
     k {     v  ( n+l )   1   ( 2r )  }
 Sigma { (-1) . (     ) . - . ( -- )  }
   v=0 {        ( k-v )   v!  (  n )  }


But where you build this sigma function you
write something roughly like this:

#declare CS_v = Binom(n + l, k - v)/Fac(v)/pow(n, v);

And thereafter you add and subtract together
all these for v = 0 to k. Like this:

CS_v*pow(f_r(x, y, z), v)


But what happened to pow(2, v) ?

Is it taken care of somewhere else ?


Tor Olav


Post a reply to this message

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