Community Profile

photo

Alexander Ruscitto


Last seen: bijna 2 jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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)...

ongeveer 2 jaar ago | 1 answer | 0

1

answer

Question


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.*...

meer dan 2 jaar ago | 1 answer | 0

1

answer