Usage:

x - y, or -y

Returns:

If x is a:
- number, returns x minus y.
- list, a new list with y removed from the contents of x. If y is also a list, where the contents are in both lists, they will be removed from the new list.
- matrix, and y is a matrix, a new matrix with their components subtracted.