HP Prime for All

English  Русский 

Syntax

matrix .- real/complex or real/complex .- matrix

Description

Substract the real/complex to each element of the matrix (or the reverce as appropriate)

Example

[3,4].-2 returns [1,2]

.- — Discussion