Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ynx0/kcas
kind of a CAS (computer algebra system)
https://github.com/ynx0/kcas
computer-algebra-system python
Last synced: about 2 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-15T17:58:01.000Z (about 2 years ago)
- Last Synced: 2024-11-02T11:42:31.437Z (3 months 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.