Slide 1 of 5

Given the vector x=[1, 5, 7, 11, 3]

What is the value of x after performing the following operation:

x+3

Given the vector x=[1, 5, 7, 11, 3]

What is the value of x after performing the following operation:

x=x+3

Given the vector x=[1, 5, 7, 11, 3]

How would I find the median of the values in x?

Given the vector x=[1, 5, 7, 11, 3]

How would I find the sum of the values of x that are greater than 5?