Conjecture relations (Ramanujan Machine)
conjecture_relationConjecture relations for a real constant using PSLQ over a rich basis and continued-fraction search, with numerical verification to 25+ digits; use when identification returns UNIDENTIFIED.
Instructions
Conjecture relations for a real constant — Ramanujan-Machine style: PSLQ over a rich basis + continued-fraction/recurrence search; every candidate numerically VERIFIED to >= 25 digits but NOT proved (provenance 'conjectured_relation'). Use when identify_constant returns UNIDENTIFIED. Args: value (decimal string, MANY digits), max_terms (default 16), cf_depth (default 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | the real constant as a decimal string (give MANY digits; PSLQ/CF search needs >16) | |
| max_terms | No | max PSLQ basis vector length (default 16; cost grows fast) | |
| cf_depth | No | continued-fraction evaluation depth (default 200) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| found | Yes | ||
| integer_relations | Yes | ||
| continued_fractions | Yes | ||
| simple_continued_fraction | No | ||
| note | No |