eyeling 1.24.7 → 1.24.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/HANDBOOK.md +35 -35
- package/dist/browser/eyeling.browser.js +14 -1
- package/examples/act-alarm-bit-interoperability.n3 +5 -3
- package/examples/act-barley-seed-lineage.n3 +5 -3
- package/examples/act-docking-abort.n3 +5 -3
- package/examples/act-gravity-mediator-witness.n3 +5 -3
- package/examples/act-isolation-breach.n3 +5 -3
- package/examples/act-photosynthetic-exciton-transfer.n3 +5 -3
- package/examples/act-sensor-memory-reset.n3 +5 -3
- package/examples/act-tunnel-junction-wake-switch.n3 +5 -3
- package/examples/act-yeast-self-reproduction.n3 +5 -3
- package/examples/annotation.n3 +5 -0
- package/examples/auroracare.n3 +29 -29
- package/examples/backward-recursion.n3 +5 -0
- package/examples/barley-seed-becoming.n3 +5 -3
- package/examples/bmi.n3 +5 -3
- package/examples/builtin-coverage.n3 +5 -0
- package/examples/calidor.n3 +3 -3
- package/examples/collection.n3 +5 -0
- package/examples/complex-matrix-stability.n3 +5 -3
- package/examples/context-association.n3 +1 -9
- package/examples/control-system.n3 +5 -3
- package/examples/deep-taxonomy-10.n3 +5 -3
- package/examples/deep-taxonomy-100.n3 +5 -3
- package/examples/deep-taxonomy-1000.n3 +5 -3
- package/examples/deep-taxonomy-10000.n3 +5 -3
- package/examples/deep-taxonomy-100000.n3 +3 -1
- package/examples/delfour.n3 +3 -3
- package/examples/digital-product-passport.n3 +2 -0
- package/examples/dijkstra-risk-path.n3 +1 -2
- package/examples/easter.n3 +6 -4
- package/examples/eco-route-insight.n3 +1 -2
- package/examples/flandor.n3 +3 -3
- package/examples/french-cities.n3 +5 -3
- package/examples/fundamental-theorem-arithmetic.n3 +5 -3
- package/examples/genetic-algorithm-knapsack.n3 +1 -1
- package/examples/genetic-algorithm.n3 +1 -1
- package/examples/genetic-knapsack-selection.n3 +1 -2
- package/examples/gps.n3 +5 -3
- package/examples/harborsmr.n3 +5 -3
- package/examples/input/ontology-question-generation.trig +79 -0
- package/examples/input/rdf-message-flow.trig +10 -10
- package/examples/input/rdf-messages.trig +6 -6
- package/examples/interop-demo.n3 +3 -1
- package/examples/matrix-mechanics.n3 +3 -3
- package/examples/medior.n3 +3 -3
- package/examples/n3-speaks-for-itself.n3 +5 -0
- package/examples/odrl-dpv-ehds-risk-ranked.n3 +1 -1
- package/examples/odrl-dpv-healthcare-risk-ranked.n3 +1 -1
- package/examples/odrl-dpv-risk-ranked.n3 +1 -1
- package/examples/odrl-risk-mitigation.n3 +1 -1
- package/examples/odrl-risk.n3 +1 -1
- package/examples/ontology-question-generation.n3 +409 -0
- package/examples/output/{act-alarm-bit-interoperability.txt → act-alarm-bit-interoperability.md} +23 -17
- package/examples/output/act-barley-seed-lineage.md +31 -0
- package/examples/output/{act-docking-abort.txt → act-docking-abort.md} +25 -19
- package/examples/output/{act-gravity-mediator-witness.txt → act-gravity-mediator-witness.md} +27 -21
- package/examples/output/{act-isolation-breach.txt → act-isolation-breach.md} +30 -24
- package/examples/output/{act-photosynthetic-exciton-transfer.txt → act-photosynthetic-exciton-transfer.md} +23 -17
- package/examples/output/{act-sensor-memory-reset.txt → act-sensor-memory-reset.md} +23 -17
- package/examples/output/{act-tunnel-junction-wake-switch.txt → act-tunnel-junction-wake-switch.md} +24 -18
- package/examples/output/{act-yeast-self-reproduction.txt → act-yeast-self-reproduction.md} +26 -20
- package/examples/output/annotation.md +7 -0
- package/examples/output/auroracare.md +154 -0
- package/examples/output/backward-recursion.md +11 -0
- package/examples/output/barley-seed-becoming.md +31 -0
- package/examples/output/bmi.md +26 -0
- package/examples/output/builtin-coverage.md +7 -0
- package/examples/output/calidor.md +35 -0
- package/examples/output/collection.md +7 -0
- package/examples/output/{complex-matrix-stability.txt → complex-matrix-stability.md} +17 -11
- package/examples/output/context-association.md +12 -0
- package/examples/output/{control-system.txt → control-system.md} +23 -17
- package/examples/output/deep-taxonomy-10.md +21 -0
- package/examples/output/deep-taxonomy-100.md +21 -0
- package/examples/output/{deep-taxonomy-1000.txt → deep-taxonomy-1000.md} +18 -12
- package/examples/output/{deep-taxonomy-10000.txt → deep-taxonomy-10000.md} +18 -12
- package/examples/output/{deep-taxonomy-100000.txt → deep-taxonomy-100000.md} +18 -12
- package/examples/output/delfour.md +36 -0
- package/examples/output/digital-product-passport.md +7 -0
- package/examples/output/dijkstra-risk-path.md +16 -0
- package/examples/output/{easter.txt → easter.md} +156 -150
- package/examples/output/eco-route-insight.md +25 -0
- package/examples/output/flandor.md +37 -0
- package/examples/output/{french-cities.txt → french-cities.md} +17 -11
- package/examples/output/{fundamental-theorem-arithmetic.txt → fundamental-theorem-arithmetic.md} +18 -12
- package/examples/output/genetic-algorithm-knapsack.md +7 -0
- package/examples/output/genetic-algorithm.md +7 -0
- package/examples/output/genetic-knapsack-selection.md +18 -0
- package/examples/output/{gps.txt → gps.md} +18 -12
- package/examples/output/harborsmr.md +26 -0
- package/examples/output/interop-demo.md +7 -0
- package/examples/output/matrix-mechanics.md +20 -0
- package/examples/output/medior.md +38 -0
- package/examples/output/n3-speaks-for-itself.md +58 -0
- package/examples/output/{odrl-dpv-ehds-risk-ranked.txt → odrl-dpv-ehds-risk-ranked.md} +20 -15
- package/examples/output/{odrl-dpv-healthcare-risk-ranked.txt → odrl-dpv-healthcare-risk-ranked.md} +17 -12
- package/examples/output/{odrl-dpv-risk-ranked.txt → odrl-dpv-risk-ranked.md} +21 -16
- package/examples/output/{odrl-risk-mitigation.txt → odrl-risk-mitigation.md} +21 -16
- package/examples/output/{odrl-risk.txt → odrl-risk.md} +10 -5
- package/examples/output/ontology-question-generation.md +31 -0
- package/examples/output/parcellocker.md +26 -0
- package/examples/output/pn-junction-tunneling.md +29 -0
- package/examples/output/queens.md +27 -0
- package/examples/output/rc-discharge-envelope.md +16 -0
- package/examples/output/rdf-dataset.md +12 -0
- package/examples/output/rdf-message-flow.md +12 -0
- package/examples/output/rdf-messages.md +12 -0
- package/examples/output/{resto.txt → resto.md} +23 -17
- package/examples/output/school-placement-audit.md +16 -0
- package/examples/output/smoke-arithmetic.md +12 -0
- package/examples/output/sqrt2-cauchy.md +19 -0
- package/examples/output/sqrt2-dedekind.md +37 -0
- package/examples/output/sudoku.md +49 -0
- package/examples/output/transcendental-numbers-stretched.md +266 -0
- package/examples/output/transistor-switch.md +30 -0
- package/examples/output/triple-terms.md +12 -0
- package/examples/output/{tunnel-junction-wake-switch-becoming.txt → tunnel-junction-wake-switch-becoming.md} +24 -18
- package/examples/output/{wind-turbine.txt → wind-turbine.md} +21 -15
- package/examples/parcellocker.n3 +3 -1
- package/examples/pn-junction-tunneling.n3 +3 -3
- package/examples/queens.n3 +1 -0
- package/examples/rc-discharge-envelope.n3 +1 -1
- package/examples/rdf-dataset.n3 +5 -0
- package/examples/rdf-message-flow.n3 +1 -2
- package/examples/rdf-messages.n3 +1 -2
- package/examples/resto.n3 +5 -3
- package/examples/school-placement-audit.n3 +1 -2
- package/examples/smoke-arithmetic.n3 +1 -1
- package/examples/sqrt2-cauchy.n3 +2 -0
- package/examples/sqrt2-dedekind.n3 +2 -0
- package/examples/sudoku.n3 +14 -14
- package/examples/transcendental-numbers-stretched.n3 +5 -0
- package/examples/transistor-switch.n3 +3 -3
- package/examples/triple-terms.n3 +5 -0
- package/examples/tunnel-junction-wake-switch-becoming.n3 +5 -3
- package/examples/wind-turbine.n3 +5 -3
- package/eyeling.js +14 -1
- package/lib/explain.js +14 -1
- package/package.json +1 -1
- package/test/examples.test.js +44 -13
- package/test/package.test.js +43 -7
- package/examples/output/act-barley-seed-lineage.txt +0 -25
- package/examples/output/annotation.n3 +0 -0
- package/examples/output/auroracare.txt +0 -149
- package/examples/output/backward-recursion.n3 +0 -4
- package/examples/output/barley-seed-becoming.txt +0 -25
- package/examples/output/bmi.txt +0 -20
- package/examples/output/builtin-coverage.n3 +0 -0
- package/examples/output/calidor.txt +0 -29
- package/examples/output/collection.n3 +0 -0
- package/examples/output/context-association.n3 +0 -9
- package/examples/output/deep-taxonomy-10.txt +0 -15
- package/examples/output/deep-taxonomy-100.txt +0 -15
- package/examples/output/delfour.txt +0 -30
- package/examples/output/digital-product-passport.txt +0 -1
- package/examples/output/dijkstra-risk-path.n3 +0 -3
- package/examples/output/eco-route-insight.n3 +0 -3
- package/examples/output/flandor.txt +0 -31
- package/examples/output/genetic-algorithm-knapsack.txt +0 -1
- package/examples/output/genetic-algorithm.txt +0 -1
- package/examples/output/genetic-knapsack-selection.n3 +0 -3
- package/examples/output/harborsmr.txt +0 -20
- package/examples/output/interop-demo.txt +0 -1
- package/examples/output/matrix-mechanics.txt +0 -14
- package/examples/output/medior.txt +0 -32
- package/examples/output/n3-speaks-for-itself.txt +0 -52
- package/examples/output/parcellocker.txt +0 -20
- package/examples/output/pn-junction-tunneling.txt +0 -23
- package/examples/output/queens.txt +0 -21
- package/examples/output/rc-discharge-envelope.n3 +0 -9
- package/examples/output/rc-discharge-envelope.txt +0 -9
- package/examples/output/rdf-dataset.n3 +0 -5
- package/examples/output/rdf-message-flow.n3 +0 -7
- package/examples/output/rdf-messages.n3 +0 -7
- package/examples/output/school-placement-audit.n3 +0 -3
- package/examples/output/smoke-arithmetic.n3 +0 -5
- package/examples/output/smoke-arithmetic.txt +0 -5
- package/examples/output/sqrt2-cauchy.txt +0 -13
- package/examples/output/sqrt2-dedekind.txt +0 -31
- package/examples/output/sudoku.txt +0 -43
- package/examples/output/transcendental-numbers-stretched.txt +0 -260
- package/examples/output/transistor-switch.txt +0 -24
- package/examples/output/triple-terms.n3 +0 -5
|
@@ -1,260 +0,0 @@
|
|
|
1
|
-
@prefix : <https://example.org/transcendental#> .
|
|
2
|
-
|
|
3
|
-
:report :concerns :prod_e_pi .
|
|
4
|
-
:report :concerns :sum_e_pi .
|
|
5
|
-
:report :headline :quadraticTrick .
|
|
6
|
-
:report :irrational :e .
|
|
7
|
-
:report :irrational :e_div_2 .
|
|
8
|
-
:report :irrational :e_plus_1 .
|
|
9
|
-
:report :irrational :e_plus_2 .
|
|
10
|
-
:report :irrational :exp_minus_pi_over_2 .
|
|
11
|
-
:report :irrational :exp_sqrt2 .
|
|
12
|
-
:report :irrational :half_times_e .
|
|
13
|
-
:report :irrational :half_times_pi .
|
|
14
|
-
:report :irrational :pi .
|
|
15
|
-
:report :irrational :pi_div_2 .
|
|
16
|
-
:report :irrational :pi_plus_1 .
|
|
17
|
-
:report :irrational :pi_plus_sqrt2 .
|
|
18
|
-
:report :irrational :pow_2_sqrt2 .
|
|
19
|
-
:report :irrational :pow_e_pi .
|
|
20
|
-
:report :irrational :pow_i_i .
|
|
21
|
-
:report :irrational :pow_minus1_minusI .
|
|
22
|
-
:report :irrational :pow2sqrt2_div_2 .
|
|
23
|
-
:report :irrational :pow2sqrt2_plus_1 .
|
|
24
|
-
:report :irrational :two_times_e .
|
|
25
|
-
:report :irrational :two_times_pi .
|
|
26
|
-
:report :irrational :two_times_pow2sqrt2 .
|
|
27
|
-
:report :notConstructible :e .
|
|
28
|
-
:report :notConstructible :e_div_2 .
|
|
29
|
-
:report :notConstructible :e_plus_1 .
|
|
30
|
-
:report :notConstructible :e_plus_2 .
|
|
31
|
-
:report :notConstructible :exp_minus_pi_over_2 .
|
|
32
|
-
:report :notConstructible :exp_sqrt2 .
|
|
33
|
-
:report :notConstructible :half_times_e .
|
|
34
|
-
:report :notConstructible :half_times_pi .
|
|
35
|
-
:report :notConstructible :pi .
|
|
36
|
-
:report :notConstructible :pi_div_2 .
|
|
37
|
-
:report :notConstructible :pi_plus_1 .
|
|
38
|
-
:report :notConstructible :pi_plus_sqrt2 .
|
|
39
|
-
:report :notConstructible :pow_2_sqrt2 .
|
|
40
|
-
:report :notConstructible :pow_e_pi .
|
|
41
|
-
:report :notConstructible :pow_i_i .
|
|
42
|
-
:report :notConstructible :pow_minus1_minusI .
|
|
43
|
-
:report :notConstructible :pow2sqrt2_div_2 .
|
|
44
|
-
:report :notConstructible :pow2sqrt2_plus_1 .
|
|
45
|
-
:report :notConstructible :two_times_e .
|
|
46
|
-
:report :notConstructible :two_times_pi .
|
|
47
|
-
:report :notConstructible :two_times_pow2sqrt2 .
|
|
48
|
-
:report :proof {
|
|
49
|
-
:e :provedBy :Hermite1873 .
|
|
50
|
-
} .
|
|
51
|
-
:report :proof {
|
|
52
|
-
:e :provedBy :TransImpliesIrrational .
|
|
53
|
-
} .
|
|
54
|
-
:report :proof {
|
|
55
|
-
:e :provedBy :TransImpliesNotConstructible .
|
|
56
|
-
} .
|
|
57
|
-
:report :proof {
|
|
58
|
-
:e_div_2 :provedBy :TransDivAlg .
|
|
59
|
-
} .
|
|
60
|
-
:report :proof {
|
|
61
|
-
:e_div_2 :provedBy :TransImpliesIrrational .
|
|
62
|
-
} .
|
|
63
|
-
:report :proof {
|
|
64
|
-
:e_div_2 :provedBy :TransImpliesNotConstructible .
|
|
65
|
-
} .
|
|
66
|
-
:report :proof {
|
|
67
|
-
:e_plus_1 :provedBy :TransImpliesIrrational .
|
|
68
|
-
} .
|
|
69
|
-
:report :proof {
|
|
70
|
-
:e_plus_1 :provedBy :TransImpliesNotConstructible .
|
|
71
|
-
} .
|
|
72
|
-
:report :proof {
|
|
73
|
-
:e_plus_1 :provedBy :TransPlusAlg .
|
|
74
|
-
} .
|
|
75
|
-
:report :proof {
|
|
76
|
-
:e_plus_2 :provedBy :TransImpliesIrrational .
|
|
77
|
-
} .
|
|
78
|
-
:report :proof {
|
|
79
|
-
:e_plus_2 :provedBy :TransImpliesNotConstructible .
|
|
80
|
-
} .
|
|
81
|
-
:report :proof {
|
|
82
|
-
:e_plus_2 :provedBy :TransPlusAlg .
|
|
83
|
-
} .
|
|
84
|
-
:report :proof {
|
|
85
|
-
:exp_minus_pi_over_2 :provedBy :GelfondSchneider .
|
|
86
|
-
} .
|
|
87
|
-
:report :proof {
|
|
88
|
-
:exp_minus_pi_over_2 :provedBy :TransImpliesIrrational .
|
|
89
|
-
} .
|
|
90
|
-
:report :proof {
|
|
91
|
-
:exp_minus_pi_over_2 :provedBy :TransImpliesNotConstructible .
|
|
92
|
-
} .
|
|
93
|
-
:report :proof {
|
|
94
|
-
:exp_sqrt2 :provedBy :LindemannWeierstrass .
|
|
95
|
-
} .
|
|
96
|
-
:report :proof {
|
|
97
|
-
:exp_sqrt2 :provedBy :TransImpliesIrrational .
|
|
98
|
-
} .
|
|
99
|
-
:report :proof {
|
|
100
|
-
:exp_sqrt2 :provedBy :TransImpliesNotConstructible .
|
|
101
|
-
} .
|
|
102
|
-
:report :proof {
|
|
103
|
-
:half_times_e :provedBy :TransImpliesIrrational .
|
|
104
|
-
} .
|
|
105
|
-
:report :proof {
|
|
106
|
-
:half_times_e :provedBy :TransImpliesNotConstructible .
|
|
107
|
-
} .
|
|
108
|
-
:report :proof {
|
|
109
|
-
:half_times_e :provedBy :TransTimesAlg .
|
|
110
|
-
} .
|
|
111
|
-
:report :proof {
|
|
112
|
-
:half_times_pi :provedBy :TransImpliesIrrational .
|
|
113
|
-
} .
|
|
114
|
-
:report :proof {
|
|
115
|
-
:half_times_pi :provedBy :TransImpliesNotConstructible .
|
|
116
|
-
} .
|
|
117
|
-
:report :proof {
|
|
118
|
-
:half_times_pi :provedBy :TransTimesAlg .
|
|
119
|
-
} .
|
|
120
|
-
:report :proof {
|
|
121
|
-
:pi :provedBy :Lindemann1882 .
|
|
122
|
-
} .
|
|
123
|
-
:report :proof {
|
|
124
|
-
:pi :provedBy :TransImpliesIrrational .
|
|
125
|
-
} .
|
|
126
|
-
:report :proof {
|
|
127
|
-
:pi :provedBy :TransImpliesNotConstructible .
|
|
128
|
-
} .
|
|
129
|
-
:report :proof {
|
|
130
|
-
:pi_div_2 :provedBy :TransDivAlg .
|
|
131
|
-
} .
|
|
132
|
-
:report :proof {
|
|
133
|
-
:pi_div_2 :provedBy :TransImpliesIrrational .
|
|
134
|
-
} .
|
|
135
|
-
:report :proof {
|
|
136
|
-
:pi_div_2 :provedBy :TransImpliesNotConstructible .
|
|
137
|
-
} .
|
|
138
|
-
:report :proof {
|
|
139
|
-
:pi_plus_1 :provedBy :TransImpliesIrrational .
|
|
140
|
-
} .
|
|
141
|
-
:report :proof {
|
|
142
|
-
:pi_plus_1 :provedBy :TransImpliesNotConstructible .
|
|
143
|
-
} .
|
|
144
|
-
:report :proof {
|
|
145
|
-
:pi_plus_1 :provedBy :TransPlusAlg .
|
|
146
|
-
} .
|
|
147
|
-
:report :proof {
|
|
148
|
-
:pi_plus_sqrt2 :provedBy :TransImpliesIrrational .
|
|
149
|
-
} .
|
|
150
|
-
:report :proof {
|
|
151
|
-
:pi_plus_sqrt2 :provedBy :TransImpliesNotConstructible .
|
|
152
|
-
} .
|
|
153
|
-
:report :proof {
|
|
154
|
-
:pi_plus_sqrt2 :provedBy :TransPlusAlg .
|
|
155
|
-
} .
|
|
156
|
-
:report :proof {
|
|
157
|
-
:pow_2_sqrt2 :provedBy :GelfondSchneider .
|
|
158
|
-
} .
|
|
159
|
-
:report :proof {
|
|
160
|
-
:pow_2_sqrt2 :provedBy :TransImpliesIrrational .
|
|
161
|
-
} .
|
|
162
|
-
:report :proof {
|
|
163
|
-
:pow_2_sqrt2 :provedBy :TransImpliesNotConstructible .
|
|
164
|
-
} .
|
|
165
|
-
:report :proof {
|
|
166
|
-
:pow_e_pi :provedBy :GelfondSchneider .
|
|
167
|
-
} .
|
|
168
|
-
:report :proof {
|
|
169
|
-
:pow_e_pi :provedBy :TransImpliesIrrational .
|
|
170
|
-
} .
|
|
171
|
-
:report :proof {
|
|
172
|
-
:pow_e_pi :provedBy :TransImpliesNotConstructible .
|
|
173
|
-
} .
|
|
174
|
-
:report :proof {
|
|
175
|
-
:pow_i_i :provedBy :GelfondSchneider .
|
|
176
|
-
} .
|
|
177
|
-
:report :proof {
|
|
178
|
-
:pow_i_i :provedBy :TransImpliesIrrational .
|
|
179
|
-
} .
|
|
180
|
-
:report :proof {
|
|
181
|
-
:pow_i_i :provedBy :TransImpliesNotConstructible .
|
|
182
|
-
} .
|
|
183
|
-
:report :proof {
|
|
184
|
-
:pow_minus1_minusI :provedBy :GelfondSchneider .
|
|
185
|
-
} .
|
|
186
|
-
:report :proof {
|
|
187
|
-
:pow_minus1_minusI :provedBy :TransImpliesIrrational .
|
|
188
|
-
} .
|
|
189
|
-
:report :proof {
|
|
190
|
-
:pow_minus1_minusI :provedBy :TransImpliesNotConstructible .
|
|
191
|
-
} .
|
|
192
|
-
:report :proof {
|
|
193
|
-
:pow2sqrt2_div_2 :provedBy :TransDivAlg .
|
|
194
|
-
} .
|
|
195
|
-
:report :proof {
|
|
196
|
-
:pow2sqrt2_div_2 :provedBy :TransImpliesIrrational .
|
|
197
|
-
} .
|
|
198
|
-
:report :proof {
|
|
199
|
-
:pow2sqrt2_div_2 :provedBy :TransImpliesNotConstructible .
|
|
200
|
-
} .
|
|
201
|
-
:report :proof {
|
|
202
|
-
:pow2sqrt2_plus_1 :provedBy :TransImpliesIrrational .
|
|
203
|
-
} .
|
|
204
|
-
:report :proof {
|
|
205
|
-
:pow2sqrt2_plus_1 :provedBy :TransImpliesNotConstructible .
|
|
206
|
-
} .
|
|
207
|
-
:report :proof {
|
|
208
|
-
:pow2sqrt2_plus_1 :provedBy :TransPlusAlg .
|
|
209
|
-
} .
|
|
210
|
-
:report :proof {
|
|
211
|
-
:two_times_e :provedBy :TransImpliesIrrational .
|
|
212
|
-
} .
|
|
213
|
-
:report :proof {
|
|
214
|
-
:two_times_e :provedBy :TransImpliesNotConstructible .
|
|
215
|
-
} .
|
|
216
|
-
:report :proof {
|
|
217
|
-
:two_times_e :provedBy :TransTimesAlg .
|
|
218
|
-
} .
|
|
219
|
-
:report :proof {
|
|
220
|
-
:two_times_pi :provedBy :TransImpliesIrrational .
|
|
221
|
-
} .
|
|
222
|
-
:report :proof {
|
|
223
|
-
:two_times_pi :provedBy :TransImpliesNotConstructible .
|
|
224
|
-
} .
|
|
225
|
-
:report :proof {
|
|
226
|
-
:two_times_pi :provedBy :TransTimesAlg .
|
|
227
|
-
} .
|
|
228
|
-
:report :proof {
|
|
229
|
-
:two_times_pow2sqrt2 :provedBy :TransImpliesIrrational .
|
|
230
|
-
} .
|
|
231
|
-
:report :proof {
|
|
232
|
-
:two_times_pow2sqrt2 :provedBy :TransImpliesNotConstructible .
|
|
233
|
-
} .
|
|
234
|
-
:report :proof {
|
|
235
|
-
:two_times_pow2sqrt2 :provedBy :TransTimesAlg .
|
|
236
|
-
} .
|
|
237
|
-
:report :transcendental :e .
|
|
238
|
-
:report :transcendental :e_div_2 .
|
|
239
|
-
:report :transcendental :e_plus_1 .
|
|
240
|
-
:report :transcendental :e_plus_2 .
|
|
241
|
-
:report :transcendental :exp_minus_pi_over_2 .
|
|
242
|
-
:report :transcendental :exp_sqrt2 .
|
|
243
|
-
:report :transcendental :half_times_e .
|
|
244
|
-
:report :transcendental :half_times_pi .
|
|
245
|
-
:report :transcendental :pi .
|
|
246
|
-
:report :transcendental :pi_div_2 .
|
|
247
|
-
:report :transcendental :pi_plus_1 .
|
|
248
|
-
:report :transcendental :pi_plus_sqrt2 .
|
|
249
|
-
:report :transcendental :pow_2_sqrt2 .
|
|
250
|
-
:report :transcendental :pow_e_pi .
|
|
251
|
-
:report :transcendental :pow_i_i .
|
|
252
|
-
:report :transcendental :pow_minus1_minusI .
|
|
253
|
-
:report :transcendental :pow2sqrt2_div_2 .
|
|
254
|
-
:report :transcendental :pow2sqrt2_plus_1 .
|
|
255
|
-
:report :transcendental :two_times_e .
|
|
256
|
-
:report :transcendental :two_times_pi .
|
|
257
|
-
:report :transcendental :two_times_pow2sqrt2 .
|
|
258
|
-
:report :unknown :pow_pi_e .
|
|
259
|
-
:report :unknown :prod_e_pi .
|
|
260
|
-
:report :unknown :sum_e_pi .
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
=== Answer ===
|
|
2
|
-
In this toy transistor-switch model, a low input leaves the transistor in cutoff (OFF) and a high input drives it into saturation (ON), so the load behaves like an on/off branch rather than a linear amplifier.
|
|
3
|
-
case : transistor-switch
|
|
4
|
-
low input state : cutoff / OFF
|
|
5
|
-
high input state : saturation / ON
|
|
6
|
-
on-state load current : 4.80 mA
|
|
7
|
-
|
|
8
|
-
=== Reason Why ===
|
|
9
|
-
We model an NPN low-side switch with exact millivolt and microamp arithmetic. The base current comes from (Vin - Vbe,on)/Rb when the base-emitter junction is forward biased, and the collector current is the smaller of beta * Ib and the load-limited current (Vcc - Vce,sat)/Rl.
|
|
10
|
-
supply voltage : 5.00 V
|
|
11
|
-
base resistor : 10000 ohms
|
|
12
|
-
load resistor : 1000 ohms
|
|
13
|
-
transistor beta proxy : 100
|
|
14
|
-
low input : Vin=0.00 V -> Ib=0.00 mA, Ic=0.00 mA, Vce=5.00 V, state=cutoff / OFF
|
|
15
|
-
high input : Vin=5.00 V -> Ib=0.43 mA, Ic=4.80 mA, Vce=0.20 V, state=saturation / ON
|
|
16
|
-
high-input gain limit : 43.00 mA
|
|
17
|
-
high-input load limit : 4.80 mA
|
|
18
|
-
|
|
19
|
-
=== Check ===
|
|
20
|
-
low input stays in cutoff : yes
|
|
21
|
-
high input reaches saturation : yes
|
|
22
|
-
switching states differ : yes
|
|
23
|
-
on-state current is load-limited : yes
|
|
24
|
-
load voltage matches resistor drop : yes
|