Quick Reference Guide

TI-Nspire™ Reference Guide 117
Va lu e N Matrix1 matrix
Matrix1
N Va lu e matrix
Va lu e
N Matrix1 returns a matrix of Va lu e times the identity matrix
minus Matrix1. Matrix1 must be square.
Matrix1 N Va lu e returns a matrix of Val ue times the identity matrix
subtracted from Matrix1. Matrix1 must be square.
Note: Use .N (dot minus) to subtract an expression from each
element.
·(multiply)
r
key
Va lu e1 ·Va lu e2 value
Returns the product of the two arguments.
List1·List2 list
Returns a list containing the products of the corresponding elements
in List1 and List2.
Dimensions of the lists must be equal.
Matrix1 ·Matrix2 matrix
Returns the matrix product of Matrix1 and Matrix2.
The number of columns in Matrix1 must equal the number of rows in
Matrix2.
Va lu e ·List1 list
List1 ·Va lu e list
Returns a list containing the products of Val ue and each element in
List1.
Va lu e ·Matrix1 matrix
Matrix1 ·Val u e matrix
Returns a matrix containing the products of Va l ue and each element
in Matrix1.
Note: Use .·(dot multiply) to multiply an expression by each
element.
à
(divide)
p
key
Va lu e1 à Va lu e2 value
Returns the quotient of Va l ue 1 divided by Va lu e2 .
Note: See also Fraction template, page 1.
List1 à List2 list
Returns a list containing the quotients of List1 divided by List2.
Dimensions of the lists must be equal.
Va lu e à List1 list
List1 à Va l ue list
Returns a list containing the quotients of Va l ue divided by List1
or List1 divided by Va lu e.
N(subtract)
-
key