Massaging output of 50g's FACTORS command
|
01-03-2015, 07:12 AM
Post: #1
|
|||
|
|||
Massaging output of 50g's FACTORS command
For a value or expression, FACTORS returns a list of prime factors and their multiplicities: 1944 FACTORS returns {3 5. 2 3.}, for example.
How can I split that list into two, one {3 2} a list of the prime factors and the other {5. 3.} a list of their respective multiplicities? Some little RPL program will presumably do it. This should be a few seconds' worth of fun for someone! |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Massaging output of 50g's FACTORS command - Peter Murphy - 01-03-2015 07:12 AM
RE: Massaging output of 50g's FACTORS command - Gilles - 01-03-2015, 03:08 PM
RE: Massaging output of 50g's FACTORS command - Peter Murphy - 01-03-2015, 05:27 PM
RE: Massaging output of 50g's FACTORS command - Gilles - 01-03-2015, 09:16 PM
RE: Massaging output of 50g's FACTORS command - C.Ret - 01-03-2015, 05:32 PM
RE: Massaging output of 50g's FACTORS command - Peter Murphy - 01-03-2015, 06:16 PM
RE: Massaging output of 50g's FACTORS command - Peter Murphy - 01-03-2015, 09:35 PM
RE: Massaging output of 50g's FACTORS command - Gilles - 01-04-2015, 09:58 AM
RE: Massaging output of 50g's FACTORS command - Han - 01-07-2015, 10:12 PM
RE: Massaging output of 50g's FACTORS command - Gerald H - 01-08-2015, 11:11 AM
|
User(s) browsing this thread: 6 Guest(s)