MathGroup Archive 2011

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

Search the Archive

for loop in mathematica help

  • To: mathgroup at smc.vnet.net
  • Subject: [mg118688] for loop in mathematica help
  • From: Arda AkalÄn <arda1404 at gmail.com>
  • Date: Sat, 7 May 2011 07:33:09 -0400 (EDT)

i want to creat this equation 
V=(0.08303+0.4709j)*l*3.89610+154 
 l 0 from 1100 

how can i do this

For[l = 0, l < 1100, i + 10,
 V = Abs[(0.08303 + I 0.4709)*l*3.89610 + 154]]
 
I write this but i cant get solution


  • Prev by Date: Re: Mathematica to open an Excel spreadsheet and inject output into designated cells
  • Next by Date: Re: Converting a list to arguments for a function --- How?
  • Previous by thread: Re: bug... GraphicsGrid ItemAspectRatio Spacings
  • Next by thread: Re: Implicit Plot with parameter