Diferencia entre revisiones de «Cualquiercosa»

De MateWiki
Saltar a: navegación, buscar

Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/mat/public_html/w/includes/diff/DairikiDiff.php on line 434
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]]
+
Lo que hay que hacer:
 
+
= Solicitar cuenta en Matewiki
<math> f(x,y)=-\log (0.1+\sqrt{x^2+y^2})</math>
+
 
+
{{matlab|codigo=
+
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')
+
}}
+
 
+
 
+
  
 
[[Categoría:Teoría de Campos]]
 
[[Categoría:Teoría de Campos]]
 
[[Categoría:TC20/21]]
 
[[Categoría:TC20/21]]

Revisión del 18:06 23 nov 2022

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


Lo que hay que hacer: = Solicitar cuenta en Matewiki