Input :=
f[v_?VectorQ] := { .989899 v[[1]] + .10101 v[[2]] ,
-.10101 v[[1]] + 1.0101 v[[2]] }
Input := m[ v_?VectorQ] := Sqrt[ v.v ]
Input :=
vtest = {1.,0}
Output =
{1., 0}
Input := V[v_] := m[ f[v] ] - lambda ( m[v] - 1. )
Let the following vector represent an arbitrary starting vector whose magnitude is one.
Input :=
V0 = {x0, v0};