MathGroup Archive 2007

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

Search the Archive

create a List in a Do loop

  • To: mathgroup at smc.vnet.net
  • Subject: [mg79245] create a List in a Do loop
  • From: liloi <iop at yopmail.com>
  • Date: Sat, 21 Jul 2007 04:42:48 -0400 (EDT)

hello,

i would like to  make a list included in a do loop
and mu3,L1,L2,L3 are constants



Do[If[Sqrt[6.8*10^(-23)] <= masse2[mu1, mu2, mu3, L1, L2, L3] <= 
        Sqrt[9.3*10^(-23)] &&
      
      Sqrt[1.1*10^(-21)] <= masse3[mu1, mu2, mu3, L1, L2, L3] <= 
        Sqrt[3.7*10^(-21)],HERE THE LOOP MAY BE GENERATED
    
    , Continue[]],
  
  {mu1, 1*10^(-6), 1*10^(-3), 5*10^(-6)}, {mu2, 1*10^(-6), 1*10^(-3), 
    5*10^(-6)}]







i tried table but i failed because table must have a  imax known before  starting the creation of the list


  • Prev by Date: particle data decay modes
  • Next by Date: Re: Annotating Graphics3D ?
  • Previous by thread: particle data decay modes
  • Next by thread: Re: create a List in a Do loop