顯示具有 Python 標籤的文章。 顯示所有文章
顯示具有 Python 標籤的文章。 顯示所有文章

2010/05/22

region elimination methods

Exercise 1: Use region elimination methods to estimate the two minima and one maximum of the function
                            f(x)=10x^6 -72x^5 +165x^4 -120x^3 +72
with the estimation error less than 0.01,where x is defined the real line.