Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #2161

for loop in mathematica help

From Arda Akalın <arda1404@gmail.com>
Newsgroups comp.soft-sys.math.mathematica
Subject for loop in mathematica help
Date 2011-05-07 11:33 +0000
Organization Steven M. Christensen and Associates, Inc and MathTensor, Inc.
Message-ID <iq3alf$fh2$1@smc.vnet.net> (permalink)

Show all headers | View raw


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

Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread


Thread

for loop in mathematica help Arda Akalın <arda1404@gmail.com> - 2011-05-07 11:33 +0000

csiph-web