

InterviewSolution
Saved Bookmarks
1. |
What is the difference between sqrt(10) and sqrt(sym(10))?(a) There is no difference(b) sqrt(sym(10)) is incorrect(c) There is no function as sqrt(d) sqrt(10) returns exact value while sqrt(sym(10)) returns 10^(1/2)This question was addressed to me in an international level competition.The question is from Solving Equations topic in division MATLAB Basics of MATLAB |
Answer» The correct ANSWER is (d) sqrt(10) returns exact value while sqrt(sym(10)) returns 10^(1/2) |
|