linuxshelllinear-algebraequations

How to solve a linear system in Linux shell?


Does anyone know of a Linux command that reads a linear system of equations from its standard input and writes the solution (if exists) in its standard output?

I want to do something like this:

generate_system | solve_system

Solution

  • You can probably write your own such command using this package.