A is given by the following expression: A2 = (cf)/(x2 – cy)…

A is given by the following expression: A2 = (cf)/(x2 – cy) Let: c = 8, f = x/2, and y = 3x.  The MATLAB code for the variables x, c, f, and y are given here: x = 2.0 : 0.1 : 6.0;c = 8;f = x / 2;y = 3 * x; Which of the following is a correct equation to calculate A in MATLAB syntax?