Homework 3 Flashcards
1
Q
Access a number from a position (i) in a matrix
A
matrix1(i)
2
Q
mod(x,y)
A
returns the remainder of x/y
3
Q
A
Access a number from a position (i) in a matrix
matrix1(i)
mod(x,y)
returns the remainder of x/y