Previous | Next --- Slide 32 of 46
Back to Lecture Thumbnails
sm022

How easily can we extend the numerical integration methods discussed to partial differential equations? How useful would that be in graphics/animation?

tianez

How do we account for the errors in replacing accurate functions with samples?

Starboy

To make the calculated value of the new configuration more concise, we might need to use very small time steps. But in real implementation, the calculation of small float values might lead to loss of precision. Is there a good solution to the problem?

bobzhangyc

How can we calculate the error here in the formula? Are there some ways to reduce it? Random sampling, monte carlo?

air54321

are we essentially approximating a continuous model in discrete time?

corgo

Is monte carlo a popular way to reduce the error?