What is the output of the following code shown? syms a k; symsum(a^k, 0, Inf) A. Error due to an unmentioned value of a B. Error due to Inf C. Inf D. 1/1-a Answer Workspace Report Discuss Answer with explanation Answer: Option D Explanation The correct answer is 1/1-a MATLAB will return an answer intuitively while considering symbolic summations. Here, MATLAB will return an answer which is plausible to a condition. Workspace
Discuss about the question