FactorInteger
- To: mathgroup at smc.vnet.net
- Subject: [mg14412] FactorInteger
- From: awhopper at hermes.net.au
- Date: Sun, 18 Oct 1998 15:10:15 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Dear Math Group, Concerning the Prime Factors of composite integers ; e.g; In[1] := 2^4 3^3 4^2 Out[2] = 6912 In[3] := FactorInteger[%] Out[4] = {{2,4},{3,3},{4,2}} In Mathematica 3.0 is there anyway the output of FactorInteger can be modified to produce the unevaluated prime factors in the usual exponential form ? regards, Alan Hopper Katoomba, Australia awhopper at hermes.net.au
- Follow-Ups:
- Re: FactorInteger
- From: "Carl K.Woll" <carlw@fermi.phys.washington.edu>
- Re: FactorInteger