3.2 Matrix operations (Exercises)

grasple_exercise_3_2_1

To compute the sum of two matrices.

grasple_exercise_3_2_2

To compute c1A+c2B.

grasple_exercise_3_2_3

To compute c1A+c2B.

grasple_exercise_3_2_4

To solve equations involving sum and transpose.

grasple_exercise_3_2_5

True/False questions involving sum and transpose.

grasple_exercise_3_2_6

To compute a product AB.

grasple_exercise_3_2_7

To compute a product AB.

grasple_exercise_3_2_8

To compute a product AB.

grasple_exercise_3_2_9

To compute a product AB.

grasple_exercise_3_2_10

To compute several matrix products.

grasple_exercise_3_2_11

To compute \vectuT\vectv and \vectu\vectvT.

grasple_exercise_3_2_12

To find k for which AB=BA.

grasple_exercise_3_2_13

To find k for which AB=BA.

grasple_exercise_3_2_14

To find two products AD1 and D2A.

grasple_exercise_3_2_15

To find a high power of a special matrix.

grasple_exercise_3_2_16

To find a high power of a special matrix.

grasple_exercise_3_2_17

Is the zero matrix a diagonal matrix?

grasple_exercise_3_2_18

To explain why a certain product does not exist.

grasple_exercise_3_2_19

To find a 2×2 matrix A for which A2=I.

grasple_exercise_3_2_20

To show that (cA)T=cAT.

grasple_exercise_3_2_21

'To show: ATA=DA has orthogonal columns.'

grasple_exercise_3_2_22

To find the size of C if AC=B.

grasple_exercise_3_2_23

Number of columns of C if AC=B.

grasple_exercise_3_2_24

To find the number of rows of B if BC is an m×n-matrix.

grasple_exercise_3_2_25

Finding E such that EA=M (or AE=M).

grasple_exercise_3_2_26

A bit like the previous one 'by inspection'.

grasple_exercise_3_2_27

Two True/False questions about products and symmmetric matrices.