Octave is open source equivalent for basic MATLAB package. Its usage in scientific and numerical computation is gaining popularity day by day. It can run MATLAB files without modifications. Present book gives introduction to Octave for a new-user. Starting from very basic, it goes on to explain array based computing, plotting and working with files. The book is useful for students, researchers and students who are looking for a open source software for numerical computation. It is written in a very concise format where learn-by-doing methodology is adopted so that new user can start developing quickly. CHAPTERS: 1 - Introduction to octave, 2- Interactive Octave Sessions, 3- Working with Arrays, 4-Plotting, 5 - Data through file reading and writing, 6- Functions and loops, 7- Numerical computing formalism
Octave is an excellent choice for
students and
researchers. It can replace your MATLAB workstation and preference for following reasons:
- It is as powerful as basic MATLAB
- Its open sourced.
- It has tons of libraries for various purposes.
It is easy to learn if you proceed the right way. A new user does not wish to listen a lot of technical jargon. First few steps should be just about running basic calculations. Technical complexities should be introduced incrementally as user progresses towards advanced topics. This has been my approach for writing this book. Also I have kept the language extremely simple so that non-native speakers (like myself) do not feel difficult in grasping the concepts (My aim is not to showcase my English skills but rather to enable beginners in their endeavour)
The book is written in learn-by-doing format. Sample codes are spread across each particular topic. Run the codes and read the text to learn the usage of software. If you have questions, drop an e-mail at sandeep.nagar@gmail.com