Method on @sym: minus (x, y)
Operator on @sym: x - y

Subtract one symbolic expression from another.

Example:

syms x y
x - y
  ⇒ (sym) x - y

Package: symbolic