Introduction
Laymen explanation
Technical explanation
Properties
It is fully fledged language (for, while etc)
Installation step
brew install octave
Running CLI
Running CLI
Deepaks-MacBook-Air:build deepak$ octave-cli
GNU Octave, version 5.2.0
Copyright (C) 2020 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. For details, type 'warranty'.
Octave was configured for "x86_64-apple-darwin19.5.0".
Additional information about Octave is available at https://www.octave.org.
Please contribute if you find this software useful.
For more information, visit https://www.octave.org/get-involved.html
Read https://www.octave.org/bugs.html to learn how to submit bug reports.
For information about changes from previous versions, type 'news'.
octave:1>
octave:1> 5+6
ans = 11
octave:2>
Useful commands
who
whos
hist
save
plot
subplot
zeros
Reference
https://wiki.octave.org/Octave_for_macOS