D
D
dooble2021-07-10 19:26:25
Linear algebra
dooble, 2021-07-10 19:26:25

Why does maple refuse to find the extremum of a function with an inequality type constraint?

We need to find the extremum of the function f bounded by the inequality g. Is there any method to solve this problem?

f := (x + y + 2)^2 + 5*y^2;
g := y^2 + 0.1*(x - 0.3*y)^2 - 5;
extrema(f, g <= 0, {x, y}, 's'); s; #Error, (in extrema) invalid arguments

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question