About 2,210,000 results
Open links in new tab
  1. calculus - Global maximum and minimum of $f (x,y,z)=xyz$ with …

    The global maximum and the global minimum of the function $f (x,y,z)=xyz$ with the constraint $x^2+2y^2+3z^2=6$ can be found using Lagrange multipliers. $\nabla f = \lambda \nabla g$

  2. Minimum area of Inscribed Square - Mathematics Stack Exchange

    Now you may wonder why the inscription has to be like this to yield a minimum. Lets consider the general case. The area of the inner square is minimized when the area of the outer triangles is …

  3. multivariable calculus - Identifying maximum and minimum in …

    Jun 14, 2024 · Identifying maximum and minimum in Lagrange multiplier problems via compactness of constraint Ask Question Asked 1 year, 5 months ago Modified 1 year, 5 …

  4. combinatorics - Efficient computation of the minimum distance of …

    In this way, you have to generate only a small fraction of all the codewords to find the minimum distance, and the idea can be generalized to any linear code. The first step then is to find a …

  5. difference between "minimal" and "minimum" edge cuts.

    It is the same difference between the notion of minimal elements and minimum in a set provided by an order relation, in your case the set is the set of edge cuts and the relation in the …

  6. multivariable calculus - At what time is the speed minimum ...

    At what time is the speed minimum? Ask Question Asked 12 years, 1 month ago Modified 12 years, 1 month ago

  7. calculus - Why does the minimum value of $x^x$ equal $1/e ...

    The graph of $y=x^x$ looks like this: As we can see, the graph has a minimum value at a turning point. According to WolframAlpha, this point is at $x=1/e$. I know ...

  8. Finding minimum value of a function - Mathematics Stack Exchange

    Jun 9, 2022 · First Few things: Differentiating a function and finding where it equal to zero is a way to find an extremum not just the minimum value. Its impotent to note this is not the …

  9. Expectation of the min of two independent random variables?

    How do you compute the minimum of two independent random variables in the general case ? In the particular case there would be two uniform variables with a difference support, how should …

  10. How to find the global minimum of a convex function?

    Mar 26, 2024 · The gradient descent algorithm finds a minimum of a convex function, but it does not guarantee that the found minimum is the global one. I don't know if it's possible to find a …