Close
Close window
numden - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

MTM

numden

numerator/denominator

Calling Sequence

numden(M)

numer, denom := numden(M)

Parameters

M

-

array or expression

Description

The numer := numden(M) calling sequence computes the numerator of the expression M.

The (numer,denom) := numden(M) calling sequence computes both the numerator of M, which is stored in the variable numer, and the denominator of M, which is stored in the variable denom.

The numden(M) function computes element-wise numerator and denominator of M. The results, R1 and R2, are formed as R1[i,j] = numer(M[i,j]) and R2[i,j] = denom(M[i,j]).

Examples

>

withMTM:

>

MMatrix2,3,fill=xy+yx:

>

numdenM

x2+y2x2+y2x2+y2x2+y2x2+y2x2+y2,yxyxyxyxyxyx

(1)


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /