mark
Joined: 24 Feb 2007 Posts: 27
|
Posted: February 24, 2007 1:31 PM Post subject: help with factor( and lists |
|
|
The problem I'm having is using "factor(" to output into a list. For
example:
if "x" is "6"
i need "factor(x)" to output "{2 3}"
the problem was if i did "factor(x) ->y" y would always come up as 6,
i need it as a list "{2 3}"
heres an example of what im trying to do, but when run will just display whatever was input for "x"
what am i doing wrong?
thanks in advance |
|