Datasets:
File size: 593 Bytes
29d94b3 | 1 2 3 4 5 6 7 8 9 10 11 12 | (* 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 *)
|