I have a list with numerical and non numerical elements:
l1={{1,1},{2,2},{a,a},{,b},{c,};
what is an efficient rule to select the elements where both components are numerical? so I should be able to obtain l2={{1,1},{2,2}}. thanks
I have a list with numerical and non numerical elements:
l1={{1,1},{2,2},{a,a},{,b},{c,};
what is an efficient rule to select the elements where both components are numerical? so I should be able to obtain l2={{1,1},{2,2}}. thanks