PlanetCrash commited on
Commit
b343903
·
verified ·
1 Parent(s): d70452c

Upload 5 files

Browse files
.gitattributes CHANGED
@@ -32,3 +32,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ Collected[[:space:]]Notebook-[[:space:]]The[[:space:]]Sphere[[:space:]]of[[:space:]]Realization.nb filter=lfs diff=lfs merge=lfs -text
36
+ The[[:space:]]Cone[[:space:]]of[[:space:]]Perception[[:space:]]by[[:space:]]Parker[[:space:]]Emmerson[[:space:]]4th[[:space:]]Edition.nb filter=lfs diff=lfs merge=lfs -text
37
+ The[[:space:]]Math[[:space:]]of[[:space:]]Liberation.nb filter=lfs diff=lfs merge=lfs -text
38
+ The[[:space:]]Scraps[[:space:]]of[[:space:]]Imagination.nb filter=lfs diff=lfs merge=lfs -text
Collected Notebook- The Sphere of Realization.nb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78b79bdcecb1b06b11bf32eddbd965a6728406746bc6c7fb1b2fcd1750c24773
3
+ size 104587534
Scale Factor A.nb ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (* Content-type: application/vnd.wolfram.mathematica *)
2
+
3
+ (*** Wolfram Notebook File ***)
4
+ (* http://www.wolfram.com/nb *)
5
+
6
+ (* CreatedBy='Mathematica 12.2' *)
7
+
8
+ (*CacheID: 234*)
9
+ (* Internal cache information:
10
+ NotebookFileLineBreakTest
11
+ NotebookFileLineBreakTest
12
+ NotebookDataPosition[ 158, 7]
13
+ NotebookDataLength[ 6927, 196]
14
+ NotebookOptionsPosition[ 6446, 179]
15
+ NotebookOutlinePosition[ 6843, 195]
16
+ CellTagsIndexPosition[ 6800, 192]
17
+ WindowFrame->Normal*)
18
+
19
+ (* Beginning of Notebook Content *)
20
+ Notebook[{
21
+
22
+ Cell[CellGroupData[{
23
+ Cell[BoxData[{
24
+ RowBox[{
25
+ RowBox[{
26
+ RowBox[{"Radius", "[", "h_", "]"}], "=",
27
+ RowBox[{"r", "/.", " ",
28
+ RowBox[{"First", "@",
29
+ RowBox[{"Solve", "[",
30
+ RowBox[{
31
+ RowBox[{"{",
32
+ RowBox[{
33
+ RowBox[{
34
+ RowBox[{"Pi", " ", "r", " ",
35
+ RowBox[{"Sqrt", "[",
36
+ RowBox[{
37
+ RowBox[{"r", "^", "2"}], "+",
38
+ RowBox[{"h", "^", "2"}]}], "]"}], " ",
39
+ RowBox[{
40
+ RowBox[{"(",
41
+ RowBox[{"1", "+", "h"}], ")"}], "/", "2"}]}], "\[Equal]",
42
+ RowBox[{"Pi", "/", "2"}]}], ",",
43
+ RowBox[{"h", ">", "0"}]}], "}"}], ",", "r", ",", "Reals"}],
44
+ "]"}]}]}]}], ";"}], "\n",
45
+ RowBox[{
46
+ RowBox[{
47
+ RowBox[{"Radius", "[", "0", "]"}], "=", "1"}], ";"}], "\n",
48
+ RowBox[{
49
+ RowBox[{
50
+ RowBox[{"AnimatedCone", "[",
51
+ RowBox[{"h_", ",", "m_"}], "]"}], ":=",
52
+ RowBox[{"ParametricPlot3D", "[",
53
+ RowBox[{
54
+ RowBox[{"{",
55
+ RowBox[{
56
+ RowBox[{
57
+ RowBox[{"Cos", "[", "\[Theta]", "]"}], " ",
58
+ RowBox[{"(",
59
+ RowBox[{"1", "-", "z"}], ")"}], " ", "m", " ",
60
+ RowBox[{"Radius", "[", "h", "]"}]}], ",",
61
+ RowBox[{
62
+ RowBox[{"Sin", "[", "\[Theta]", "]"}], " ",
63
+ RowBox[{"(",
64
+ RowBox[{"1", "-", "z"}], ")"}], " ", "m", " ",
65
+ RowBox[{"Radius", "[", "h", "]"}]}], ",",
66
+ RowBox[{"h", " ", "z"}]}], "}"}], ",",
67
+ RowBox[{"{",
68
+ RowBox[{"\[Theta]", ",", "0", ",",
69
+ RowBox[{"Pi", "+",
70
+ RowBox[{"h", " ", "Pi"}]}]}], "}"}], ",",
71
+ RowBox[{"{",
72
+ RowBox[{"z", ",", "0", ",", "1"}], "}"}], ",",
73
+ RowBox[{"PlotStyle", "\[Rule]", "Blue"}], ",",
74
+ RowBox[{"MeshFunctions", "\[Rule]",
75
+ RowBox[{"{",
76
+ RowBox[{"#2", "&"}], "}"}]}], ",",
77
+ RowBox[{"Boxed", "\[Rule]", "False"}], ",",
78
+ RowBox[{"PlotRange", "\[Rule]",
79
+ RowBox[{"1.5", " ",
80
+ RowBox[{"{",
81
+ RowBox[{
82
+ RowBox[{"{",
83
+ RowBox[{
84
+ RowBox[{"-", "2"}], ",", "2"}], "}"}], ",",
85
+ RowBox[{"{",
86
+ RowBox[{
87
+ RowBox[{"-", "2"}], ",", "2"}], "}"}], ",",
88
+ RowBox[{"{",
89
+ RowBox[{"0", ",", "1"}], "}"}]}], "}"}]}]}], ",",
90
+ RowBox[{"BoundaryStyle", "\[Rule]",
91
+ RowBox[{"GrayLevel", "[", ".1", "]"}]}], ",",
92
+ RowBox[{"PerformanceGoal", "\[Rule]", "\"\<Quality\>\""}], ",",
93
+ RowBox[{"Axes", "\[Rule]", "False"}]}], "]"}]}], ";"}], "\n",
94
+ RowBox[{
95
+ RowBox[{"axes", "=",
96
+ RowBox[{"Graphics3D", "[",
97
+ RowBox[{"{",
98
+ RowBox[{"Green", ",",
99
+ RowBox[{"Arrowheads", "[", "Medium", "]"}], ",",
100
+ RowBox[{"MapThread", "[",
101
+ RowBox[{
102
+ RowBox[{
103
+ RowBox[{"{",
104
+ RowBox[{
105
+ RowBox[{"Arrow", "[",
106
+ RowBox[{"{",
107
+ RowBox[{
108
+ RowBox[{"{",
109
+ RowBox[{"0", ",", "0", ",", "0"}], "}"}], ",",
110
+ RowBox[{"1.4", " ", "#2"}]}], "}"}], "]"}], ",",
111
+ RowBox[{"Text", "[",
112
+ RowBox[{"#", ",",
113
+ RowBox[{"1.5", " ", "#2"}]}], "]"}]}], "}"}], "&"}], ",",
114
+ RowBox[{"{",
115
+ RowBox[{
116
+ RowBox[{"{",
117
+ RowBox[{"\"\<X\>\"", ",", "\"\<Y\>\"", ",", "\"\<Z\>\""}], "}"}],
118
+ ",",
119
+ RowBox[{"IdentityMatrix", "[", "3", "]"}]}], "}"}]}], "]"}]}],
120
+ "}"}], "]"}]}], ";"}], "\n",
121
+ RowBox[{"Manipulate", "[",
122
+ RowBox[{
123
+ RowBox[{"Show", "[",
124
+ RowBox[{
125
+ RowBox[{"AnimatedCone", "[",
126
+ RowBox[{"h", ",", "m"}], "]"}], ",", "axes"}], "]"}], ",",
127
+ RowBox[{"{",
128
+ RowBox[{
129
+ RowBox[{"{",
130
+ RowBox[{"h", ",", "0", ",", "\"\<height\>\""}], "}"}], ",", "0", ",",
131
+ "1"}], "}"}], ",",
132
+ RowBox[{"{",
133
+ RowBox[{
134
+ RowBox[{"{",
135
+ RowBox[{"m", ",", "1", ",", "\"\<scale factor\>\""}], "}"}], ",", "0.1",
136
+ ",", "2"}], "}"}]}], "]"}]}], "Input",
137
+ CellChangeTimes->{{3.903313895879572*^9, 3.9033138958988857`*^9}},
138
+ CellLabel->"In[17]:=",ExpressionUUID->"830b8fe9-0d1a-4099-8b3b-d81cfcae9904"],
139
+
140
+ Cell[BoxData[
141
+ TagBox[
142
+ StyleBox[
143
+ DynamicModuleBox[{$CellContext`h$$ = 0, $CellContext`m$$ = 1,
144
+ Typeset`show$$ = True, Typeset`bookmarkList$$ = {},
145
+ Typeset`bookmarkMode$$ = "Menu", Typeset`animator$$, Typeset`animvar$$ =
146
+ 1, Typeset`name$$ = "\"untitled\"", Typeset`specs$$ = {{{
147
+ Hold[$CellContext`h$$], 0, "height"}, 0, 1}, {{
148
+ Hold[$CellContext`m$$], 1, "scale factor"}, 0.1, 2}},
149
+ Typeset`size$$ = {360., {179., 184.}}, Typeset`update$$ = 0,
150
+ Typeset`initDone$$, Typeset`skipInitDone$$ = True},
151
+ DynamicBox[Manipulate`ManipulateBoxes[
152
+ 1, StandardForm,
153
+ "Variables" :> {$CellContext`h$$ = 0, $CellContext`m$$ = 1},
154
+ "ControllerVariables" :> {},
155
+ "OtherVariables" :> {
156
+ Typeset`show$$, Typeset`bookmarkList$$, Typeset`bookmarkMode$$,
157
+ Typeset`animator$$, Typeset`animvar$$, Typeset`name$$,
158
+ Typeset`specs$$, Typeset`size$$, Typeset`update$$, Typeset`initDone$$,
159
+ Typeset`skipInitDone$$}, "Body" :> Show[
160
+ $CellContext`AnimatedCone[$CellContext`h$$, $CellContext`m$$], \
161
+ $CellContext`axes],
162
+ "Specifications" :> {{{$CellContext`h$$, 0, "height"}, 0,
163
+ 1}, {{$CellContext`m$$, 1, "scale factor"}, 0.1, 2}},
164
+ "Options" :> {}, "DefaultOptions" :> {}],
165
+ ImageSizeCache->{405., {238., 244.}},
166
+ SingleEvaluation->True],
167
+ Deinitialization:>None,
168
+ DynamicModuleValues:>{},
169
+ SynchronousInitialization->True,
170
+ UndoTrackedVariables:>{Typeset`show$$, Typeset`bookmarkMode$$},
171
+ UnsavedVariables:>{Typeset`initDone$$},
172
+ UntrackedVariables:>{Typeset`size$$}], "Manipulate",
173
+ Deployed->True,
174
+ StripOnInput->False],
175
+ Manipulate`InterpretManipulate[1]]], "Output",
176
+ CellChangeTimes->{3.916164760938633*^9, 3.916165805356595*^9},
177
+ CellLabel->"Out[21]=",ExpressionUUID->"ff7c7ef9-4248-4ad3-9616-5ca1451e571f"]
178
+ }, Open ]]
179
+ },
180
+ WindowSize->{808, 747},
181
+ WindowMargins->{{20, Automatic}, {Automatic, 44}},
182
+ FrontEndVersion->"12.2 for Mac OS X x86 (64-bit) (December 12, 2020)",
183
+ StyleDefinitions->"Default.nb",
184
+ ExpressionUUID->"2f325111-fb0e-4f15-a000-947910c67efc"
185
+ ]
186
+ (* End of Notebook Content *)
187
+
188
+ (* Internal cache information *)
189
+ (*CellTagsOutline
190
+ CellTagsIndex->{}
191
+ *)
192
+ (*CellTagsIndex
193
+ CellTagsIndex->{}
194
+ *)
195
+ (*NotebookFileOutline
196
+ Notebook[{
197
+ Cell[CellGroupData[{
198
+ Cell[580, 22, 4004, 115, 283, "Input",ExpressionUUID->"830b8fe9-0d1a-4099-8b3b-d81cfcae9904"],
199
+ Cell[4587, 139, 1843, 37, 501, "Output",ExpressionUUID->"ff7c7ef9-4248-4ad3-9616-5ca1451e571f"]
200
+ }, Open ]]
201
+ }
202
+ ]
203
+ *)
204
+
The Cone of Perception by Parker Emmerson 4th Edition.nb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63785787e7fe8791968f5c5850ee244756a70e70e430986504fab9da51101958
3
+ size 339961053
The Math of Liberation.nb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d1c0421b668eec3c5776ec2fc3c8d5b51df8966b40f306c99f57fd079a9e0b4
3
+ size 157606986
The Scraps of Imagination.nb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a6780521e2fd6f1b85ba0ea7f24a48e02e9878db6f21e49f864c7ce6d0b5330
3
+ size 809452831