Home Online Manual
Top
Back: containedQ
Forward: signcond_lib
FastBack: ntsolve_lib
FastForward: signcond_lib
Up: zeroset_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.8.6.14 sameQ

Procedure from library zeroset.lib (see zeroset_lib).

Usage:
sameQ(a, b); a,b=list/intvec

Purpose:
test a == b elementwise, i.e., a[i] = b[i].

Return:
int
0 if a != b
1 if a == b