Diferencia entre revisiones de «Cualquiercosa»
De MateWiki
| Línea 1: | Línea 1: | ||
{{ TrabajoED | Prueba | [[:Categoría:Teoría de Campos|Teoría de Campos]]|[[:Categoría:TC20/21|2020-21]] | Carlos Castro, ... }} | {{ TrabajoED | Prueba | [[:Categoría:Teoría de Campos|Teoría de Campos]]|[[:Categoría:TC20/21|2020-21]] | Carlos Castro, ... }} | ||
| + | [[Archivo:Dib3t3.jpg|400px|thumb|right|prueba de dibujo]] | ||
<math> f(x,y)=-\log (0.1+\sqrt{x^2+y^2})</math> | <math> f(x,y)=-\log (0.1+\sqrt{x^2+y^2})</math> | ||
Revisión del 12:07 23 nov 2020
| Trabajo realizado por estudiantes | |
|---|---|
| Título | Prueba |
| Asignatura | Teoría de Campos |
| Curso | 2020-21 |
| Autores | Carlos Castro, ... |
| Este artículo ha sido escrito por estudiantes como parte de su evaluación en la asignatura | |
[math] f(x,y)=-\log (0.1+\sqrt{x^2+y^2})[/math]
h=0.05;
u=1/3:h:1;
v=-1:h:1;
[uu,vv]=meshgrid(u,v);
xx=uu.*vv;
yy=1/2.*(uu.^2-vv.^2);
mesh(xx,yy,0*xx)
axis([-1,1,-1,1])
xlabel('Eje X')
ylabel('Eje Y')