HP Prime for All

English  Русский 

Syntax

matrix .+ real/complex or real/complex .+ matrix

Description

Adds the real/complex to each element of the matrix

Example

[1,2].+3 returns [4,5]

.+ — Discussion