Talaksan:Lagrange very simple.jpg
Mula testwiki
Pumunta sa nabigasyon
Pumunta sa paghahanap
Lagrange_very_simple.jpg (685 × 597 na pixel, laki: 66 KB, uri ng MIME: image/jpeg)
Mula sa Wikimedia Commons ang talaksang ito at posibleng magamit sa ibang proyekto. Makikita sa baba ang paglalarawan sa pahina ng paglalarawan nito roon.
Buod
| PaglalarawanLagrange very simple.jpg |
Català: Fig. 2. Il·lustració del problema d'optimització restringida.
English: Fig. 3. Illustration of the constrained optimization problem.
Italiano: Figura 3. Illustrazione del problema di ottimizzazione vincolata.
Nederlands: Afbeelding 3: eenvoudig voorbeeld.
Polski: Wykresem funkcji jest płaszczyzna. W przestrzeni trójwymiarowej, równanie opisuje walec (u którego podstawy, na płaszczyźnie leży okrąg jednostkowy). Szukanie ekstremów warunkowych sprowadza się w tym wypadku do badania punktów ekstremalnych części wspólnej walca i płaszczyzny. |
| Pinagmulan |
The graph was made in Matlab with the following source code % Function data
[X,Y] = meshgrid(-1.2:0.01:1.2, -1.2:0.01:1.2);
Z = X+Y;
% Constraint data
t = -pi:0.01:pi;
xc = cos(t);
yc = sin(t);
zc = xc+yc;
% Plot graph and 'constraint'
figure();
meshc(X,Y,Z);
hold on;
plot3(xc, yc, zc, 'k', 'LineWidth', 2);
plot3(xc, yc, -3*ones(1,length(t)), 'k', 'LineWidth', 1);
set(1, 'Color', [1 1 1]);
set(1, 'Position', [46 107 767 682]);
% Axis labels
text(0.2, -2.2, -3, 'x');
text(2.0, -.3, -3, 'y');
text(-1.8, -1.5, 0, 'z');
% Annotations of the max and min points
% Point indicating max
plot3(sqrt(2)/2, sqrt(2)/2, 1.45, 'kx', 'MarkerSize', 14, 'LineWidth', 2);
plot3(sqrt(2)/2, sqrt(2)/2, -3, 'kx', 'MarkerSize', 10, 'LineWidth', 2);
text('Interpreter', 'latex', 'String', '$$(\sqrt{2}/2, \sqrt{2}/2, \sqrt{2})$$',...
'Position', [.0 .3 1.9], 'FontSize', 20);
% Point indicating min
plot3(-sqrt(2)/2, -sqrt(2)/2, -sqrt(2), 'kx', 'MarkerSize', 14, 'LineWidth', 2);
plot3(-sqrt(2)/2, -sqrt(2)/2, -3, 'kx', 'MarkerSize', 10, 'LineWidth', 2);
text('Interpreter', 'latex', 'String', '$$(-\sqrt{2}/2, -\sqrt{2}/2, -\sqrt{2})$$',...
'Position', [-1.4 -1.0 -1.0], 'FontSize', 20);
hold off;
view([34 24]);
|
| May-akda | Jacobmelgaard |
Lisensiya
Ako, na may karapatang-ari ng akdang ito, ang naglalathala nito alinsunod sa ilalim ng sumusunod na mga lisensya:
| Pinapayagan ang pagkopya, pamamahagi, at/o pagbabago sa dokumentong ito sa ilalim ng mga nakasaad sa GNU Free Documentation License, Bersyon 1.2 o kahit anong mas bagong bersyong nilathala ng Free Software Foundation; nang walang pabago-bagong bahagi, walang teksto sa front-cover, at walang teksto sa back-cover. May nakalagay na kopya ng lisensiya sa bahaging pinamagatang GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue |
| Lisensyado ang file na ito sa ilalim ng lisensiyang Creative Commons Attribution-Share Alike 3.0 Unported. | ||
| ||
| Ang tatak ng paglilisensiya ay idinagdag sa talaksang ito bilang bahagi ng pagsasapanahon ng paglilinsensiya ng GFDL .http://creativecommons.org/licenses/by-sa/3.0/CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue |
Captions
Add a one-line explanation of what this file represents
Items portrayed in this file
depicts English
copyright status English
copyrighted English
data size English
67,879 byte
height English
597 pixel
width English
685 pixel
media type English
image/jpeg
checksum English
e758b300bb31283bde5de680dde985a88b991484
Nakaraan ng file
Pindutin ang isang petsa/oras para makita ang file noong puntong yon.
| Petsa/Oras | Thumbnail | Sukat | Tagagamit | Komento | |
|---|---|---|---|---|---|
| ngayon | 14:31, 20 Setyembre 2007 | 685 × 597 (66 KB) | wikimediacommons>Loxley~commonswiki | {{Information |Description= |Source=The graph was made in Matlab with the following source code <pre> % Function data [X,Y] = meshgrid(-1.2:0.01:1.2, -1.2:0.01:1.2); Z = XY; % Constraint data t = -pi:0.01:pi; xc = cos(t); yc = sin(t); zc = xc+yc; % Plo |
Paggamit sa file
Ginagamit ng sumusunod na pahina ang file na ito:
