Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Solve the Euler-Lagrange equation
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Using calculus of variations (optics subsection) we can show that the following Euler-Lagrange equation must be true:
with the boundary conditions
and
.
x = -2:0.05:2;
y = x';
[X,Y] = meshgrid(x,y);
s = peaks(X,Y);
imagesc(s)
xlabel('x')
ylabel('y')
Find
by solving the Euler-Lagrange equation.
0 comentarios
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
