Arithmetic Operations Flashcards

1
Q

Array division:
Top vs under difference
Provide example using matrix x and scalar value 2

A

Top: x./2
Under: x.\2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Matrix multiplication vs array multiplication

A
Matrix = x * y
Array = x.*y
How well did you know this?
1
Not at all
2
3
4
5
Perfectly