Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #2215
| From | DrMajorBob <btreat1@austin.rr.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: mathematica help please |
| Date | 2011-05-09 10:19 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <iq8f30$5sa$1@smc.vnet.net> (permalink) |
No error here. Maybe you had set S or VS or IS equal to 400 at at some
point (later replaced by IR = 400), and forgot to clear that value?
Bobby
On Sun, 08 May 2011 06:39:20 -0500, Arda Akal=C4=B1n <arda1404@gmail.com> wrote:
> z = 0.08303 + I 0.4709
> y = I 4.782
> IR = 400
> VR = 154000/Sqrt[3]
> VS[l_] := ((l + (z*y)/2)*VR) + z*IR
> IS[l_] := ((l + (z*y)/4)*y*VR) + ((l + (z*y)/2)*IR)
> Plot[Sqrt[3]*Abs[VS[l]], {l, 0, 1100}]
> Plot[Abs[IS[l]], {l, 0, 1100}]
> S[l_] := 3*VS[l]*Conjugate[IS[l]]
> Plot[Abs[S[l]], {l, 0, 1100}]
>
>
> i write this code but it gives this error SetDelayed::write: Tag Integer
> in 400[l_] is Protected. >>
>
> help me pleasee
>
-
DrMajorBob@yahoo.com
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Re: mathematica help please DrMajorBob <btreat1@austin.rr.com> - 2011-05-09 10:19 +0000
csiph-web