Tagged Questions

5
votes
7answers
2k views

How to find minimum of nonlinear, multivariate function using Newton’s method (code not linear algebra)

I'm trying to do some parameter estimation and want to choose parameter estimates that minimize the square error in a predicted equation over about 30 variables. If the equation were linear, I would …
-2
votes
2answers
80 views

Newton method, numerical methods [closed]

When the value > 0, intersection of its tangent line and x-axis will help to bring the value down; when the value < 0, it's the opposite. thinking about why it's a certain thing