|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
RE: Recommended books for Mathematica
Next by Date:
Re: Re: Error in CrossProduct at spherical coordinates Version_2.2
Previous by thread:
Re: Strange results
Next by thread:
Re: FactorInteger
|