#lipschitz-continuity of gradient

11 messages · Page 1 of 1 (latest)

real bridge
#

I have this function $f(x,y) = 2x^2+2x+y^2-4y+3$. Its gradient is:

[[4x +2],
[2y -4]]

I want to check if this gradient is lipschitz-continous. How do I do that? Also how to determine that L constant?

muted laurelBOT
sand gateBOT
olive mantle
#

They are all equivalent in R^2 but you have to chose one

real bridge
olive mantle
# real bridge Euclidean norm

Ok, so, let's take :
$$u=(x,y), v=(x', y')$$

Compute:
$$||\Delta f(u)-\Delta f(v)||_2$$
And try something, then send it

sand gateBOT
olive mantle
#

If you already do something send it, we can show you the way

real bridge
#

Thanks

fresh urchin
#

.close