0

If I create a function, for example:

f[list_] := 
 Total[list]!/Apply[Times, list]/
   Apply[Times, Map[Length, Split[list]]!]/
  EulerPhi[Apply[LCM, Apply[LCM, list]]]

Is there a way to save this function so that if I shut down Mathematica, I could return later and not have to re-create the function?

Sjoerd C. de Vries
  • 65,815
  • 14
  • 188
  • 323
Geoffrey Critzer
  • 1,661
  • 1
  • 11
  • 14

0 Answers0