Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

about Mathematica code question

Status
Not open for further replies.

v9260019

Member level 2
Joined
Jun 5, 2005
Messages
47
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,680
mathematica code in physics

Hello all!!
Does someone use mathematic???
I have a question about Mathematica code -----
""Table[Plot[Sin[x + z] Cos[z], {x, -9, 3Pi}, PlotRange -> {-1, 1}], {z, 0, 2Pi, 0.2}]""
What this code mean ??????
Thanks Thanks
 

It means it will plot the table values of the function Sin[x + z] Cos[z] in the rectangular window xmin -9, xmax 3Pi, ymin -1, ymax 1. It will plot the default points of x and plot z with the range of 0 to 2Pi in increments of .2
Hope this helps.

JohnnyQuest
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top