Python | sympy.zeros() method
With the help of sympy.zeros() method, we can create a matrix having dimension nxm and filled with zeros by using sympy.zeros() method.Syntax : sympy.zeros()Return : Return a zero matrix.Example #1 :In this example, we can see that by using sympy.zero() method, we are able to create the zero matrix