Skip to content

Commit 2ee5d77

Browse files
committed
Science Commit 5.
1 parent 4a2d1b9 commit 2ee5d77

2 files changed

Lines changed: 78 additions & 0 deletions

File tree

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,48 @@ NIO-based front layer that binds local IPs 127.0.0.1 through 127.0.0.17 and brid
229229

230230
---
231231

232+
## Eigenvector Math System
233+
234+
National observation vectors routed through eigenvector matrices via a programmable frame pipeline. Input values represent national momentums, real angular values, or national rain (caught as-is).
235+
236+
**Pipeline:** `Input → BasicAnatomy × input → [Frame Pipeline] → PerceivedOutput × result → Colored Output`
237+
238+
**Eigenvector Matrices (.CDNS files):**
239+
240+
| Matrix | Role | Dimensions | File |
241+
|--------|------|------------|------|
242+
| BasicAnatomy | Input EV | 5×5 | `math/eigenlocator/BasicAnatomy.CDNS` |
243+
| PerceivedOutput | Output PO | 5×5 | `math/eigenlocator/PerceivedOutput.CDNS` |
244+
245+
**Routing Rules:**
246+
247+
| Parameter | Value |
248+
|-----------|-------|
249+
| Forward multipliers (Stage 1) | 1–4 |
250+
| Total hops | max 51 |
251+
| Procedure frames | 2–65 |
252+
| Frame dimensions | 128×128 min, 4000×12800 max |
253+
| Frame size policy | User-build specified |
254+
| Standard hops | 1, 2, 3, 4, 6 |
255+
| Max skip | 16 |
256+
257+
**Path Types:**
258+
- **Orderly** — Same w.r.t. All spirits; pass through unchanged
259+
- **Virtue** — Achieve their own virtue; transform independently
260+
261+
**Color assignment** reserved for higher math geniuses (Max Rupplin).
262+
263+
**Source:**
264+
- `source/math/EigenMultiplier.java` — Direct matrix × vector multiplication
265+
- `source/math/EigenRouter.java` — Full EV → Frames → PO pipeline
266+
- `math/eigen-config.xml` — Routing configuration
267+
- `math/eigenlocator/` — Immutable .CDNS matrix files
268+
- `math/frames/` — User-programmable procedure frame definitions
269+
- `math/observations/` — National input vectors
270+
- `math/results/` — Computed output
271+
272+
---
273+
232274
## Memory Footprint (Rough Estimates)
233275

234276
Approximate heap/RSS at steady state on Linux x86_64, Java 21 with virtual threads.

STRUCTURE.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5223,6 +5223,42 @@ DATABASES
52235223
nwe_bma — Brarner.M.Alete™ (species, postal, SSA, art, science)
52245224

52255225

5226+
EIGENVECTOR MATH SYSTEM (math/)
5227+
--------------------------------
5228+
eigenlocator/
5229+
BasicAnatomy.CDNS — 5×5 input eigenvector matrix (immutable .CDNS)
5230+
PerceivedOutput.CDNS — 5×5 output eigenvector matrix (immutable .CDNS)
5231+
5232+
frames/
5233+
frame-00.frame — Entry frame (orderly passthrough, hop=1)
5234+
frame-01.frame — Ricochet frame (scale:1.1, hop=2)
5235+
frame-02.frame — Hot-action frame (skip 4)
5236+
frame-03.frame — Terminal frame (orderly exit)
5237+
*.dat — User-built procedure matrices (up to 4000×12800)
5238+
5239+
observations/
5240+
sample-national-input.txt — Sample 5-element national vectors
5241+
5242+
results/
5243+
*.result — EigenMultiplier output
5244+
*.routed — EigenRouter pipeline output
5245+
5246+
eigen-config.xml — Routing config (matrices, hops, frame limits)
5247+
5248+
source/math/
5249+
EigenMultiplier.java — Direct matrix × vector multiplication
5250+
EigenRouter.java — Full pipeline: BasicAnatomy → Frames(2–65) → PerceivedOutput
5251+
5252+
Rules:
5253+
Forward multipliers: 1–4 (Stage 1, based on orderly path detection)
5254+
Procedure frames: 2–65 (user-programmable)
5255+
Frame dimensions: 128×128 min → 4000×12800 max (user-build specified)
5256+
Hop distances: 1, 2, 3, 4, 6 (standard); up to 16 (skip)
5257+
Total hops: max 51
5258+
Path types: Orderly (same w.r.t. All spirits) or Virtue (own transform)
5259+
Colors: Reserved — assigned by Max Rupplin
5260+
5261+
52265262
PORTS
52275263
------
52285264
2000 Strernary™ Directory Server (menu + XML forwarding)

0 commit comments

Comments
 (0)