Datasets:
| (* FSOT PFLT Math Microscope — master loader *) | |
| (* Open in Mathematica / Wolfram Engine and evaluate *) | |
| Get["C:/Users/damia/Desktop/pflt/mathematica/FSOT_Symbolic_Microscope.wl"]; | |
| Print["=== Symbolic pathway ==="]; | |
| FSOTPrintPathway[]; | |
| Get["C:/Users/damia/Desktop/pflt/mathematica/trace_linguistic.wl"]; | |
| Print["=== Numeric domain trace (linguistic) ==="]; | |
| Print["FSOTTrace: ", FSOTTrace[]]; | |
| Print["Diff vs Python panel: ", FSOTDiff[]]; | |
| (* Other domains: Get["…/trace_historical.wl"] etc. *) | |
| (* Formal: compare N[FSOTDerived[]["K"]] to formal/golden_fsot_pflt.json constants.K *) | |