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

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

Image
tianez

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

Image
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?

Image
bobzhangyc

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

Image
air54321

are we essentially approximating a continuous model in discrete time?

Image
corgo

Is monte carlo a popular way to reduce the error?