https://github.com/avivace/mvpoli
Common Lisp and SWI-Prolog libraries to manipulate multivariate polynomials.
https://github.com/avivace/mvpoli
clisp common-lisp lisp multivariate-polynomials polynomials prolog swi-prolog swi-prolog-library university-assignment university-project
Last synced: about 1 month ago
JSON representation
Common Lisp and SWI-Prolog libraries to manipulate multivariate polynomials.
- Host: GitHub
- URL: https://github.com/avivace/mvpoli
- Owner: avivace
- License: gpl-3.0
- Created: 2016-11-22T11:08:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T13:55:21.000Z (over 4 years ago)
- Last Synced: 2025-02-08T07:13:13.163Z (3 months ago)
- Topics: clisp, common-lisp, lisp, multivariate-polynomials, polynomials, prolog, swi-prolog, swi-prolog-library, university-assignment, university-project
- Language: Prolog
- Homepage:
- Size: 370 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multivariate Polynomials
Project for the *Programming Paradigms* course (S1, 2017), from my [Bachelor's Degree in Computer Science](https://github.com/avivace/compsci).Two libraries (Prolog and Common Lisp) to manipulate multivariate polynomials.
Available predicates allows parsing, sorting, operations(sum, product), evaluating and printing polynomials.