A CLI for automatically generating a function based on true statements.
LICENSE | ||
mkpolynomial.spl | ||
polysine.txt | ||
README.md |
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.