I'm learning Elixir and Phoenix so I decided to make this calculator. It is useful because ChatGPT usually does not make these calculations correctly and it's good for both learning Elixir and Algebra.
- Determinant
- Transpose
- Multiplication for a constant
- Inverse function
- Multiplication
- Sum
- Subtraction
To start your Phoenix server:
- Run
mix setup
to install and setup dependencies - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser...