z 1 = x ./(y 1);
z2 = x * y ./. (y 1);
Figura (1)
surf(x, y, z1)
Figura (2)
Superficie (x , y, z2)
¡El tercero no lo sabe! Restar v0
Supongamos v 0 = 2;
[x, y]= cuadrícula de malla(-10:10);
z1=(2 x ) . /(y 1);
z2 = x . * y ./(y 1)
z=min(z1, z2); >Navegando (x, y, z)
¿Tú lo crees?