Array Matlab Syms

A = sym('a',[2 2 2])
%Creates a 2 by 2 by 2 multidimensional array with the symbolic variable 'a'
Flyhouse_Squarewheel