Matlab:
d = 100; % m
c = 343; % m/s
f = 1000; % Hz
a = 1; % m
for m=(-5:1:5)
x = d*tan(asin((m+1/2)/a *c/f))
end
Stellen für die Minima:
m=-3 x = -166,6718612682491
m=-2 x = -60,000673200222174
m=-1 x = -17,407913561022479
m=0 x = 17,407913561022479
m=1 x = 60,000673200222174
m=2 x = 166,6718612682491
Für Werte von m>2 oder m<-3 erhalte ich nur noch komplexe Ergebnisse.