
|
To estimate the maximum
contribution of spatial error to
error in a simulation, one must consider the relative spatial error between two points, because a simulation
involves more than one object's location. Even when there is just one
object, the viewpoint also has a position and hence there are at least
two locations. When each location moves in opposite directions, this is
a
pathological case of
diversion. The largest diversion occurs when they diverge along
the diagonals of the cubes and this error is represented by half of the
(AC+AB) distances. Alternatively, a pathological conversion
to point A could occur if each point was closer to the sphere common to
both cubes. This is potentially worse as calculations that divide by
the distance between (x,y,z) and (x',y',z') will produce a divide by 0
error. As distance from the origin increases, the gap
between representable points increases and so therefore does the
relative spatial error.
Although relative spatial error is itself calculated differently, when
used in a scalar result such as a distance
computation, it can be incorporated into normal relative error
estimation
of algebraic equations using the usual rules of relative error
calculation, described
above. The maximum relative error for a simulation propagates
exponentially with the number of operations performed. This exponential
propagation is must also be taken into account in any estimation of
maximum simulation error.
|