Is there a Sympy function equivalent to np.zeros_like()?
np.zeros_like()
Currently I have to do this
from sympy import zeros A = zeros(2, 2) B = zeros(A.shap