!set methods=v1+r/a1,Compute I knowing V and R\
v1+a1/r,Compute R knowing V and I\
a1+r/v1,Compute V knowing I and R\
a1+r/a2,Compute partial I with total I\
v1+r/v2,Compute voltage division\
a2+r/a1,Compute total I with partial I\
v2+r/v1,Compute total V with partial V\
v1+r/a2,Compute partial I with V and R\
a1+r/v2,Compute partial V with I and R\
v2+r/a1,Compute I with R and partial V\
a2+r/v1,Compute V with R and partial I\
v2+a1/r,Compute R with I and partial V\
v1+a2/r,Compute R with V and partial I

!set methlist=!column 1 of $methods
!set promptlist=!column 2 of $methods

