A CLI for automatically generating a function based on true statements.
Go to file
2024-09-04 20:00:10 +02:00
LICENSE Initial commit 2024-09-04 19:56:17 +02:00
mkpolynomial.spl add mkpolynomial, put content in readme 2024-09-04 20:00:10 +02:00
README.md add mkpolynomial, put content in readme 2024-09-04 20:00:10 +02:00

mkfunction

A CLI for automatically generating a function based on true statements.

Dependencies: giac, spl

Function kinds:

  • polynomial
  • (more planned)

How to use

  • Start using spl mk[kind].spl
  • Answer starting questions (denoted [0])
  • List statements you need to be true
  • Use . to solve, list to output a system of equations.