Qurak

Show the gradient field on a surface

Esempio 1 passo, eseguito in ordine in una sola sessione. Ogni passo è stato eseguito sul motore e l'output qui sotto è ciò che ha prodotto.

Passo 1
Plot3D[(x ^ 2 + y ^ 2) Exp[1 - x ^ 2 - y ^ 2], {x, -3, 3}, {y, -3, 3}, PlotStyle -> Texture[StreamPlot[Evaluate[-D[(x ^ 2 + y ^ 2) Exp[1 - x ^ 2 - y ^ 2], {{x, y}}]], {x, -3, 3}, {y, -3, 3}, Frame -> None, ImageSize -> Large]], Mesh -> None, ImageSize -> Large, PlotPoints -> 35]
Output
-Graphics3D-

Funzioni usate

Ricette correlate

Tutte le ricette · Guida delle funzioni · Usa questo da un client MCP