1/11/08

From Physiki
(Difference between revisions)
Jump to: navigation, search
m
 
(5 intermediate revisions by one user not shown)
Line 3: Line 3:
 
[http://mathworld.wolfram.com/ProbabilityFunction.html Mathworld:  some basics on probability functions]
 
[http://mathworld.wolfram.com/ProbabilityFunction.html Mathworld:  some basics on probability functions]
  
[http://en.wikipedia.org/wiki/Erwin_Schr%C3%B6dinger Wikipedia bio on Schr&oumlau;dinger
+
[http://en.wikipedia.org/wiki/Erwin_Schr%C3%B6dinger Wikipedia bio on Schrödinger]
 +
 
 +
[[Image:Random.jpg]]
 +
 
 +
{{PDF|filename=1_11_08.pdf|title=1/11/08 lecture notes:  probability review}}
 +
 
 +
====Some simple Mathematica examples====
 +
 
 +
x = Table[Random[], {i, 100}]
 +
 
 +
ListPlot[x]
 +
 
 +
Mean[x]
 +
 
 +
Variance[x]
 +
 
 +
y = Table[Random[Integer],{i,100}]
 +
 
 +
z = Table[Random[Real, {10, 11}], {i, 100}]

Latest revision as of 15:57, 21 January 2008

Planet Math on the local versus global form of Hamilton's equations

Mathworld: some basics on probability functions

Wikipedia bio on Schrödinger

Random.jpg

Pdf.png Download 1/11/08 lecture notes: probability review

Some simple Mathematica examples

x = Table[Random[], {i, 100}]

ListPlot[x]

Mean[x]

Variance[x]

y = Table[Random[Integer],{i,100}]

z = Table[Random[Real, {10, 11}], {i, 100}]

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox