photo

Alexander Ruscitto


Last seen: alrededor de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How can I plot the contour of the imaginary unit of this function phiz?
[x,y] = meshgrid(linspace(-4,4)); y = y.*1i; for k = 1:8 z = x + 1i.*y; phiz = z + z.^(-1) - 1i.*(k/(2*pi)).*log(z)...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why is my plot linear when the anonymous function z is clearly nonlinear?
Rt = 10688; v = 18; f = 9; KD = 7.73*10^(-5); Kx = 5.8*10^(-5); L0 = 2*10^(-9); Req = [6000:12000]; z = @(Req) ((Req.*(1+v.*...

casi 3 años hace | 1 respuesta | 0

1

respuesta