JAMET

370 Reputation

4 Badges

5 years, 225 days

MaplePrimes Activity


These are replies submitted by JAMET

rang:=proc(M,a)
local i:
for i from 1 to nops(M)-1 do
if M[i]=a then return(i) fi od
end:

First 7 8 9 Page 9 of 9