Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Solve the Euler-Lagrange equation
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
