Convert Products to Lists
- To: mathgroup at christensen.cybernetics.net
- Subject: [mg1139] Convert Products to Lists
- From: bob at zim.uoregon.edu (Robert Zimmerman)
- Date: Wed, 17 May 1995 03:59:20 -0400
Is it possible to convert a product of numbers to a list of numbers.
It can be done for symbols,
a b c //.Times->List
{a, b, c}
but it doesn't work for numbers
2 4 6//.Times->List
48
Can it be done?
Robert L. Zimmerman
Institute of Theoretical Science
University of Oregon
Eugene, Oregon 97403