Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
MTM[eq] - equivalence of array entries
Calling Sequence
eq(M1,M2)
Parameters
M1
-
matrix, vector, array or scalar
M2
Description
The eq(M1,M2) command tests if the elements of M1 and M2 are equal. The result is an integer array with 0s where M1[i] <> M2[i], and 1s where the entries are equal.
M1 and M2 must be the same size, or scalars. If M1 is an array and M2 is a scalar, the result will be an array the same size as M1, with 0 and 1 entries indicating entries that were equal to the scalar value M2.
Examples
See Also
comparray, MTM[ge], MTM[gt], MTM[le], MTM[lt], MTM[ne]
Download Help Document