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