MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Can anyone please help with this mathematica code

  • To: mathgroup at smc.vnet.net
  • Subject: [mg56076] Can anyone please help with this mathematica code
  • From: "Tony King" <mathstutoring at ntlworld.com>
  • Date: Fri, 15 Apr 2005 04:47:09 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

I am looking for a function f[k,n] that will return the k-ary divisors of n

For example,

 f[0,n] would return the divisors of n

 f[1,n] would return the unitary divisors of n

 f[2,n] would return the 2-ary divisors of n

 f[3,n] would return the 3-ary divisors of n

 And so on

Many thanks

 Tony




  • Prev by Date: Polar density plots
  • Next by Date: Mathematica 4.0 can't run under XP.
  • Previous by thread: Re: Polar density plots
  • Next by thread: Re: Can anyone please help with this mathematica code