Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.