I have a function whose arguments have the form F[a,b,c,d,e], but the 2nd to 4th arguments are in a list of the form R={{{b,c,d},{e,f,g}},{{h,i,j},{k,l,m}}} how can I pass these elements as those the arguments of the function.
Here I have found a similar question, but in that case, all the arguments are in a list.
Rhas 2 items per sublist and there are 2 items. I was just wondering if these were four lists of 3 elements each? – Syed Nov 28 '21 at 08:11F[p,q,r,s,t]to make the post more clear as the other symbols have been used inR. – Syed Nov 28 '21 at 08:35