»Click here to display Table of Contents« HyperMath > Reference Guide > HyperMath Language Guide - Categorical > Vector and Matrix Operations:
Subtraction is similar to addition.
> x = [4, 5, 6]; y = [1, 2, 3]
> print(x - y)
[Matrix] (1 x 3)
3 3 3
Subtraction for vector and matrices of complex data is supported.