I would like to print an 2d array or matrix like A=[1 1;2 2;3 3] in matrix format, but when I do println(A), it prints in the format [1 1;2 2;3 3]. Is there any function or macro like @show that can print arrays in matrix format such the picture I have attached?
