The Mulein-Planck-Pi (Mħπ) is a symbolic math system grounded in fundamental physical and mathematical constants.
π and P (Planck Length).[M] is not a fundamental dimension. It is a derived quantity representing a rate of information flow, with the dimension [M] = [Ω][T]⁻¹, where [Ω] is Information and [T] is Time.π: The mathematical constant piP: Planck lengthħ: Reduced Planck Constantc: Speed of Lightτ = P/c: Planck timeArea = πP²Circumference = 2πPAll symbolic constructs are represented by the SymbolicExpr enum in src/expr.rs.
| Module | Description |
|---|---|
expr.rs |
Core symbolic data types (the AST). |
simplify.rs |
Rewrite rules for symbolic simplification. |
dimensions.rs |
Engine for dimensional analysis based on informational mass. |
calculus.rs |
Symbolic differentiation and integration. |
tensor.rs |
Tensor algebra and automated GR calculations. |
quantum.rs |
Quantum operators and state representation. |
tex_parser.rs |
Parser for the MPP-TeX language. |
gauge.rs |
Support for gauge transformations, connections, and covariant derivatives. |
algebra_structure.rs |
Verification of algebraic domain properties. |