1.

How would you simplify log(x20) – log(x13) – log(x7) in MATLAB? (Assume x is defined as a string variable)

A. simplify(log(x20)-log(x13)–log(x7));
B. log(x20) – log(x13) – log(x7)
C. simplify(log(x20)-log(x13)–log(x7),’IgnoreAnalyticConstraints’,true)
D. simplify(log(x20)-log(x13)–log(x7))
E. simplify(log(x20)-log(x13)–log(x7));b) log(x20) – log(x13) – log(x7)c) simplify(log(x20)-log(x13)–log(x7),’IgnoreAnalyticConstraints’,true)d) simplify(log(x20)-log(x13)–log(x7))
Answer» D. simplify(log(x20)-log(x13)–log(x7))


Discussion

No Comment Found