kececinumbers 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl

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.
@@ -1,128 +1,185 @@
1
- Metadata-Version: 2.4
2
- Name: kececinumbers
3
- Version: 0.1.0
4
- Summary: Keçeci Numbers: An Exploration of a Dynamic Sequence Across Diverse Number Sets
5
- Home-page: https://github.com/WhiteSymmetry/kececinumbers
6
- Author: Mehmet Keçeci
7
- Author-email: Mehmet Keçeci <bilginomi@yaani.com>
8
- Maintainer: Mehmet Keçeci
9
- Maintainer-email: Mehmet Keçeci <bilginomi@yaani.com>
10
- License: MIT
11
- Project-URL: Homepage, https://github.com/WhiteSymmetry/kececinumbers
12
- Classifier: Programming Language :: Python :: 3
13
- Classifier: License :: OSI Approved :: MIT License
14
- Classifier: Operating System :: OS Independent
15
- Requires-Python: >=3.9
16
- Description-Content-Type: text/markdown
17
- License-File: LICENSE
18
- Requires-Dist: numpy
19
- Requires-Dist: matplotlib
20
- Requires-Dist: numpy-quaternion
21
- Dynamic: author
22
- Dynamic: home-page
23
- Dynamic: license-file
24
- Dynamic: maintainer
25
- Dynamic: requires-python
26
-
27
- # Keçeci Numbers: Keçeci Sayıları
28
-
29
- ---
30
-
31
- ## Description / Açıklama
32
-
33
- **Keçeci Numbers (Keçeci Sayıları)**: Keçeci Numbers; An Exploration of a Dynamic Sequence Across Diverse Number Sets: This work introduces a novel numerical sequence concept termed "Keçeci Numbers." Keçeci Numbers are a dynamic sequence generated through an iterative process, originating from a specific starting value and an increment value. In each iteration, the increment value is added to the current value, and this "added value" is recorded in the sequence. Subsequently, a division operation is attempted on this "added value," primarily using the divisors 2 and 3, with the choice of divisor depending on the one used in the previous step. If division is successful, the quotient becomes the next element in the sequence. If the division operation fails, the primality of the "added value" (or its real/scalar part for complex/quaternion numbers, or integer part for rational numbers) is checked. If it is prime, an "Augment/Shrink then Check" (ASK) rule is invoked: a type-specific unit value is added or subtracted (based on the previous ASK application), this "modified value" is recorded in the sequence, and the division operation is re-attempted on it. If division fails again, or if the number is not prime, the "added value" (or the "modified value" post-ASK) itself becomes the next element in the sequence. This mechanism is designed to be applicable across various number sets, including positive and negative real numbers, complex numbers, floating-point numbers, rational numbers, and quaternions. The increment value, ASK unit, and divisibility checks are appropriately adapted for each number type. This flexibility of Keçeci Numbers offers rich potential for studying their behavior in different numerical systems. The patterns exhibited by the sequences, their convergence/divergence properties, and potential for chaotic behavior may constitute interesting research avenues for advanced mathematical analysis and number theory applications. This study outlines the fundamental generation mechanism of Keçeci Numbers and their initial behaviors across diverse number sets.
34
-
35
- ---
36
-
37
- ## Installation / Kurulum
38
-
39
- ```bash
40
- conda install bilgi::kececinumbers -y
41
-
42
- pip install kececinumbers
43
- ```
44
- https://anaconda.org/bilgi/kececinumbers
45
-
46
- https://pypi.org/project/kececinumbers/
47
-
48
- https://github.com/WhiteSymmetry/kececinumbers
49
-
50
- https://zenodo.org/records/
51
-
52
- https://zenodo.org/records/
53
-
54
- ---
55
-
56
- ## Usage / Kullanım
57
-
58
- ### Example
59
-
60
- ```python
61
- import matplotlib.pyplot as plt
62
- import random
63
- import numpy as np
64
- import math
65
- from fractions import Fraction
66
- import quaternion # pip install numpy numpy-quaternion
67
- ```
68
-
69
- ![Keçeci Numbers Example](https://github.com/WhiteSymmetry/kececinumbers/blob/main/examples/kn-1.png?raw=true)
70
-
71
- ![Keçeci Numbers Example](https://github.com/WhiteSymmetry/kececinumbers/blob/main/examples/kn-2.png?raw=true)
72
-
73
- ![Keçeci Numbers Example](https://github.com/WhiteSymmetry/kececinumbers/blob/main/examples/kn-3.png?raw=true)
74
-
75
- ![Keçeci Numbers Example](https://github.com/WhiteSymmetry/kececinumbers/blob/main/examples/kn-4.png?raw=true)
76
-
77
- ![Keçeci Numbers Example](https://github.com/WhiteSymmetry/kececinumbers/blob/main/examples/kn-5.png?raw=true)
78
-
79
- ---
80
-
81
- ## License / Lisans
82
-
83
- This project is licensed under the MIT License. See the `LICENSE` file for details.
84
-
85
- ## Citation
86
-
87
- If this library was useful to you in your research, please cite us. Following the [GitHub citation standards](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files), here is the recommended citation.
88
-
89
- ### BibTeX
90
-
91
- ```bibtex
92
- @misc{kececi_2025_15313947,
93
- author = {Keçeci, Mehmet},
94
- title = {kececinumbers},
95
- month = may,
96
- year = 2025,
97
- publisher = {PyPI, Anaconda, Github, Zenodo},
98
- version = {0.1.0},
99
- doi = {10.5281/zenodo.},
100
- url = {https://doi.org/10.5281/zenodo.},
101
- }
102
-
103
- @misc{kececi_2025_15314329,
104
- author = {Keçeci, Mehmet},
105
- title = {Keçeci numbers},
106
- month = may,
107
- year = 2025,
108
- publisher = {Zenodo},
109
- version = {1.0.0},
110
- doi = {10.5281/zenodo.},
111
- url = {https://doi.org/10.5281/zenodo.},
112
- }
113
- ```
114
-
115
- ### APA
116
-
117
- ```
118
- Keçeci, M. (2025). kececinumbers (0.1.0). PyPI, Anaconda, GitHub, Zenodo. https://doi.org/10.5281/zenodo.
119
-
120
- Keçeci, M. (2025). Keçeci Numbers. https://doi.org/10.5281/zenodo.
121
- ```
122
-
123
- ### Chicago
124
- ```
125
- Keçeci, Mehmet. "kececinumbers". PyPI, Anaconda, GitHub, Zenodo, 01 May 2025. https://doi.org/10.5281/zenodo.
126
-
127
- Keçeci, Mehmet. "Keçeci Numbers", 01 May 2025. https://doi.org/10.5281/zenodo.
128
- ```
1
+ Metadata-Version: 2.4
2
+ Name: kececinumbers
3
+ Version: 0.1.1
4
+ Summary: Keçeci Numbers An Exploration of a Dynamic Sequence Across Diverse Number Sets
5
+ Home-page: https://github.com/WhiteSymmetry/kececinumbers
6
+ Author: Mehmet Keçeci
7
+ Author-email: bilginomi@yaani.com
8
+ Maintainer: Mehmet Keçeci
9
+ Maintainer-email: bilginomi@yaani.com
10
+ License: MIT
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: License :: OSI Approved :: MIT License
13
+ Classifier: Operating System :: OS Independent
14
+ Requires-Python: >=3.9
15
+ Description-Content-Type: text/markdown
16
+ License-File: LICENSE
17
+ Requires-Dist: numpy
18
+ Requires-Dist: matplotlib
19
+ Requires-Dist: numpy-quaternion
20
+ Dynamic: author
21
+ Dynamic: author-email
22
+ Dynamic: classifier
23
+ Dynamic: description
24
+ Dynamic: description-content-type
25
+ Dynamic: home-page
26
+ Dynamic: license
27
+ Dynamic: license-file
28
+ Dynamic: maintainer
29
+ Dynamic: maintainer-email
30
+ Dynamic: requires-dist
31
+ Dynamic: requires-python
32
+ Dynamic: summary
33
+
34
+ # Keçeci Numbers: Keçeci Sayıları
35
+
36
+ ---
37
+
38
+ ## Description / Açıklama
39
+
40
+ **Keçeci Numbers (Keçeci Sayıları)**: Keçeci Numbers; An Exploration of a Dynamic Sequence Across Diverse Number Sets: This work introduces a novel numerical sequence concept termed "Keçeci Numbers." Keçeci Numbers are a dynamic sequence generated through an iterative process, originating from a specific starting value and an increment value. In each iteration, the increment value is added to the current value, and this "added value" is recorded in the sequence. Subsequently, a division operation is attempted on this "added value," primarily using the divisors 2 and 3, with the choice of divisor depending on the one used in the previous step. If division is successful, the quotient becomes the next element in the sequence. If the division operation fails, the primality of the "added value" (or its real/scalar part for complex/quaternion numbers, or integer part for rational numbers) is checked. If it is prime, an "Augment/Shrink then Check" (ASK) rule is invoked: a type-specific unit value is added or subtracted (based on the previous ASK application), this "modified value" is recorded in the sequence, and the division operation is re-attempted on it. If division fails again, or if the number is not prime, the "added value" (or the "modified value" post-ASK) itself becomes the next element in the sequence. This mechanism is designed to be applicable across various number sets, including positive and negative real numbers, complex numbers, floating-point numbers, rational numbers, and quaternions. The increment value, ASK unit, and divisibility checks are appropriately adapted for each number type. This flexibility of Keçeci Numbers offers rich potential for studying their behavior in different numerical systems. The patterns exhibited by the sequences, their convergence/divergence properties, and potential for chaotic behavior may constitute interesting research avenues for advanced mathematical analysis and number theory applications. This study outlines the fundamental generation mechanism of Keçeci Numbers and their initial behaviors across diverse number sets.
41
+
42
+ ---
43
+
44
+ ## Installation / Kurulum
45
+
46
+ ```bash
47
+ conda install bilgi::kececinumbers -y
48
+
49
+ pip install kececinumbers
50
+ ```
51
+ https://anaconda.org/bilgi/kececinumbers
52
+
53
+ https://pypi.org/project/kececinumbers/
54
+
55
+ https://github.com/WhiteSymmetry/kececinumbers
56
+
57
+ https://zenodo.org/records/15377660
58
+
59
+ https://zenodo.org/records/
60
+
61
+ ---
62
+
63
+ ## Usage / Kullanım
64
+
65
+ ### Example
66
+
67
+ ```python
68
+ import matplotlib.pyplot as plt
69
+ import random
70
+ import numpy as np
71
+ import math
72
+ from fractions import Fraction
73
+ import quaternion # pip install numpy numpy-quaternion
74
+ ```
75
+ ```python
76
+ import matplotlib.pyplot as plt
77
+ import kececinumbers as kn
78
+
79
+ # Matplotlib grafiklerinin notebook içinde gösterilmesini sağla
80
+ %matplotlib inline
81
+
82
+ print("Trying interactive mode (will prompt for input in the console/output area)...")
83
+ interactive_sequence = kn.get_interactive()
84
+ if interactive_sequence:
85
+ kn.plot_numbers(interactive_sequence, title="Keçeci Numbers")
86
+
87
+ print("Done with examples.")
88
+ print("Keçeci Numbers Module Loaded.")
89
+ print("This module provides functions to generate and plot Keçeci Numbers.")
90
+ print("Example: Use 'import kececinumbers as kn' in your script/notebook.")
91
+ print("\nAvailable functions:")
92
+ print("- kn.get_interactive()")
93
+ print("- kn.get_with_params(kececi_type, iterations, ...)")
94
+ print("- kn.get_random_type(iterations, ...)")
95
+ print("- kn.plot_numbers(sequence, title)")
96
+ print("- kn.unified_generator(...) (low-level)")
97
+ print("\nAccess definitions with: kn.DEFINITIONS")
98
+ print("\nAccess type constants like: kn.TYPE_COMPLEX")
99
+ ```
100
+ ---
101
+ Trying interactive mode (will prompt for input in the console/output area)...
102
+
103
+ Keçeci Number Types:
104
+
105
+ 1: Positive Real Numbers (Integer: e.g., 1)
106
+
107
+ 2: Negative Real Numbers (Integer: e.g., -3)
108
+
109
+ 3: Complex Numbers (e.g., 3+4j)
110
+
111
+ 4: Floating-Point Numbers (e.g., 2.5)
112
+
113
+ 5: Rational Numbers (e.g., 3/2, 5)
114
+
115
+ 6: Quaternions (scalar start input becomes q(s,s,s,s): e.g., 1 or 2.5)
116
+
117
+ Please select Keçeci Number Type (1-6): 1
118
+
119
+ Enter the starting number (e.g., 0 or 2.5, complex:3+4j, rational: 3/4, quaternions: 1) : 0
120
+
121
+ Enter the base scalar value for increment (e.g., 9): 9
122
+
123
+ Enter the number of iterations (positive integer: e.g., 30): 30
124
+
125
+ ---
126
+ ![Keçeci Numbers Example](https://github.com/WhiteSymmetry/kececinumbers/blob/main/examples/kn-1.png?raw=true)
127
+
128
+ ![Keçeci Numbers Example](https://github.com/WhiteSymmetry/kececinumbers/blob/main/examples/kn-2.png?raw=true)
129
+
130
+ ![Keçeci Numbers Example](https://github.com/WhiteSymmetry/kececinumbers/blob/main/examples/kn-3.png?raw=true)
131
+
132
+ ![Keçeci Numbers Example](https://github.com/WhiteSymmetry/kececinumbers/blob/main/examples/kn-4.png?raw=true)
133
+
134
+ ![Keçeci Numbers Example](https://github.com/WhiteSymmetry/kececinumbers/blob/main/examples/kn-5.png?raw=true)
135
+
136
+ ---
137
+
138
+ ## License / Lisans
139
+
140
+ This project is licensed under the MIT License. See the `LICENSE` file for details.
141
+
142
+ ## Citation
143
+
144
+ If this library was useful to you in your research, please cite us. Following the [GitHub citation standards](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files), here is the recommended citation.
145
+
146
+ ### BibTeX
147
+
148
+ ```bibtex
149
+ @misc{kececi_2025_15313947,
150
+ author = {Keçeci, Mehmet},
151
+ title = {kececinumbers},
152
+ month = may,
153
+ year = 2025,
154
+ publisher = {PyPI, Anaconda, Github, Zenodo},
155
+ version = {0.1.0},
156
+ doi = {10.5281/zenodo.15377660},
157
+ url = {https://doi.org/10.5281/zenodo.15377660},
158
+ }
159
+
160
+ @misc{kececi_2025_15314329,
161
+ author = {Keçeci, Mehmet},
162
+ title = {Keçeci numbers},
163
+ month = may,
164
+ year = 2025,
165
+ publisher = {Zenodo},
166
+ version = {1.0.0},
167
+ doi = {10.5281/zenodo.},
168
+ url = {https://doi.org/10.5281/zenodo.},
169
+ }
170
+ ```
171
+
172
+ ### APA
173
+
174
+ ```
175
+ Keçeci, M. (2025). kececinumbers (0.1.0). PyPI, Anaconda, GitHub, Zenodo. https://doi.org/10.5281/zenodo.15377660
176
+
177
+ Keçeci, M. (2025). Keçeci Numbers. https://doi.org/10.5281/zenodo.
178
+ ```
179
+
180
+ ### Chicago
181
+ ```
182
+ Keçeci, Mehmet. "kececinumbers". PyPI, Anaconda, GitHub, Zenodo, 01 May 2025. https://doi.org/10.5281/zenodo.15377660
183
+
184
+ Keçeci, Mehmet. "Keçeci Numbers", 01 May 2025. https://doi.org/10.5281/zenodo.
185
+ ```
@@ -0,0 +1,8 @@
1
+ kececinumbers/__init__.py,sha256=doTLY8kOlgTRF95LMtGh0eraPlsGdF3VVNbvUG24RfU,1427
2
+ kececinumbers/_version.py,sha256=wlPeHyfUuW2Mrc3o-Up5oePFtQA0_6sKT63ZLPMWrhc,428
3
+ kececinumbers/kececinumbers.py,sha256=bNnZ4YqLP1447IG4c3cTuN666n9tg8LACyvrV-CJLE8,23885
4
+ kececinumbers-0.1.1.dist-info/licenses/LICENSE,sha256=NJZsJEbQuKzxn1mWPWCbRx8jRUqGS22thl8wwuRQJ9c,1071
5
+ kececinumbers-0.1.1.dist-info/METADATA,sha256=LBpCtZVldHOgGA79j-iSNPASRfWOC6r-reZ07uFq1Y0,7295
6
+ kececinumbers-0.1.1.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
7
+ kececinumbers-0.1.1.dist-info/top_level.txt,sha256=VvlbQKmTjOlzBbvq54-AaXp_WPRZ5dOhw91lV-ytPRQ,14
8
+ kececinumbers-0.1.1.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- kececinumbers/__init__.py,sha256=XGCggLq4ochkd883Ar4dt6nd_HTG5z8BQi1ElRszXG0,1464
2
- kececinumbers/_version.py,sha256=xy81eJE3vxCPFSGfNHocqxIrENihhab0v0FlyUoF7Sg,437
3
- kececinumbers/kececinumbers.py,sha256=2zTbiFgRgEpzcSCMNoJzwrqlzOWpBmMVN-LNj_bTUaI,24360
4
- kececinumbers-0.1.0.dist-info/licenses/LICENSE,sha256=NJZsJEbQuKzxn1mWPWCbRx8jRUqGS22thl8wwuRQJ9c,1071
5
- kececinumbers-0.1.0.dist-info/METADATA,sha256=QfBx65B-ZSwJWHuZ-B_UAi7EzkkqQ603AVLaddeh6bM,5687
6
- kececinumbers-0.1.0.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
7
- kececinumbers-0.1.0.dist-info/top_level.txt,sha256=VvlbQKmTjOlzBbvq54-AaXp_WPRZ5dOhw91lV-ytPRQ,14
8
- kececinumbers-0.1.0.dist-info/RECORD,,