Correct option is (c) simplify(log(x^20)-log(x^13)–log(x^7),’IgnoreAnalyticConstraints’,true)
The explanation is: Option simplify(log(x^20)-log(x^13)–log(x^7),’IgnoreAnalyticConstraints’,true) would evaluate to 0. The cases are used to produce a greater simplified expression for a polynomial. simplify(log(x^20)-log(x^13)–log(x^7)) does not give any different output but the expression itself. Option log(x^20) – log(x^13) – log(x^7) is incorrect since the powers should be represented as log(x^20) in MATLAB.