Abstract:
This paper discusses a Domain Specific Language that has been developed in order to implement some particular topics of the linear mathematics: Vectors and Matrices. Vectors and matrices are notational conveniences for dealing with systems of linear equations and inequalities. In particular, they are useful for a good representation of the linear programming problems. Due to this Domain Specific Language, users are able to do some basic commands on them, such as calculations and comparisons. All the calculations can be done using operations that requires one argument and operations that requires two arguments. In order to make it more useful, the user can print some text or even declare variables that he is going to use later. Also, it can do some operation on numbers.