Question: Solving equations

Hey guys, I want to solve an equation using maple.. for example, say I have the values for radius, length, and resistance.. and i want to find the value for conductivity, how would i do this? Assuming the values for radius, length, and resistance are 1, what program would I write to get maple to solve for conductivity. the equation is p=(L/RA) where p is conductivity, L is length, R is resistance, and A is radius... i know these are not the real names for the variables, but this is an example. I was thinking eq:= p=L/RA; L=1;R=1;A=1; Solve(eq,p); However this is not working. Any help for a maple newbie? lol
Please Wait...