|
[Date Index]
[Thread Index]
[Author Index]
Looking for Window Version of "Factorization.m" program
- To: mathgroup at smc.vnet.net
- Subject: [mg53500] Looking for Window Version of "Factorization.m" program
- From: "Gilmar" <gilmar.rodriguez at nwfwmd.state.fl.us>
- Date: Fri, 14 Jan 2005 08:55:02 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
I'm attempting to use the program "Factorization" available at:
http://forums.wolfram.com/mathgroup/archive/1995/Apr/msg00109.html.
After copying the file "Factorization.m" into the directory:
"C:\Program Files\Wolfram
Research\Mathematica\5.1\AddOns\StandardPackages\NumberTheory"
and calling the program via:
<<NumberTheory`Factorization`
Mathematica gives me a string of messages:
"SetDelayed::Write : Tag Cos in Cos[Pix_Factorization]
is Protected".
When I inspect the code in Factorization.m, I find that
this program is built for the Macinstosh. The author
is no longer available at his e-mail address.
Does anyone have a Windows version of this program?
The program gives the prime decomposition of an integer
in terms of powers of primes in the attractive form:
Factorization[n] =(p1^a1)*(p2^a2)*...(pn^an)
rather than the form given by "FactorInteger[n]"; namely,
n ={{p1,a1},{p2,a2},...{pn,an}}. Factorization[n] is also
capable of producing a similar factorization for a Complex
number.
Thank you for your help!
Prev by Date:
Re: PlotLabel in two lines
Next by Date:
Re: Indexing a notebook library
Previous by thread:
size of typeset boxes
Next by thread:
Re: Looking for Window Version of "Factorization.m" program
|