Create a variable a that is a row vector with the following elements: 9, 1, 3^2, 7/4, 0, 2.25 x 8.5, 0.8, and sin(pi/8).
Create a variable b that is a row vector with the following elements: sqrt(5.2^3), 6.71 x 10^3, (3 + 5.1^2)cos 53 deg, 15.8, root(3)(90), and sin(pi/3)/tan 20 deg.
Create a variable c that is a column vector with the following elements: 2.1 x 10^-2, sin(1.7pi), 28.5, 2.7^4/3, and e^3.
Create a variable d that is a column vector with the following elements: 0.75 x 5.2^0.7, 11.1, root(3)(60), tan(10pi / 11), cos^2 5 deg, and 0.116.
Define the variables x = 3.4 and y = 5.8, and then use them to create a row vector (assign it to a variable named e) that has the following elements: x/y, x+y, x^y, x * y, y^2, and x.