octave

High-level language for numerical computing and data analysis

brewmacoslinux
Try with needOr install directly
Source

About

High-level interpreted language for numerical computing

Commands

octave

Examples

Start an interactive Octave session$ octave
Run a script file$ octave script.m
Execute Octave commands without interactive mode$ octave --eval "x = [1,2,3]; sum(x)"