Question: How do i substitute an array/list into an equation and get a solution that is in form of a list/array

Folks,

I am new to maple and looking to solve for all value of a list and return alist as the result 

fI := [12.5, 16, 20, 25, 31.5, 40, 50, 63, 80, 100, 125, 160, 200, 250, 315, 400, 500, 630, 800, 1000, 1250, 1600, 2000, 2500, 3150, 4000, 5000, 6300, 8000, 10000, 12500, 16000, 20000];

x:= 23

y:= 36

Lp:= 8-10*log[10]((1+(f1/(2*x))^2.5)*(1+(y/(2.*f1))^1.7))

I am looking to solve Lp to give a result in the form: [a,b,c,d....] i.e solve for  all values of f1 and return a list.

Many Thanks

Please Wait...