Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Solve the Euler-Lagrange equation
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (0)
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
