Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

$%MTXEQU^MATH

Draft MDC Standard

7.1.6.5.41 $%MTXEQU^MATH

MTXEQU^MATH : BOOLEAN ( .A : MATRIX , .B : MATRIX , .R : MATRIX , N : INTEGER , M : INTEGER )

$%MTXEQU^MATH solves the matrix-equation A[M,N] * R[M,N] = B[M,N], with matrix R[M,N] being the unknown to be resolved. The return value is 1 if a solution to the equation can be computed, 0 if it cannot, or "" (the empty string) if M < 1 or N < 1.

The actual parameter for array R may not be equal to either of the references that are passed as the actual parameters for arrays A and B.

Click here for $%MTXEQU^MATH sample code.

Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

Copyright © Standard Documents; 1977-2024 MUMPS Development Committee;
Copyright © Examples: 1995-2024 Ed de Moel;
Copyright © Annotations: 2003-2008 Jacquard Systems Research
Copyright © Annotations: 2008-2024 Ed de Moel.

Some specifications are "approved for inclusion in a future standard". Note that the MUMPS Development Committee cannot guarantee that such future standards will indeed be published.

This page most recently updated on 29-Nov-2011, 20:00:18.

For comments, contact Ed de Moel (demoel@jacquardsystems.com)