Editor's review
MatBasic is a calculating, programming and debugging environment using special high-level programming language designed for solving mathematical problems. The MatBasic supports both the text and the graphical data visualization.
Pros: MatBasic is a programming language for doing math calculations easily. It also includes an integrated development environment so that while developing programs one need not look for other tools for debugging. MatBasic lets you execute difficult mathematical calculations. Tools available include Base calculation tools, complex arithmetic, linear algebra operations, polynomial problems, Matrix factorizations, numerical evaluation of integration, solving non-linear equations, minimizing of functions, solving initial value problems and so on. The program handles real valued and complex data, matrices, strings and compound structures. It provides the simplicity of the Basic language with the structured approach of high level languages like C and Pascal. The package can be used as a teaching tool too for the purposes of programming and algorithm development skills. The interpreter also lets you do instant calculations when the calculation is given as an expression. Plot of functions can be generated with ease. Program debugging is a step-by-step run process allowing to trace a state of different data areas at every single step of a program run. Development of algorithms has to go through a debug phase to iron out all the kinks. MatBasic has a fully functional debug system which allows tracing or stopping the program execution at any point. You can set breakpoints or use a hotkey. At every breakpoint a user can view and process every data type. Stack data also can be reviewed at each breakpoint easily so that you exactly know what the program is doing and if the algorithm used is the right one.
Cons: It is clearly for specialized people. Who not only are familiar with programming but also with the mathematical processes to be used.
Overall: The integration of the IDE is a great idea. The programming language also has been tuned to the proposed need. This is a 5 star package.
User comments