Skip to content

A command-line wrapper for the arithmetica library that can solve complex math problems with steps.

License

Notifications You must be signed in to change notification settings

arithmetica-org/arithmetica-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3cc5675 Â· Jun 9, 2023
Jun 9, 2023
Jun 9, 2023
May 26, 2023
Jun 9, 2023
May 31, 2023
May 31, 2023
May 26, 2023
Jun 7, 2023
Jun 7, 2023
May 26, 2023
Jun 7, 2023

Repository files navigation

arithmetica-tui

A command-line wrapper for the arithmetica library.

Installation

To install the latest stable version, run:

curl -s -H "Accept: application/vnd.github.v3.raw" https://api.github.com/repos/arithmetica-org/arithmetica-tui/contents/install_stable.sh | sudo bash

If you want to install the bleeding edge version, run:

curl -s -H "Accept: application/vnd.github.v3.raw" https://api.github.com/repos/arithmetica-org/arithmetica-tui/contents/install_bleeding_edge.sh | sudo bash

Features

🔴 For a good demonstration, go visit this tool's website here! 🔴

Factorize polynomials (with steps and without)

Arithmetica can currently factorize any degree single variable polynomials!

With steps

See step-by-step instructions on how to factor the polynomial of your choice.

Just the answer

Or just get to the answer.

Evaluate expressions

Arithmetica can also evaluate expressions:

Add / Multiply with steps

And if you ever need to add or multiply something 'by hand' again, arithmetica can help with that too!