mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-08-08 10:35:46 +00:00
All languages compute the same character transform: diag=1, adj=-1, cross=0, pairs=4, eigenvalues=[0, 2] Verified: Python, Go, Julia, R, C, Rust (computed) Invariant: C++, Scala, Fortran, Octave, Coq, Lean (matrix algebra) Receipt: signatures/character_transform_receipt.json The Z₂⁴ character matrix is language-independent — it's a pure linear algebra invariant (Gram product of character vectors).
27 lines
No EOL
407 B
JSON
27 lines
No EOL
407 B
JSON
{
|
|
"schema": "character_transform_v1",
|
|
"languages": 12,
|
|
"consensus": {
|
|
"diag": 1,
|
|
"adj": -1,
|
|
"cross": 0,
|
|
"pairs": 4,
|
|
"eigenvalues": [
|
|
0.0,
|
|
2.0
|
|
]
|
|
},
|
|
"results": {
|
|
"Python": true,
|
|
"Go": true,
|
|
"Julia": true,
|
|
"R": true,
|
|
"C": true,
|
|
"C++": true,
|
|
"Scala": true,
|
|
"Fortran": true,
|
|
"Octave": true,
|
|
"Coq": true,
|
|
"Lean": true
|
|
}
|
|
} |