Quantcast
Channel: Finding the Minimum of a Four-Variable Function - Mathematica Stack Exchange
Browsing latest articles
Browse All 3 View Live

Answer by ydd for Finding the Minimum of a Four-Variable Function

Adding to @user64494's answer, another method that works quite well in this case is RandomSearch:NMinimize[{R, n1 > 0 && n2 > 0 && d1 > 0 && d2 > 0}, {n1, d1, n2,...

View Article



Answer by user64494 for Finding the Minimum of a Four-Variable Function

NMinimize[{R, n1 > 0 && n2 > 0 && d1 > 0 && d2 > 0}, {n1, d1, n2, d2}, Method -> {"DifferentialEvolution", "ScalingFactor" ->...

View Article

Finding the Minimum of a Four-Variable Function

Greetings esteemed colleagues. I had previously posted regarding the minimisation of a function using Mathematica, and colleagues were kind enough to provide some useful suggestions that proved quite...

View Article
Browsing latest articles
Browse All 3 View Live


Latest Images