https://github.com/ynx0/kcas
kind of a CAS (computer algebra system)
https://github.com/ynx0/kcas
computer-algebra-system python
Last synced: 12 months ago
JSON representation
kind of a CAS (computer algebra system)
- Host: GitHub
- URL: https://github.com/ynx0/kcas
- Owner: ynx0
- Created: 2022-03-15T02:38:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-15T17:58:01.000Z (over 3 years ago)
- Last Synced: 2025-04-07T06:17:18.617Z (about 1 year ago)
- Topics: computer-algebra-system, python
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kCAS
kind of a CAS
kind of as in not really
## Usage
If you say so.
1. Get poetry
2. Run `poetry install`
3. Run `poetry shell`
4. Run `./main.py`
5. Type some math expressions.
6. ???
7. Profit
## Examples
- `1 + 1`
- `b = 2 ** a`
- `a = 5`
- `-a / sin(12)`
- `simp (cos(x**(2 + 1)) + (0 * y)) / 2`
## Why?
For fun. Also parsers are cool.
## Why is it broken?
Yes.