recent links: user homepage hattonsSpecial:Editing tips

From NewWiki

Wiki sandbox page

Don't forget to put ";" at the end of expressions:


In[1]:=   norm=Integrate[4 Pi r^2 Sin[th/2]^2 Cos[th/2]^2,{th,0,Pi}]; pr=4 Pi r^2 Sin[th/2]^2 Cos[th/2]^2/.{th->2 ArcSin[d/(2 r)]}; prob=Simplify[pr/norm]; Plot[prob/.r->1,{d,0,2}]

Out[1]:=


In[2]:=   Plot[X^2,{X,0,25/100}]

Out[2]:=


In[3]:=   Options@Plot

Out[3]:=


In[4]:=   Needs["Graphics`"]; ??ParametricPlot3D


In[5]:=   Plot3D[Sin[x]+Cos[y],{x,0,10},{y,-10,10}]

Out[5]:=


In[6]:=   t=Table[{i,j,k},{i,10},{j,5},{k,2}]; t//TableForm

Out[6]:=


In[7]:=   ??X


In[8]:=   Plot[Sin[x]^2,{x,0,2 Pi}]

Out[8]:=


In[9]:=  crankradius = 0.175

Out[9]:=0.175


In[10]:=   ContourPlot[(((x^2)+(y^2)-1)^3)-(x^2)(y^3)==0,{x,-2,2},{y,-2,2},Frame->False,Ticks->False,Axes->True]

Out[10]:=


In[11]:=   Plot[Integrate[Sin[x y],{x,0,1}],{y,0,1}]

Out[11]:=


In[12]:=   Plot[{1/Sqrt[n]-1/Sqrt[4000],1/Sqrt[n]-1/Sqrt[12000],1/Sqrt[n]},{n,0,15000},AxesLabel->{n,1/Sqrt[n]-1/Sqrt[N]}, PlotRange->{0,0.1}, PlotLabel-> {N = 4000, 12000, infinity}]

Out[12]:=

Contributors to this Page The 34 contributors to this page (ordered by date of first contribution):
User Latest Contribution # Contributions
1. carlosdf Mon 4 Jan 2010 07:10:31 3
2. Ingolf Dahl Mon 14 Dec 2009 12:50:11 2
3. griflet Thu 17 Sep 2009 07:35:19 10
4. jam Sun 8 Mar 2009 06:06:18 5
5. OneElitePenguin Fri 6 Mar 2009 02:09:38 1
6. ohanian Wed 25 Jun 2008 01:18:29 10
7. virgilio Tue 10 Apr 2007 16:15:07 1
8. hadronmade Thu 8 Mar 2007 17:39:02 10
9. wurmli Tue 26 Sep 2006 01:16:37 5
10. ChrisChiasson Wed 20 Sep 2006 21:19:56 2
11. DavidTalaga Sun 14 May 2006 11:46:22 6
12. LucB Sun 30 Apr 2006 15:00:10 17
13. charlesy Wed 26 Apr 2006 07:15:19 9
14. AudioSapien Tue 21 Mar 2006 10:29:23 7
15. Eamon Wed 1 Feb 2006 02:45:19 1
16. clfrench Fri 20 Jan 2006 14:50:37 1
17. DeusEx Fri 30 Dec 2005 09:38:06 1
18. abbymath Thu 17 Nov 2005 18:31:59 4
19. chrisfrench Thu 17 Nov 2005 09:13:55 3
20. Crisófilax Fri 4 Nov 2005 06:22:14 1
21. hattons Thu 3 Nov 2005 16:45:09 1
22. jcwyant Wed 26 Oct 2005 21:25:07 2
23. MarkSenn Sat 22 Oct 2005 02:15:05 9
24. Christopherpurcell Sun 11 Sep 2005 06:26:02 14
25. MarkKnutson Mon 29 Aug 2005 10:13:53 4
26. irchans Fri 26 Aug 2005 16:43:50 2
27. chari Sat 20 Aug 2005 11:52:15 2
28. ArneEide Mon 13 Jun 2005 06:16:32 2
29. arobin Sat 11 Jun 2005 15:08:21 2
30. ibuckley Tue 7 Jun 2005 10:03:31 2
31. dragon Sun 5 Jun 2005 22:18:00 1
32. Rbarrere Sat 19 Feb 2005 00:48:15 5
33. Robin Fri 4 Feb 2005 20:45:32 2
34. ArnoudBuzing Wed 2 Feb 2005 02:13:48 6

This page was created by carlosdf on Mon 4 Jan 2010 07:04:59 and last updated by carlosdf on Mon 4 Jan 2010 07:10:31
Retrieved from Wiki sandbox page .
Personal tools