The MATLAB output on Command Window for the last command entered is syms A a=3 B=A*4
3
4*A
Undefined function or variable ‘A'
12