I know it is possible to use R for matrix algebra, but I am wondering whether it is possible to use it for this purpose without having specified the elements of the vectors and matrices as numbers but as "strings" or variables. So maybe an example may help to express my concern:
What I know that R can do it is this:
What I want to know is whether the following is possible in R:
Is it possible to do this in R or is there any other programming language which does it?