projects
/
thesis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
944da05
)
Use 1/3 instead of 0.\bar{3} in monte-carlo.asy.
author
W. Trevor King
<wking@tremily.us>
Wed, 27 Jun 2012 19:17:12 +0000
(15:17 -0400)
committer
W. Trevor King
<wking@tremily.us>
Wed, 27 Jun 2012 19:27:15 +0000
(15:27 -0400)
I'm already using \bar{} for the complex conjugate.
src/figures/schematic/monte-carlo.asy
patch
|
blob
|
history
diff --git
a/src/figures/schematic/monte-carlo.asy
b/src/figures/schematic/monte-carlo.asy
index d696090c198a25d0c1a73b47d217c9cca64201b2..e3de5980a9e11bc61f9419c93c4261403f09e70d 100644
(file)
--- a/
src/figures/schematic/monte-carlo.asy
+++ b/
src/figures/schematic/monte-carlo.asy
@@
-178,7
+178,7
@@
struct Die {
}
Door L = Door((-2cm,0),
- L=minipage("\centering{\Large Unfold}\\$P=
0.\bar{3}
$\\(\epsdice{1}\epsdice{2})"));
+ L=minipage("\centering{\Large Unfold}\\$P=
1/3
$\\(\epsdice{1}\epsdice{2})"));
Door R = Door((2cm,0),
L=minipage("\centering{\Large Stay folded}\\$Q=1-P$\\(\epsdice{3}\epsdice{4}\epsdice{5}\epsdice{6})"),
angle=30);