MathGroup Archive 2011

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

Search the Archive

How to force integers

  • To: mathgroup at smc.vnet.net
  • Subject: [mg122964] How to force integers
  • From: Artur <grafix at csl.pl>
  • Date: Fri, 18 Nov 2011 07:50:46 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Reply-to: grafix at csl.pl

Table[(7/10 - (6/5)*(-1)^
       n*(1/2)*(f^(15*(2 n - 1)) - (1/f)^(15 (2 n - 1))) + (1/
        20)*(f^(30 (2 n - 1)) + (1/f)^(30 (2 n - 1)))) /.
   f -> GoldenRatio, {n, 1, 10}]

Is possible to force integers without use Round or Floor of numeric values?

Best wishes
Artur
P.S. If you have any idea please together to group send also copy to me 
privately because I have daily import of mesages from mathgroup.



  • Prev by Date: Re: x and y plot finding maximum
  • Next by Date: Re: Solve equation with summation?
  • Previous by thread: Re: NIntegrate to compute LegendreP approximations to functions
  • Next by thread: Re: How to force integers