<< Vec SYMSCI Toolbox cols >>

SYMSCI Toolbox >> SYMSCI Toolbox > Zeros

Zeros

symbolic matrix of zeros

Syntax

B = Zeros(A)
B = Zeros( r, c )

Arguments

A, B

symbolic matrix

r, c

non-negative integer

Description

Zeros( A )

Returns a matrix of zeros with the same dimensions as matrix A.

Zeros( r, c )

Returns a matrix of zeros with r rows and c columns.

Examples

// symbolic (3,5)-matrix of zeros
A = Zeros(3,5)

// a matrix of zeros with dimensions of A
Zeros(A)

See Also

Authors

Bibliography

SymEngine: C++ library for fast symbolic manipulation.


Report an issue
<< Vec SYMSCI Toolbox cols >>