any how, i have this equation. I have read a quick online tutorial on maple.
this is my equation in raw form
Br*(arctan(W*L/(2*x*(4*x^2+W^2+L^2)^(1/2)))-arctan(W*L/((2*(x+2*T))*[4*(x+2*T)^2+W^2+L^2]^(1/2))))/Pi
because i have 5 varibales, i did
B1(Br,W,L,T,x):= [the above function]
Now, i...