If matrix A = [1 2 3], write AA’.

Given [1 2 3]

We will find A’ to calculate AA’,



Now



[1 + 4 + 9]


[14]


1