4

If I have

{x->2,y->3,z->19} 

and make many calculations and finaly get

First/@FactorInteger[57]

{3, 19}

how can I apply the inversed rules to get

{y,z}

without using

/.{2->x,3->y,19->z} 
ZaMoC
  • 6,697
  • 11
  • 31

0 Answers0