symbolic matrix of zeros
B = Zeros(A) B = Zeros( r, c )
symbolic matrix
non-negative integer
Returns a matrix of zeros with the same dimensions as matrix A.
Returns a matrix of zeros with r rows and c columns.
SymEngine: C++ library for fast symbolic manipulation.