go 丄v vy nyi m b3是什么意思

(* Content-type: application/vnd.wolfram.mathematica *)
(*** Wolfram Notebook File ***)
(* http://www.wolfram.com/nb *)
(* CreatedBy='Mathematica 8.0' *)
(*CacheID: 234*)
(* Internal cache information:
NotebookFileLineBreakTest
NotebookFileLineBreakTest
NotebookDataPosition[
NotebookDataLength[
NotebookOptionsPosition[
NotebookOutlinePosition[
CellTagsIndexPosition[
WindowFrame->Normal*)
(* Beginning of Notebook Content *)
Notebook[{
Cell[TextData[{
Cell[BoxData[
SuperscriptBox["Mathematica", "\[RegisteredTrademark]"], TraditionalForm]]],
}], "OnlineHeader"],
Cell["The Future of Computation", "Title"],
Cell["Stephen Wolfram", "Author"],
Cell[TextData[StyleBox["(Edited transcript of a videoconference keynote \
address given at IMS 2005.)",
FontSlant->"Italic"]], "Text"],
Cell[TextData[{
"It is a pleasure to be with you all today. My main excuse for not being \
there in person is that we really have to finish the next version of ",
StyleBox["Mathematica",
FontSlant->"Italic"],
". I think it is probably fair to say that almost nobody thinks I should be \
doing anything other than working very hard on the upcoming version of ",
StyleBox["Mathematica",
FontSlant->"Italic"],
", which I can assure you is going to be something extremely exciting, that \
we have been working on for a great many years. "
}], "Text"],
Cell[TextData[{
"But I thought today that I would not talk mainly about near-term ",
StyleBox["Mathematica",
FontSlant->"Italic"],
" technology. The original title for this talk was ",
StyleBox["Mathematica",
FontSlant->"Italic"],
" and the Future of Computation, but then I saw it had been changed to just \
The Future of Computation. The modification to the title got me thinking \
about what I really should be talking about. So I am going to talk about the \
modified title. I decided that would give me more license to talk about a \
broader range of things, and I thought that we might have some fun with that. "
}], "Text"],
Cell[TextData[{
"What will be the future of computation? To really home in on that question \
some of what we have to think about is what computation is, what computation \
has been, what kinds of things could computation be in the future, what kinds \
of things can we perhaps uniquely learn from our experience with ",
StyleBox["Mathematica",
FontSlant->"Italic"],
" about the nature of computation and about its future directions. "
}], "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[TextData[{
"But I guess it was during the 1800s the idea of purely abstract kinds of \
mathematical constructs and operators really took root. There were things \
like the work of Galois on groups and the development of Boolean algebra and \
abstract logic by Boole. Then came the development of abstract algebra in the \
late 1800s and so on. Then there was the notion of people like Peano trying \
to formalize, trying to make a human-like language that could be used to find \
a uniform formalization of mathematics. And that, in the 1910s, led to things \
like the Whitehead and Russell venture of ",
StyleBox["Principia Mathematica",
FontSlant->"Italic"],
", one of the uses of the \[OpenCurlyDoubleQuote]mathematica\
\[CloseCurlyDoubleQuote] word in the past, where the notion was could one \
take all of the ideas of mathematics and formalize them in a way that was \
somehow based on logic? As you may know, Whitehead and Russell produced this \
giant three-volume work that purported to describe how mathematics worked. \
Unfortunately, it went in rather small steps and it was rather hard to \
understand. It determined that 2 + 2 was equal to 4 somewhere about \
two-thirds of the way through the first book. It was an early attempt to \
formalize a process, in this case a process of mathematical proof and \
presentation."
}], "Text"],
Cell[TextData[{
"When you look at the pages of ",
StyleBox["Principia Mathematica",
FontSlant->"Italic"],
" they almost seem like a uniquely bad notation for actually presenting the \
ideas of mathematics. Nevertheless, as a proof of principle it was something \
very important to take this large volume of potential mathematical knowledge \
and try and formalize it in a uniform way. "
}], "Text"],
Cell[TextData[{
"Then there were other kinds of ideas that came up in the 1920s about the \
formalization of things. For example, the idea of recursive functions came \
up. In fact the very idea of functions had been a fairly recent construct, \
something that had really cropped up in the 1880s or so. The idea of just \
some abstract thing, ",
Cell[BoxData[
FormBox["f", TraditionalForm]], "Math"],
Cell[BoxData[
FormBox["x", TraditionalForm]], "Math"],
", where you feed it anything and it munches on it and produces an answer. \
That idea of abstracting a notion of a function was a comparatively late one \
in the history of mathematics.
}], "Text",
CellChangeTimes->{{3.139*^9, 3.833*^9}}],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[TextData[{
"As time went forward, there were a few other strands, a few other kinds of \
primitive operations that were considered for computation. Another one that \
came very early in the history, although was ignored until many years later, \
was an idea called combinators, which are the ultimate functional programming \
construct, in a sense. These typically are set up as two combinators, ",
Cell[BoxData[
FormBox["s", TraditionalForm]], "Math"],
Cell[BoxData[
FormBox["k", TraditionalForm]], "Math"],
", and it is a nice ",
StyleBox["Mathematica",
FontSlant->"Italic"],
" exercise to construct functions out of just nesting these ",
Cell[BoxData[
FormBox["s", TraditionalForm]], "Math"],
Cell[BoxData[
FormBox["k", TraditionalForm]], "Math"],
" combinators. That was actually an idea that came up in 1921. Although it \
was not really recognized until probably the 1940s or later, that this was a \
significant and worthwhile thing, which has perhaps not even been recognized \
until today. "
}], "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[TextData[{
"When I got serious about building what is now ",
StyleBox["Mathematica,",
FontSlant->"Italic"],
" one of the things that I was interested in was to see how general could we \
make this notion of computation. How could we take the idea of what \
computation could be, the representation of arbitrary processes and arbitrary \
kinds of constructs and to what extent could we build the system that could \
really make use of this potential generality that the idea of computation has?"
}], "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[TextData[{
"So this line of thinking is part of what got me started, what fueled some \
of my scientific efforts. For my own personal purposes, the idea that when \
one builds a computer language like ",
StyleBox["Mathematica",
FontSlant->"Italic"],
", in a sense what one is trying to do is take all these abstract processes \
that people want to do and find what the primitives are out of which those \
operations can be formed. And then we give those primitives names like ",
Cell[BoxData["NestList"], "MCode"],
Cell[BoxData["Fold"], "MCode"],
" or whatever else. Those are the primitives from which we build up the \
things that people want to do\[LongDash]the processes that people want to \
carry out. "
}], "Text",
CellChangeTimes->{{3.621*^9, 3.959*^9}}],
Cell["\", "Text"],
Cell[TextData[{
"Before Newton, it was not clear how one should represent processes in \
nature. There were a lot of different sometimes quite wacky ideas about that, \
the great advance of 1687 and Newton\[CloseCurlyQuote]s Principia \
Mathematica, the title of his book was ",
StyleBox["Mathematical Principles of Natural Philosophy",
FontSlant->"Italic"],
". His notion was can we take natural philosophy, this systematic study of \
nature, and can we put mathematical principles onto that. That was a great \
idea and a great advance. It fueled the development of the physical and other \
exact sciences for 300 years, this notion that one can take mathematical \
equations, ideas from mathematics, ideas about calculus, and so on and one \
can use them to explain and represent processes in nature. "
}], "Text"],
Cell["\", "Text"],
Cell[TextData[{
"So in a sense, as I was saying at the beginning, at least my view of what \
computation is in essence, is that it is a way of finding an abstract \
representation of processes. So among other things these ideas of computation \
should be able to find good abstract representations of the processes that go \
on in nature too. What one realizes as one looks at the underlying constructs \
of whether it is Turing machines, whether it is ",
StyleBox["Mathematica",
FontSlant->"Italic"],
", the underlying as it is turned out quite uniform constructs that support \
universal computation that allow one to make programs and so on, all those \
constructs are considerably broader than traditional ones that exist in \
mathematics and arithmetic and calculus and so on. "
}], "Text"],
Cell["\", "Text"],
Cell[TextData[StyleBox["Figure 1 is an example of one of them.",
FontVariations->{"CompatibilityType"->0}]], "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{450, 276.625},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{450, 304.875},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{450, 276.625},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{450, 308.875},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[TextData[{
"And in fact, the ",
Cell[BoxData["Random"], "MCode"],
" function in ",
StyleBox["Mathematica",
FontSlant->"Italic"],
Cell[BoxData[
RowBox[{"Random", "[", "Integer", "]"}]], "MCode"],
", has used this method for generating randomness ever since ",
StyleBox["Mathematica",
FontSlant->"Italic"],
" Version 1 was released. And it has been a really good method of generating \
randomness. In fact it has been an embarrassment to us that for some real \
number random generation methods we used, against my better judgment I was \
convinced that we should use more traditional random generators, which were \
slightly faster at the time when these things were first implemented but \
which have turned out to have all kinds of horrible bugs. So, this particular \
way of generating randomness, this little rule 30 thing, which is by far the \
simplest in terms of its rule, has withstood all of these attacks. So this is \
a remarkable thing. It is not one\[CloseCurlyQuote]s common intuition. "
}], "Text",
CellChangeTimes->{{3.8773`*^9, 3.258*^9}}],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[TextData[{
"One of the things one might start to think about is: What does it mean to \
have a system that does a computation? Usually when we think of computation \
we think of setting a system up to specifically achieve some particular task \
that we have set for it. So for example, Figure 5 is a system, it happens to \
be a cellular automaton, that is set up specifically to achieve the task of \
squaring its input. So you put in ",
Cell[BoxData[
FormBox["n", TraditionalForm]], "Math"],
" black cells at the top and then the system does its thing and then out at \
the bottom by a not terribly clever algorithm the system produces ",
Cell[BoxData[
FormBox["n", TraditionalForm]], "Math"],
" squared black cells. "
}], "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{450, 215.75},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{450, 374.688},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{450, 308.875},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell[TextData[{
"Well, I think that the answer is really definitely yes, it absolutely \
counts as a computation. It is not a computation where we necessarily know \
the point of it beforehand, but it is a computation that just happens. It is \
a computation that perhaps may be happening in nature quite a bit. And it is \
a computation that sometimes we may find out is actually quite useful. Like \
in the case of this rule 30 system, it has been very useful as a random \
generator in ",
StyleBox["Mathematica",
FontSlant->"Italic"],
" and elsewhere. "
}], "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[TextData[{
"For many years I studied what is out there in the computational universe. I \
was using ",
StyleBox["Mathematica",
FontSlant->"Italic"],
" as a telescope to look and try to do the natural history of all these \
strange creatures that exist in the computational universe. And having done \
the natural history, try to classify them and then try to find general \
principles about what happens out in the computational universe. "
}], "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[TextData[{
"Figure 8 is a particular case where we now know that this is possible. This \
is the rule 110 cellular automaton. It is the ",
Cell[BoxData[
SuperscriptBox["110", "th"], TraditionalForm]]],
" cellular automaton that you reach in this sequence of possible cellular \
automata. "
}], "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{450, 316.25},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[TextData[{
"The big thing that one realizes from this principle of computational \
equivalence and this whole ",
StyleBox["A New Kind of Science",
FontSlant->"Italic"],
" (NKS) set of ideas is that the notion of computational reducibility is \
actually a fairly special case. That out there in the space of possible \
abstract systems, out there in the computational universe, a very large \
fraction of systems are actually doing much more complicated things that are \
in a sense computationally powerful and are in a sense computationally \
irreducible. There is really no way to work out what this system, for \
example, will do by any procedure that is much more efficient I think than \
just running the system and seeing what happens\[LongDash]that is the idea of \
computational irreducibility. That makes this system seem complex to us."
}], "Text"],
Cell["\", "Text"],
Cell[TextData[{
"And that puts more pressure on us to find the right primitives representing \
natural systems in a way that fits in well with the kinds of computers that \
we actually use. Because we know we are going to have to do a lot of \
computational operations to find out what the natural system does. So those \
operations should be as simple as possible so that we get to do as many of \
them as efficiently as possible. In a sense, that forces us to think about \
the kinds of primitives that should exist, let us say in ",
StyleBox["Mathematica",
FontSlant->"Italic"],
", as ways to represent the natural world. Are they primitives that are \
well-matched with the kinds of things that actually go on in the natural \
world or not? And I would say that what I have seen from studying NKS and so \
on is that I am very pleased with the extent to which the kind of symbolic \
programming primitives that we have in ",
StyleBox["Mathematica",
FontSlant->"Italic"],
" seem to map well in a very wide range of different kinds of computational \
models that seem to be relevant in studying the natural world."
}], "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{436, 538.125},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{436, 432.5},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{435, 347.312},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{450, 308.875},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
PageBreakBelow->False,
ImageSize->{437, 613.312},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell[TextData[{
"It could certainly be the case that our universe would be rule number 17, \
or our universe could be rule number ",
Cell[BoxData[
SuperscriptBox["10", "100"], TraditionalForm]], "Math"],
", or our universe could be rule number ",
Cell[BoxData[
SuperscriptBox["10",
SuperscriptBox["10",
SuperscriptBox["10",
SuperscriptBox["10", "100"]]]], TraditionalForm]], "Math"],
". If we believe this kind of notion of universality, our universe must be \
somewhere out there in the space of possible rules. "
}], "Text"],
Cell[TextData[{
"And the question is: How simple will the rules be? I do not have any \
particular criterion to decide that, although it is a very fundamental fact \
about nature that the rules for nature are not as complicated as they might \
be. For example, the universe has perhaps a little less than ",
Cell[BoxData[
SuperscriptBox["10", "100"], TraditionalForm]], "Math"],
" particles in it. If the rules for the universe had ",
Cell[BoxData[
SuperscriptBox["10", "100"], TraditionalForm]], "Math"],
" different cases in them, we might reasonably expect that every one of \
those particles might choose to do a different thing. Yet what we know is \
that there is considerable order in the universe, that the rules are not that \
complicated. Most of the particles choose to follow the same kind of rules \
all the time. And so the rules are simple compared to, in a sense, the size \
of the universe. How simple they are we do not know. We do not have a \
criterion. There is not yet a criterion by which we might guess how simple \
the rules might be. "
}], "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[TextData[{
"It is a wonderful application of ",
StyleBox["Mathematica",
FontSlant->"Italic"],
" actually. It is a fairly sophisticated, fairly high-tech thing that \
involves feeding in a possible rule for the universe to see what it does. \
Many rules for the universe are completely stupid. One can say immediately, \
this is not our universe. No notion of time, space, expands exponentially in \
a trivial way forever, etc. What you really want to know, for example, is \
given some potential universe, what are the laws that operate in this \
universe and are they the same laws that we know, whether it is the standard \
model gauge invariance or general relativity, or whatever else. Are they the \
same laws that we know from existing physics? "
}], "Text"],
Cell["\", "Text"],
Cell[TextData[{
"That has turned into this big enterprise of essentially doing automated \
theorem proving and things like that and doing a whole bunch of graph theory \
and combinatorics. It is a wonderful ",
StyleBox["Mathematica",
FontSlant->"Italic"],
" system using grid",
StyleBox["Mathematica",
FontSlant->"Italic"],
", and so on to try and do these searches that involve basically finding out \
what we can prove for candidate universes. It is kind of automating the \
process of being a natural scientist or a theoretical natural scientist. \
Given this set of rules, what can we determine from that about laws of this \
universe? "
}], "Text"],
Cell[TextData[{
"It has been going rather well and there are some nice technology spin-offs, \
which will show up in ",
StyleBox["Mathematica",
FontSlant->"Italic"],
". One of the consequences of finding out that our universe is one of these \
universes out there in the computational universe is that it really grounds \
the notion of computation. If our universe is one of these things out in the \
computational universe, we know that is all that is there. We cannot start \
arguing, oh well, computation as we know it right now is not really \
everything that is relevant in the universe, there might be some special \
rule-number thing, there might be some hyper-computation thing, there might \
be some other weird thing going on. We will be able to say, no that \
absolutely is not the case, everything that happens is just determined by \
this particular computational model."
}], "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[TextData[StyleBox["All of mathematics is actually based on a fairly \
small set of axioms. Figure 14 basically shows all the axioms now in use in \
all common areas of mathematics. ",
FontVariations->{"CompatibilityType"->0}]], "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{435, 288.562},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{450, 343.75},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{280, 217.312},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell[TextData[{
"Well it turns out that in the case of Boolean algebra, the ",
Cell[BoxData[
RowBox[{"50", ",",
SuperscriptBox["000", "th"]}], TraditionalForm]]],
" axiom system roughly, you find Boolean algebra. And it is an adventure in \
automated theorem proving to show that the little axiom system really is \
Boolean algebra. There is a proof, and this is soon going to be immediately \
doable in ",
StyleBox["Mathematica",
FontSlant->"Italic"],
". But that is a different story. What is interesting here is that this \
Boolean algebra that we know is out there in the computational universe of \
possible things at around the ",
Cell[BoxData[
RowBox[{"50", ",",
SuperscriptBox["000", "th"]}], TraditionalForm]]],
" axiom system."
}], "Text",
CellChangeTimes->{{3.063*^9, 3.0417`*^9}}],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{450, 308.875},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell[TextData[{
"And there are many other examples of this. In fact, we have been using this \
kind of idea for many years in some areas of ",
StyleBox["Mathematica",
FontSlant->"Italic"],
" to just search spaces of possible algorithms and find algorithms for \
}], "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{450, 185.938},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{450, 199.688},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{435, 339.875},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{431, 342.812},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{432, 341.438},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell["\", "Text"],
Cell[GraphicsData["CompressedBitmap", "\"], "PlacedGraphics",
Evaluatable->False,
ImageSize->{429, 511.812},
ImageMargins->{{0, 0}, {0, 0}},
ImageRegion->{{0, 1}, {0, 1}}],
Cell[TextData[{
StyleBox["Figure ",
FontWeight->"Bold"],
CounterBox["NumberedFigure"],
FontWeight->"Bold"],
StyleBox[". ",
FontWeight->"Bold"]
}], "NumberedFigureCaption"],
Cell["\", "Text"],
Cell[TextData[{
"Wolfram",
StyleBox["Tones",
FontSlant->"Italic"],
ButtonBox["tones.wolfram.com",
BaseStyle->"Hyperlink",
ButtonData:>{
URL["http://tones.wolfram.com/"], None}],
", is a good web",
StyleBox["Mathematica",
FontSlant->"Italic"],
" venture. It is completely built in ",
StyleBox["Mathematica",
FontSlant->"Italic"],
", running right now on a cluster of computers. And hopefully enough people \
will be interested in it that it will actually strain the computers when the \
site goes live. But the practicalities involve being able to take these \
musical forms and download them to cellphones."
}], "Text"],
Cell["\", "Text"],
Cell[TextData[{
"S. Wolfram, \[OpenCurlyDoubleQuote]The Future of Computation,\
\[CloseCurlyDoubleQuote] ",
StyleBox["The Mathematica Journal",
FontSlant->"Italic"],
", 2012. ",
ButtonBox["doi:10.3888/tmj.10.2\[Dash]5",
BaseStyle->"Hyperlink",
ButtonData->{
URL["http://dx.doi.org/10.3888/tmj.10.2-5"], None},
ButtonNote->"http://dx.doi.org/10.3888/tmj.10.2-5"],
}], "DOIReference1",
CellChangeTimes->{{3.589*^9, 3.703*^9}, {
3.3007`*^9, 3.167*^9}}],
Cell[TextData[{
StyleBox["Stephen Wolfram", "AboutAuthorB"],
"\nFounder and CEO\n",
StyleBox["Wolfram Research, Inc.\n", "AboutAuthorI"],
StyleBox[ButtonBox["s.",
BaseStyle->"Hyperlink",
ButtonData:>{
URL["mailto:s."], None}], "AboutAuthorI"],
StyleBox[ButtonBox["www.wolframscience.com",
BaseStyle->"Hyperlink",
ButtonData:>{
URL["http://www.wolframscience.com"], None}], "AboutAuthorI"]
}], "TextAboutAuthor",
CellMargins->{{Inherited, Inherited}, {Inherited, 30}},
CellGroupingRules->{"SectionGrouping", 40}]
ScreenStyleEnvironment->"Working",
PrintingStyleEnvironment->"Printout",
WindowToolbars->{},
CellGrouping->Manual,
WindowSize->{640, 750},
WindowMargins->{{318, Automatic}, {Automatic, 115}},
PrintingCopies->1,
PrintingPageRange->{1, Automatic},
PageHeaders->{{Inherited, Inherited,
Cell["Stephen Wolfram", "Header"]}, {
Cell["The Future of Computation", "Header"], Inherited, Inherited}},
PageFooters->{{
TextData[{"The Mathematica Journal ",
StyleBox["10", "SBO"], ":2 \[Copyright] 2006 Wolfram Media, Inc."}],
"Footer"], Inherited, None}, {None, Inherited,
TextData[{"The Mathematica Journal ",
StyleBox["10", "SBO"], ":2 \[Copyright] 2006 Wolfram Media, Inc."}],
"Footer"]}},
Magnification->1,
FrontEndVersion->"9.0 for Mac OS X x86 (32-bit, 64-bit Kernel) (January 25, \
StyleDefinitions->Notebook[{
CellGroupData[{
TextData[{"Style Definitions for \n",
StyleBox["The Mathematica Journal", FontSlant -> "Italic"]}],
"Subtitle", CellMargins -> {{0, Inherited}, {Inherited, 0}},
CellFrameMargins -> {{20, 4}, {8, 20}}, FontSize -> 36, FontWeight ->
"Bold", FontColor -> GrayLevel[1], Background -> GrayLevel[0]],
StyleData[StyleDefinitions -> "Default_8.0.nb"]],
CellGroupData[{
"Styles Brought in from Core.nb, adjusted for TMJ", "Section",
CellFrame -> False, CellDingbat -> None, ShowCellBracket -> True,
CellMargins -> {{0, 0}, {10, 40}},
CellFrameMargins -> {{20, 4}, {8, 8}}, FontColor -> GrayLevel[1],
Background -> RGBColor[0...715618]],
CellGroupData[{
StyleData["Code"], PageWidth -> DirectedInfinity[1],
CellMargins -> {{57, 21}, {10, 10}}, Evaluatable -> True,
CellGroupingRules -> "InputGrouping", TextClipboardType ->
"Package", StripStyleOnPaste -> True, PageBreakWithin -> False,
GroupPageBreakWithin -> False, InitializationCell -> True,
DefaultFormatType -> DefaultInputFormatType, AutoIndent -> False,
ShowAutoStyles -> True, "TwoByteSyntaxCharacterAutoReplacement" ->
True, HyphenationOptions -> {
"HyphenationCharacter" -> "\[Continuation]"},
AutoItalicWords -> {}, LanguageCategory -> "Mathematica",
AutoSpacing -> False, ShowStringCharacters -> True, NumberMarks ->
True, DigitBlock -> DirectedInfinity[1], ZeroWidthTimes -> True,
LineBreakWithin -> False, LineIndent -> 0, CounterIncrements ->
"Code", MenuSortingValue -> 1375, MenuCommandKey -> "8",
FontSize -> 11, FontWeight -> "Bold", Background ->
RGBColor[0.9, 0.9, 1]],
StyleData["Code", "Presentation", StyleDefinitions -> None]],
StyleData["Code", "SlideShow", StyleDefinitions -> None]],
StyleData["Code", "Printout", StyleDefinitions -> None]]},
Cell["Brought in from Core.nb, removed FontSize", "Text"],
StyleData["MSG"], StyleMenuListing -> None, FontFamily ->
"Helvetica"],
Cell["Brought in from Core.nb, not modified", "Text"],
StyleData["PrintUsage"], Editable -> False, PageWidth ->
WindowWidth, CellFrame -> {{0, 0}, {0, 3}}, CellFrameColor ->
RGBColor[1, 0.0001, 0], FontFamily -> "Helvetica",
FontSize -> 10, Background -> RGBColor[1, 0..899718]]},
CellGroupData[{
"Style Environment Names", "Section", CellFrame -> False,
CellDingbat -> None, ShowCellBracket -> True,
CellMargins -> {{0, 0}, {10, 40}},
CellFrameMargins -> {{20, 4}, {8, 8}}, FontColor -> GrayLevel[1],
Background -> RGBColor[0...715618]],
"Corrected style environment names to use the MenuPosition values \
from Core.nb. ", "Text"],
StyleData[All, "Working"],
CellBracketOptions -> {
"Color" -> RGBColor[0...362966]}, ShowCellLabel ->
True, CellFrameLabelMargins -> 6, ScriptMinSize -> 9,
MenuSortingValue -> 1100],
StyleData[All, "Presentation"], ScreenStyleEnvironment ->
"Presentation", MenuSortingValue -> 1200, Magnification -> 1.25],
StyleData[All, "Printout"], PageWidth -> PaperWidth,
ShowCellBracket -> True, CellLabelAutoDelete -> False, Hyphenation ->
True, HyphenationOptions -> {"HyphenationMinLengths" -> {3, 4}},
ScriptMinSize -> 5, MenuSortingValue -> 1500,
PrivateFontOptions -> {"FontType" -> "Outline"}, Magnification ->
Cell["Disabled Menu appearance for SlideShow and Condensed", "Text"],
StyleData[All, "SlideShow"], PageWidth -> WindowWidth, DockedCells ->
FEPrivate`FrontEndResource["FEExpressions", "SlideshowToolbar"],
ScrollingOptions -> {
"PagewiseDisplay" -> True, "VerticalScrollRange" -> Fit},
ShowCellBracket -> False, ShowAutoStyles -> False, ScriptMinSize ->
9, MenuSortingValue -> 1300, StyleMenuListing -> None],
StyleData[All, "Condensed"], PageWidth -> WindowWidth,
CellLabelMargins -> {{8, Inherited}, {Inherited, Inherited}},
ShowAutoStyles -> False, ScriptMinSize -> 8, MenuSortingValue ->
1400, StyleMenuListing -> None]}, Closed]],
CellGroupData[{
"Notebook Options", "Section", CellFrame -> False, CellDingbat ->
None, ShowCellBracket -> True, CellMargins -> {{0, 0}, {10, 40}},
CellFrameMargins -> {{20, 4}, {8, 8}}, FontColor -> GrayLevel[1],
Background -> RGBColor[0...715618]],
"The options defined for the style below will be used at the \
Notebook level.", "Text"],
StyleData["Notebook"], PageHeaders -> {{
TextData[{
CounterBox["Page"]}], "PageNumber"], Inherited,
Cell["Author(s)", "Header"]}, {
Cell["Article Title", "Header"], Inherited,
TextData[{
CounterBox["Page"]}], "PageNumber"]}}, PageFooters -> {{
TextData[{"The Mathematica Journal ",
StyleBox["volume", FontWeight -> "Bold"],
":issue \[Copyright] year Wolfram Media, Inc."}], "Footer"],
Inherited,
TextData[{
ValueBox["FileName"], " ",
ValueBox["Date"]}], "Footer"]}, {
TextData[{
ValueBox["FileName"], " ",
ValueBox["Date"]}], "Footer"], Inherited,
TextData[{"The Mathematica Journal ",
StyleBox["volume", FontWeight -> "Bold"],
":issue \[Copyright] year Wolfram Media, Inc."}], "Footer"]}},
PrintingOptions -> {
"FacingPages" -> True, "FirstPageHeader" -> False,
"PageFooterMargins" -> {36, 36}, "PageHeaderMargins" -> {42, 42},
"PrintRegistrationMarks" -> False,
"PrintingMargins" -> {{90, 90}, {90, 90}}}, CellFrameLabelMargins ->
6, HyphenationOptions -> {
"HyphenationCharacter" -> "-", "HyphenationFreeZone" -> 12,
"HyphenationMinLengths" -> {2, 3}}, StyleMenuListing -> None]},
CellGroupData[{
"Styles for Headings", "Section", CellFrame -> False, CellDingbat ->
None, ShowCellBracket -> True, CellMargins -> {{0, 0}, {10, 40}},
CellFrameMargins -> {{20, 4}, {8, 8}}, FontColor -> GrayLevel[1],
Background -> RGBColor[0...715618]],
CellGroupData[{
StyleData["Title"], ShowCellBracket -> False, ShowSelection ->
True, CellMargins -> {{21, 21}, {0, 15}},
CellGroupingRules -> {"TitleGrouping", 0}, PageBreakBelow ->
False, Hyphenation -> False, LineSpacing -> {1, 1},
CounterIncrements -> "Title",
CounterAssignments -> {{"Subtitle", 0}, {"Section", 0}, {
"Subsection", 0}, {"Subsubsection", 0}, {"List", 0}, {
"NumberedFigure", 0}, {"NumberedTable", 0}, {
"NumberedProgram", 0}, {"Equation", 0}, {"Text", 0}, {
"SmallText", 0}, {"Reference", 0}}, MenuSortingValue -> 1100,
FontFamily -> "Times", FontSize -> 36, FontWeight -> "Plain",
FontSlant -> "Italic"],
StyleData["Title", "Presentation", StyleDefinitions -> None]],
StyleData["Title", "SlideShow", StyleDefinitions -> None]],
StyleData["Title", "Printout", StyleDefinitions -> None]]},
CellGroupData[{
StyleData["Subtitle"], ShowCellBracket -> False, ShowSelection ->
True, CellMargins -> {{21, 21}, {5, 2}},
CellGroupingRules -> {"TitleGrouping", 10}, PageBreakBelow ->
False, Hyphenation -> False, LineSpacing -> {1, 1},
CounterIncrements -> "Subtitle", FontFamily -> "Times", FontSize ->
24, FontSlant -> "Italic"],
StyleData["Subtitle", "Presentation", StyleDefinitions -> None]],
StyleData["Subtitle", "SlideShow", StyleDefinitions -> None]],
StyleData["Subtitle", "Printout", StyleDefinitions -> None]]},
StyleData["Subsubtitle"], MenuSortingValue -> "None"],
CellGroupData[{
StyleData["Section"], CellFrame -> False, CellDingbat ->
"\[FilledSquare]", CellMargins -> {{21, 21}, {10, 30}},
Evaluatable -> False,
CellGroupingRules -> {"SectionGrouping", 40}, PageBreakBelow ->
False, Hyphenation -> False, CounterIncrements -> "Section",
CounterAssignments -> {{"Subsection", 0}, {"Subsubsection", 0}, {
"ItemNumbered", 0}}, AspectRatioFixed -> True, FontFamily ->
"Helvetica", FontSize -> 16, FontWeight -> "Bold", FontColor ->
0.5, 0.64637`]],
StyleData["Section", "Presentation", StyleDefinitions -> None]],
StyleData["Section", "SlideShow", StyleDefinitions -> None]],
StyleData["Section", "Printout", StyleDefinitions -> None]]},
CellGroupData[{
StyleData["Subsection"], CellDingbat -> "\[EmptySquare]",
CellMargins -> {{21, 21}, {10, 26}},
CellGroupingRules -> {"SectionGrouping", 50}, PageBreakBelow ->
False, Hyphenation -> False, LineSpacing -> {1, 1},
CounterIncrements -> "Subsection",
CounterAssignments -> {{"Subsubsection", 0}, {
"ItemNumbered", 0}}, FontFamily -> "Helvetica", FontSize -> 14,
FontWeight -> "Bold", FontColor -> GrayLevel[0]],
StyleData[
"Subsection", "Presentation", StyleDefinitions -> None]],
StyleData["Subsection", "SlideShow", StyleDefinitions -> None]],
StyleData["Subsection", "Printout", StyleDefinitions -> None]]},
CellGroupData[{
StyleData["Subsubsection"], CellDingbat ->
"\[FilledSmallSquare]", CellMargins -> {{21, 21}, {6, 20}},
CellGroupingRules -> {"SectionGrouping", 60}, PageBreakBelow ->
False, Hyphenation -> False, LineSpacing -> {1, 1},
CounterIncrements -> "Subsubsection",
CounterAssignments -> {{"ItemNumbered", 0}}, FontFamily ->
"Helvetica", FontSize -> 12, FontWeight -> "Bold", FontSlant ->
"Oblique"],
StyleData[
"Subsubsection", "Presentation", StyleDefinitions -> None]],
StyleData[
"Subsubsection", "SlideShow", StyleDefinitions -> None]],
StyleData[
"Subsubsection", "Printout", StyleDefinitions -> None]]},
CellGroupData[{
StyleData["Subsubsubsection"], CellDingbat -> None,
CellMargins -> {{21, 21}, {6, 20}},
CellGroupingRules -> {"SectionGrouping", 70}, PageBreakBelow ->
False, Hyphenation -> False, LineSpacing -> {1, 1},
CounterIncrements -> "Subsubsubsection",
CounterAssignments -> {{"ItemNumbered", 0}}, StyleMenuListing ->
None, FontFamily -> "Helvetica", FontSize -> 12, FontWeight ->
StyleData[
"Subsubsubsection", "Presentation", StyleDefinitions -> None]],
StyleData[
"Subsubsubsection", "SlideShow", StyleDefinitions -> None]],
StyleData[
"Subsubsubsection", "Printout", StyleDefinitions -> None]]},
Closed]]}, Closed]],
CellGroupData[{
"Styles for Body Text", "Section", CellFrame -> False, CellDingbat ->
None, ShowCellBracket -> True, CellMargins -> {{0, 0}, {10, 40}},
CellFrameMargins -> {{20, 4}, {8, 8}}, FontColor -> GrayLevel[1],
Background -> RGBColor[0...715618]],
CellGroupData[{
StyleData["Text"], CellMargins -> {{21, 21}, {4, 4}},
CounterIncrements -> "Text",
CounterAssignments -> {{"ItemNumbered", 0}}, MenuSortingValue ->
1370, MenuCommandKey -> "7", FontFamily -> "Times", FontSize ->
StyleData["Text", "Presentation", StyleDefinitions -> None]],
StyleData["Text", "SlideShow", StyleDefinitions -> None]],
StyleData["Text", "Printout", StyleDefinitions -> None],
TextJustification -> 1.]}, Closed]],
CellGroupData[{
StyleData["Quote"],
CellMargins -> {{45, 45}, {Inherited, Inherited}},
MenuSortingValue -> 1520, FontFamily -> "Times", FontSize -> 12],
StyleData["Quote", "Presentation", StyleDefinitions -> None]],
StyleData["Quote", "SlideShow", StyleDefinitions -> None]],
StyleData["Quote", "Printout", StyleDefinitions -> None],
TextJustification -> 1.]}, Closed]]}, Closed]],
CellGroupData[{
"Styles for Input, Output, and Graphics", "Section", CellFrame ->
False, CellDingbat -> None, ShowCellBracket -> True,
CellMargins -> {{0, 0}, {10, 40}},
CellFrameMargins -> {{20, 4}, {8, 8}}, FontColor -> GrayLevel[1],
Background -> RGBColor[0...715618]],
CellGroupData[{
StyleData["Input"], CellMargins -> {{57, 21}, {10, 10}},
Evaluatable -> True, CellGroupingRules -> "InputGrouping",
CellHorizontalScrolling -> True, PageBreakWithin -> False,
GroupPageBreakWithin -> False,
CellLabelMargins -> {{23, Inherited}, {Inherited, Inherited}},
CellFrameColor -> GrayLevel[0.869993], DefaultFormatType ->
DefaultInputFormatType, LineSpacing -> {1, 1},
AutoItalicWords -> {}, ShowStringCharacters -> True, NumberMarks ->
True, CounterIncrements -> "Input", MenuSortingValue -> 1400,
FontSize -> 11, FontWeight -> "Bold", Background -> None],
StyleData["Input", "Presentation", StyleDefinitions -> None]],
StyleData["Input", "SlideShow", StyleDefinitions -> None]],
StyleData["Input", "Printout", StyleDefinitions -> None]]},
CellGroupData[{
StyleData["Output"], CellMargins -> {{57, 21}, {13, 5}},
CellEditDuplicate -> True, CellGroupingRules -> "OutputGrouping",
CellHorizontalScrolling -> True, PageBreakWithin -> False,
GroupPageBreakWithin -> False, GeneratedCell -> True,
CellAutoOverwrite -> True,
CellLabelMargins -> {{23, Inherited}, {Inherited, Inherited}},
CellFrameColor -> GrayLevel[0.869993], DefaultFormatType ->
DefaultOutputFormatType, LineSpacing -> {1, 1},
AutoItalicWords -> {}, CounterIncrements -> "Output",
StyleMenuListing -> None, FontSize -> 11, Background -> None],
StyleData["Output", "Presentation", StyleDefinitions -> None]],
StyleData["Output", "SlideShow", StyleDefinitions -> None]],
StyleData["Output", "Printout", StyleDefinitions -> None]]},
CellGroupData[{
StyleData["Message"], CellFrame -> {{0.25, 0.25}, {0, 0}},
CellDingbat -> "\[WarningSign]",
CellMargins -> {{57, 21}, {13, 0}}, CellGroupingRules ->
"OutputGrouping", PageBreakWithin -> False, GroupPageBreakWithin ->
False, GeneratedCell -> True, CellAutoOverwrite -> True,
ShowCellLabel -> False,
CellLabelMargins -> {{23, Inherited}, {Inherited, Inherited}},
CellFrameColor -> GrayLevel[0.869993], CellFrameLabelMargins ->
0, DefaultFormatType -> DefaultOutputFormatType,
LineSpacing -> {1, 1}, AutoItalicWords -> {}, StyleMenuListing ->
None, FontFamily -> "Helvetica", FontSize -> 10, FontColor ->
RGBColor[0, 0, 1], Background -> GrayLevel[0.949996]],
StyleData["Message", "Presentation", StyleDefinitions -> None]],
StyleData["Message", "SlideShow", StyleDefinitions -> None]],
StyleData["Message", "Printout", StyleDefinitions -> None]]},
CellGroupData[{
StyleData["Print"], CellFrame -> True,
CellMargins -> {{57, 21}, {13, 0}}, CellGroupingRules ->
"OutputGrouping", CellHorizontalScrolling -> True,
PageBreakWithin -> False, GroupPageBreakWithin -> False,
GeneratedCell -> True, CellAutoOverwrite -> True, ShowCellLabel ->
False, CellLabelMargins -> {{23, Inherited}, {
Inherited, Inherited}}, CellFrameColor -> GrayLevel[0],
DefaultFormatType -> DefaultOutputFormatType,
LineSpacing -> {1, 1}, AutoItalicWords -> {}, StyleMenuListing ->
None, FontFamily -> "Helvetica", FontSize -> 10],
StyleData["Print", "Presentation", StyleDefinitions -> None]],
StyleData["Print", "SlideShow", StyleDefinitions -> None]],
StyleData["Print", "Printout", StyleDefinitions -> None]]},
TextData[{
"PlacedGraphics cell style to be used when importing a graphic \
from another
application or when presenting a graphic not associated with ",
StyleBox["Mathematica", FontSlant -> "Italic"],
" input. May be followed by NumberedFigureCaption."}], "Text"],
CellGroupData[{
StyleData["PlacedGraphics"], CellFrame -> False,
CellMargins -> {{21, 21}, {8, 10}}, CellGroupingRules ->
"GraphicsGrouping", CellHorizontalScrolling -> True,
ShowCellLabel -> False, TextAlignment -> Left,
LineSpacing -> {1, 1},
InsetBoxOptions -> {
BaseStyle -> {CellFrame -> None, Background -> None}}],
StyleData[
"PlacedGraphics", "Presentation", StyleDefinitions -> None]],
StyleData[
"PlacedGraphics", "SlideShow", StyleDefinitions -> None]],
StyleData[
"PlacedGraphics", "Printout", StyleDefinitions -> None]]},
CellGroupData[{
StyleData["CellLabel"],
CellMargins -> {{5, Inherited}, {Inherited, Inherited}},
LineSpacing -> {1, 1}, StyleMenuListing -> None, FontFamily ->
"Helvetica", FontSize -> 8, FontSlant -> "Oblique", FontColor ->
RGBColor[0...362966]],
StyleData[
"CellLabel", "Presentation", StyleDefinitions -> None]],
StyleData["CellLabel", "SlideShow", StyleDefinitions -> None]],
StyleData["CellLabel", "Printout", StyleDefinitions -> None]]},
Closed]]}, Closed]],
CellGroupData[{
"Styles for Automatic Numbering and Lists", "Section", CellFrame ->
False, CellDingbat -> None, ShowCellBracket -> True,
CellMargins -> {{0, 0}, {10, 40}},
CellFrameMargins -> {{20, 4}, {8, 8}}, FontColor -> GrayLevel[1],
Background -> RGBColor[0...715618]],
CellGroupData[{
StyleData["DisplayFormulaNumbered"],
CellMargins -> {{39, 21}, {4, 4}}, StripStyleOnPaste -> True,
CellFrameLabels -> {{None,
TextData[{"(",
CounterBox["DisplayFormulaNumbered"], ")"}],
CellSize -> {30, Inherited}, TextAlignment -> Right]}, {
None, None}}, DefaultFormatType -> TraditionalForm,
HyphenationOptions -> {
"HyphenationCharacter" -> "\[Continuation]"},
LineSpacing -> {1, 1}, LanguageCategory -> "Formula",
ScriptLevel -> 0, SingleLetterItalics -> True, CounterIncrements ->
"DisplayFormulaNumbered", MenuSortingValue -> 1700, FontFamily ->
UnderoverscriptBoxOptions -> {LimitsPositioning -> True}],
StyleData[
"DisplayFormulaNumbered", "Presentation", StyleDefinitions ->
StyleData[
"DisplayFormulaNumbered", "SlideShow", StyleDefinitions ->
StyleData[
"DisplayFormulaNumbered", "Printout", StyleDefinitions ->
None]]}, Closed]],
CellGroupData[{
StyleData["InlineFormula"], CellMargins -> {{10, 4}, {0, 8}},
StripStyleOnPaste -> True,
HyphenationOptions -> {
"HyphenationCharacter" -> "\[Continuation]"}, LanguageCategory ->
"Formula", ScriptLevel -> 1, SingleLetterItalics -> True,
MenuSortingValue -> None],
StyleData[
"InlineFormula", "Presentation", StyleDefinitions -> None]],
StyleData[
"InlineFormula", "SlideShow", StyleDefinitions -> None]],
StyleData[
"InlineFormula", "Printout", StyleDefinitions -> None]]},
CellGroupData[{
StyleData["NumberedFigureCaption"], CellDingbat ->
"\[FilledUpTriangle]", CellMargins -> {{21, 21}, {8, 0}},
PageBreakAbove -> False, TextAlignment -> Left,
LineSpacing -> {1, 1}, CounterIncrements -> "NumberedFigure",
MenuSortingValue -> 1711, FormatTypeAutoConvert -> False,
FontFamily -> "Helvetica", FontSize -> 10],
StyleData[
"NumberedFigureCaption", "Presentation", StyleDefinitions ->
StyleData[
"NumberedFigureCaption", "SlideShow", StyleDefinitions -> None]],
StyleData[
"NumberedFigureCaption", "Printout", StyleDefinitions -> None]]},
CellGroupData[{
StyleData["NumberedTableCaption"], CellDingbat ->
"\[FilledUpTriangle]", CellMargins -> {{21, 21}, {8, 0}},
PageBreakAbove -> False, LineSpacing -> {1, 1},
CounterIncrements -> "NumberedTable", MenuSortingValue -> 1712,
FontFamily -> "Helvetica", FontSize -> 10],
StyleData[
"NumberedTableCaption", "Presentation", StyleDefinitions ->
StyleData[
"NumberedTableCaption", "SlideShow", StyleDefinitions -> None]],
StyleData[
"NumberedTableCaption", "Printout", StyleDefinitions -> None]]},
CellGroupData[{
StyleData["NumberedProgramCaption"], CellDingbat ->
"\[FilledUpTriangle]", CellMargins -> {{21, 21}, {8, 0}},
PageBreakAbove -> False, LineSpacing -> {1, 1},
CounterIncrements -> "NumberedProgram", MenuSortingValue -> 1713,
FormatTypeAutoConvert -> False, FontFamily -> "Helvetica",
FontSize -> 10],
StyleData[
"NumberedProgramCaption", "Presentation", StyleDefinitions ->
StyleData[
"NumberedProgramCaption", "SlideShow", StyleDefinitions ->
StyleData[
"NumberedProgramCaption", "Printout", StyleDefinitions ->
None]]}, Closed]],
CellGroupData[{
StyleData["Caption"], CellDingbat -> "\[FilledUpTriangle]",
CellMargins -> {{21, 21}, {Inherited, 5}}, PageBreakAbove ->
False, LineSpacing -> {1, 1}, FontFamily -> "Helvetica",
FontSize -> 10],
StyleData["Caption", "Presentation", StyleDefinitions -> None]],
StyleData["Caption", "SlideShow", StyleDefinitions -> None]],
StyleData["Caption", "Printout", StyleDefinitions -> None]]},
CellGroupData[{
StyleData["Item"], CellDingbat -> "\[FilledSmallCircle]",
CellMargins -> {{58, 21}, {Inherited, Inherited}},
LineSpacing -> {1, 1},
CounterAssignments -> {{"SubitemNumbered", 0}}, MenuSortingValue ->
1775, FontFamily -> "Times", FontSize -> 12],
StyleData["Item", "Presentation", StyleDefinitions -> None]],
StyleData["Item", "SlideShow", StyleDefinitions -> None]],
StyleData["Item", "Printout", StyleDefinitions -> None],
TextJustification -> 1.]}, Closed]],
CellGroupData[{
StyleData["Subitem"], CellDingbat -> "\[FilledSmallCircle]",
CellMargins -> {{74, 21}, {Inherited, Inherited}},
LineSpacing -> {1, 1}, MenuSortingValue -> 1776, FontFamily ->
"Times", FontSize -> 12],
StyleData["Subitem", "Presentation", StyleDefinitions -> None]],
StyleData["Subitem", "SlideShow", StyleDefinitions -> None]],
StyleData["Subitem", "Printout", StyleDefinitions -> None],
TextJustification -> 1.]}, Closed]],
CellGroupData[{
StyleData["ItemNumbered"], CellDingbat -> Cell[
TextData[{
CounterBox["ItemNumbered"], "."}], FontWeight -> "Bold",
CellSize -> {20, Inherited}, TextAlignment -> Right],
CellMargins -> {{58, 21}, {Inherited, Inherited}}, CellBaseline ->
Baseline, LineSpacing -> {1, 1}, TabSpacings -> {4.},
CounterAssignments -> {{"SubitemNumbered", 0}}, MenuSortingValue ->
1777, FontFamily -> "Times", FontSize -> 12],
StyleData[
"ItemNumbered", "Presentation", StyleDefinitions -> None]],
StyleData[
"ItemNumbered", "SlideShow", StyleDefinitions -> None]],
StyleData["ItemNumbered", "Printout", StyleDefinitions -> None],
TextJustification -> 1.]}, Closed]],
CellGroupData[{
StyleData["SubitemNumbered"], CellDingbat -> Cell[
TextData[{
CounterBox["SubitemNumbered", CounterFunction :> (Part[
CharacterRange["a", "z"], #]& )], "."}], FontWeight ->
"Bold"], CellMargins -> {{74, 21}, {Inherited, Inherited}},
CellBaseline -> Baseline, LineSpacing -> {1, 1},
MenuSortingValue -> 1778, FontFamily -> "Times", FontSize -> 12],
StyleData[
"SubitemNumbered", "Presentation", StyleDefinitions -> None]],
StyleData[
"SubitemNumbered", "SlideShow", StyleDefinitions -> None]],
StyleData[
"SubitemNumbered", "Printout", StyleDefinitions -> None],
TextJustification -> 1.]}, Closed]],
CellGroupData[{
StyleData[
"ItemParagraph", StyleDefinitions -> StyleData["Item"]],
CellDingbat -> None, CounterIncrements -> "ItemParagraph",
MenuSortingValue -> 1779],
StyleData[
"ItemParagraph", "Presentation", StyleDefinitions -> None]],
StyleData[
"ItemParagraph", "SlideShow", StyleDefinitions -> None]],
StyleData["ItemParagraph", "Printout", StyleDefinitions -> None],
TextJustification -> 1.]}, Closed]],
CellGroupData[{
StyleData[
"SubitemParagraph", StyleDefinitions -> StyleData["Subitem"]],
CellDingbat -> None, CounterIncrements -> "SubitemParagraph",
MenuSortingValue -> 1800],
StyleData[
"SubitemParagraph", "Presentation", StyleDefinitions -> None]],
StyleData[
"SubitemParagraph", "SlideShow", StyleDefinitions -> None]],
StyleData[
"SubitemParagraph", "Printout", StyleDefinitions -> None],
TextJustification -> 1.]}, Closed]],
CellGroupData[{
StyleData["Reference"], CellDingbat -> Cell[
TextData[{"[",
CounterBox["Reference"], "]"}], "SR",
CellSize -> {25, Inherited}, TextAlignment -> Right],
CellMargins -> {{47, 21}, {Inherited, Inherited}},
CellFrameLabels -> {{None, None}, {None, None}},
LineSpacing -> {1, 1}, CounterIncrements -> "Reference",
MenuSortingValue -> 1870, FontFamily -> "Helvetica", FontSize ->
StyleData["Reference", "Presentation", StyleDefinitions -> None],
CellMargins -> {{59, 21}, {Inherited, Inherited}}],
StyleData["Reference", "SlideShow", StyleDefinitions -> None]],
StyleData["Reference", "Printout", StyleDefinitions -> None],
CellMargins -> {{45, 21}, {Inherited, Inherited}},
TextJustification -> 1.]}, Closed]],
CellGroupData[{
StyleData[
"DOIReference", StyleDefinitions -> StyleData["Reference"]],
CellDingbat -> None, CellMargins -> {{21, 21}, {Inherited, 10}},
CounterIncrements -> "DOIReference", FontSize -> 9],
StyleData["DOIReference", "Presentation"],
CellMargins -> {{21, 21}, {Inherited, 10}}],
StyleData["DOIReference", "Printout"],
CellMargins -> {{21, 21}, {Inherited, 10}}]}, Closed]],
StyleData[
"DOIReference1", StyleDefinitions -> StyleData["DOIReference"]],
CellChangeTimes -> {{3.589*^9, 3.703*^9}}],
StyleData[
"DOIReference10", StyleDefinitions -> StyleData["DOIReference"]],
CellChangeTimes -> {{3.589*^9,
3.4378`*^9}}]}, Closed]],
CellGroupData[{
"Journal Element Styles", "Section", CellFrame -> False, CellDingbat ->
None, ShowCellBracket -> True, CellMargins -> {{0, 0}, {10, 40}},
CellFrameMargins -> {{20, 4}, {8, 8}}, FontColor -> GrayLevel[1],
Background -> RGBColor[0...715618]],
StyleData["OnlineHeader"], ShowCellBracket -> False, ShowSelection ->
True, CellMargins -> {{0, 0}, {0, 0}},
CellGroupingRules -> {"TitleGrouping", 30}, PageBreakBelow -> False,
CellFrameMargins -> {{21, 21}, {2, 8}}, Hyphenation -> False,
LineSpacing -> {1, 1}, StyleMenuListing -> None, FontFamily ->
"Times", FontSize -> 14, FontWeight -> "Plain", FontSlant ->
"Italic", FontColor ->
0.2, 0.8719],
Background -> RGBColor[0, 0, 0]],
"ColumnTitle is a renaming of PreTitle.", "Text",
CellChangeTimes -> {{3.3597`*^9,
3.122*^9}}],
CellGroupData[{
StyleData["ColumnTitle"], ShowCellBracket -> False,
CellMargins -> {{21, 21}, {14, 4}},
CellGroupingRules -> {"TitleGrouping", 0}, PageBreakBelow ->
False, CellFrameMargins -> {{55, 4}, {8, 20}}, Hyphenation ->
False, LineSpacing -> {1, 1}, StyleMenuListing -> None,
FontFamily -> "Helvetica", FontSize -> 13, FontWeight ->
"Regular"],
StyleData[
"ColumnTitle", "Presentation", StyleDefinitions -> None]],
StyleData["ColumnTitle", "SlideShow", StyleDefinitions -> None]],
StyleData["ColumnTitle", "Printout", StyleDefinitions -> None]]},
"Author to be used after the Title cell with author name(s). Author \
name(s) may be preceded by \"Edited by \" for certain columns. Text in author \
cell to be used as the left page header.", "Text"],
CellGroupData[{
StyleData["Author"], ShowCellBracket -> False, ShowSelection ->
True, CellMargins -> {{21, 21}, {4, 6}}, CellGroupingRules ->
"NormalGrouping", PageBreakBelow -> False, Hyphenation -> False,
LineSpacing -> {1, 1}, ParagraphSpacing -> {0, 0},
MenuSortingValue -> 1155, FontFamily -> "Helvetica", FontSize ->
14, FontWeight -> "Bold"],
StyleData["Author", "Presentation", StyleDefinitions -> None]],
StyleData["Author", "SlideShow", StyleDefinitions -> None]],
StyleData["Author", "Printout", StyleDefinitions -> None]]},
CellGroupData[{
StyleData["Abstract"], ShowCellBracket -> False, ShowSelection ->
True, CellMargins -> {{21, 83}, {4, 25}}, Hyphenation -> False,
LineSpacing -> {1, 3}, MenuSortingValue -> 1156, FontFamily ->
"Helvetica", FontSize -> 13, FontWeight -> "Regular", FontSlant ->
StyleData["Abstract", "Presentation", StyleDefinitions -> None]],
StyleData["Abstract", "SlideShow", StyleDefinitions -> None]],
StyleData["Abstract", "Printout", StyleDefinitions -> None]]},
CellGroupData[{
StyleData["Question"], CellFrame -> {{0, 0}, {0, 2}},
CellDingbat -> "Q:", CellMargins -> {{45, 45}, {8, 8}},
CellFrameMargins -> {{0, 0}, {2, 4}}, LineSpacing -> {1, 1},
MenuSortingValue -> 1820, FontFamily -> "Times", FontSize -> 14,
FontWeight -> "Bold", FontColor ->
RGBColor[0...580118]],
StyleData["Question", "Presentation", StyleDefinitions -> None]],
StyleData["Question", "SlideShow", StyleDefinitions -> None]],
StyleData["Question", "Printout", StyleDefinitions -> None],
TextJustification -> 1.]}, Closed]],
CellGroupData[{
StyleData["Answer"], CellDingbat ->
Cell["A:", FontWeight -> "Bold"],
CellMargins -> {{45, 45}, {Inherited, Inherited}},
LineSpacing -> {1, 1}, CounterIncrements -> "Text",
MenuSortingValue -> 1860, FontFamily -> "Times", FontSize -> 12],
StyleData["Answer", "Presentation", StyleDefinitions -> None]],
StyleData["Answer", "SlideShow", StyleDefinitions -> None]],
StyleData["Answer", "Printout", StyleDefinitions -> None],
TextJustification -> 1.]}, Closed]],
CellGroupData[{
StyleData["TextAboutAuthor"], CellMargins -> {{21, 21}, {2, 5}},
LineSpacing -> {1, 1}, CounterIncrements -> "Text",
MenuSortingValue -> 1880, FontSize -> 12],
StyleData[
"TextAboutAuthor", "Presentation", StyleDefinitions -> None]],
StyleData[
"TextAboutAuthor", "SlideShow", StyleDefinitions -> None]],
StyleData[
"TextAboutAuthor", "Printout", StyleDefinitions -> None],
TextJustification -> 1.]}, Closed]],
CellGroupData[{
StyleData["SectionAboutAuthor"],
CellMargins -> {{21, 21}, {10, 30}},
CellGroupingRules -> {"SectionGrouping", 40}, PageBreakBelow ->
False, CellFrameMargins -> 4, Hyphenation -> False,
LineSpacing -> {1, 1}, MenuSortingValue -> 1875, FontFamily ->
"Helvetica", FontSize -> 12, FontWeight -> "Bold"],
StyleData[
"SectionAboutAuthor", "Presentation", StyleDefinitions -> None]],
StyleData[
"SectionAboutAuthor", "SlideShow", StyleDefinitions -> None]],
StyleData[
"SectionAboutAuthor", "Printout", StyleDefinitions -> None]]},
"Styles for algorithm listings, based on BulletedList, indent an \
additional 12 points for each level, dingbat also changes", "Text"],
CellGroupData[{
StyleData["Algorithm1"], CellDingbat -> "\[FilledSmallCircle]",
CellMargins -> {{58, 21}, {Inherited, Inherited}},
LineSpacing -> {1, 1}, FontFamily -> "Times", FontSize -> 12],
StyleData[
"Algorithm1", "Presentation", StyleDefinitions -> None]],
StyleData["Algorithm1", "SlideShow", StyleDefinitions -> None]],
StyleData["Algorithm1", "Printout", StyleDefinitions -> None],
TextJustification -> 1.]}, Closed]],
CellGroupData[{
StyleData["Algorithm2"], CellDingbat -> "\[Dash]",
CellMargins -> {{74, 21}, {Inherited, Inherited}},
LineSpacing -> {1, 1}, FontFamily -> "Times", FontSize -> 12],
StyleData[
"Algorithm2", "Presentation", StyleDefinitions -> None]],
StyleData["Algorithm2", "SlideShow", StyleDefinitions -> None]],
StyleData["Algorithm2", "Printout", StyleDefinitions -> None],
TextJustification -> 1.]}, Closed]],
CellGroupData[{
StyleData["Algorithm3"], CellDingbat -> "\[Star]",
CellMargins -> {{86, 21}, {Inherited, Inherited}},
LineSpacing -> {1, 1}, FontFamily -> "Times", FontSize -> 12],
StyleData[
"Algorithm3", "Presentation", StyleDefinitions -> None]],
StyleData["Algorithm3", "SlideShow", StyleDefinitions -> None]],
StyleData["Algorithm3", "Printout", StyleDefinitions -> None],
TextJustification -> 1.]}, Closed]],
CellGroupData[{
StyleData["Algorithm4"], CellDingbat -> "\[CenterDot]",
CellMargins -> {{98, 21}, {Inherited, Inherited}},
LineSpacing -> {1, 1}, FontFamily -> "Times", FontSize -> 12],
StyleData[
"Algorithm4", "Presentation", StyleDefinitions -> None]],
StyleData["Algorithm4", "SlideShow", StyleDefinitions -> None]],
StyleData["Algorithm4", "Printout", StyleDefinitions -> None],
TextJustification -> 1.]}, Closed]]}, Closed]],
CellGroupData[{
"Enunciations", "Section", CellFrame -> False, CellDingbat -> None,
ShowCellBracket -> True, CellMargins -> {{0, 0}, {10, 40}},
CellFrameMargins -> {{20, 4}, {8, 8}}, FontColor -> GrayLevel[1],
Background -> RGBColor[0...715618]],
CellGroupData[{
Cell["Theorem", "Subsubsection", MenuSortingValue -> 1871],
CellGroupData[{
StyleData["Theorem"], CellMargins -> {{21, 21}, {4, 4}},
CellGroupingRules -> "GraphicsGrouping",
LineSpacing -> {1, 1}, ParagraphIndent -> 24,
CounterIncrements -> "Theorem",
CounterAssignments -> {{"EnunciationItem1Numbered", 0}, {
"Item1Numbered", 0}}, MenuSortingValue -> 1871, FontSlant ->
"Italic"],
StyleData[
"Theorem", "Presentation", StyleDefinitions -> None]],
StyleData["Theorem", "SlideShow", StyleDefinitions -> None]],
StyleData["Theorem", "Printout", StyleDefinitions -> None],
TextJustification -> 1.]}, Closed]],
CellGroupData[{
StyleData["TheoremLabel"], StyleMenuListing -> None,
FontWeight -> "Bold", FontSlant -> "Plain"],
StyleData[
"TheoremLabel", "Presentation", StyleDefinitions -> None]],
StyleData[
"TheoremLabel", "SlideShow", StyleDefinitions -> None]],
StyleData[
"TheoremLabel", "Printout", StyleDefinitions -> None]]},
CellGroupData[{
StyleData["TheoremContinuation"],
CellMargins -> {{21, 21}, {4, 4}}, CellGroupingRules ->
"GraphicsGrouping", LineSpacing -> {1, 1}, CounterIncrements ->
"TheoremContinuation", MenuSortingValue -> 1872, FontSlant ->
"Italic"],
StyleData[
"TheoremContinuation", "Presentation", StyleDefinitions ->
StyleData[
"TheoremContinuation", "SlideShow", StyleDefinitions ->
StyleData[
"TheoremContinuation", "Printout", StyleDefinitions -> None],
TextJustification -> 1.]}, Closed]]}, Closed]],
CellGroupData[{
Cell["Example", "Subsubsection", StyleMenuListing -> None],
CellGroupData[{
StyleData["Example"], CellMargins -> {{21, 21}, {4, 4}},
CellGroupingRules -> "GraphicsGrouping",
LineSpacing -> {1, 1}, ParagraphIndent -> 24,
CounterIncrements -> "Example",
CounterAssignments -> {{"EnunciationItem1Numbered", 0}, {
"Item1Numbered", 0}}, MenuSortingValue -> 1873, FontSlant ->
StyleData[
"Example", "Presentation", StyleDefinitions -> None]],
StyleData["Example", "SlideShow", StyleDefinitions -> None]],
StyleData["Example", "Printout", StyleDefinitions -> None],
TextJustification -> 1.]}, Closed]],
CellGroupData[{
StyleData["ExampleLabel"], StyleMenuListing -> None,
FontWeight -> "Bold", FontSlant -> "Italic"],
StyleData[
"ExampleLabel", "Presentation", StyleDefinitions -> None]],
StyleData[
"ExampleLabel", "SlideShow", StyleDefinitions -> None]],
StyleData[
"ExampleLabel", "Printout", StyleDefinitions -> None]]},
CellGroupData[{
StyleData["ExampleContinuation"],
CellMargins -> {{21, 21}, {4, 4}}, CellGroupingRules ->
"GraphicsGrouping", LineSpacing -> {1, 1}, CounterIncrements ->
"ExampleContinuation", MenuSortingValue -> 1874],
StyleData[
"ExampleContinuation", "Presentation", StyleDefinitions ->
StyleData[
"ExampleContinuation", "SlideShow", StyleDefinitions ->
StyleData[
"ExampleContinuation", "Printout", StyleDefinitions -> None],
TextJustification -> 1.]}, Closed]]}, Closed]],
CellGroupData[{
Cell["Proof", "Subsubsection", StyleMenuListing -> None],
CellGroupData[{
StyleData["Proof"], CellMargins -> {{21, 21}, {4, 4}},
CellGroupingRules -> "GraphicsGrouping",
LineSpacing -> {1, 1}, ParagraphIndent -> 24,
CounterAssignments -> {{"EnunciationItem1Numbered", 0}, {
"Item1Numbered", 0}}, MenuSortingValue -> 1875, FontSlant ->
StyleData["Proof", "Presentation", StyleDefinitions -> None]],
StyleData["Proof", "SlideShow", StyleDefinitions -> None]],
StyleData["Proof", "Printout", StyleDefinitions -> None],
TextJustification -> 1.]}, Closed]],
CellGroupData[{
StyleData["ProofLabel"], StyleMenuListing -> None, FontWeight ->
"Bold", FontSlant -> "Italic"],
StyleData[
"ProofLabel", "Presentation", StyleDefinitions -> None]],
StyleData[
"ProofLabel", "SlideShow", StyleDefinitions -> None]],
StyleData[
"ProofLabel", "Printout", StyleDefinitions -> None]]},
CellGroupData[{
StyleData["ProofContinuation"],
CellMargins -> {{21, 21}, {4, 4}}, CellGroupingRules ->
"GraphicsGrouping", LineSpacing -> {1, 1}, CounterIncrements ->
"ProofContinuation"],
StyleData[
"ProofContinuation", "Presentation", StyleDefinitions ->
StyleData[
"ProofContinuation", "SlideShow", StyleDefinitions -> None]],

我要回帖

更多关于 b3gob718 的文章

 

随机推荐