

InterviewSolution
Saved Bookmarks
1. |
The class of the result of an indefinite integration is always _____________(a) Signed(b) Double(c) Array(d) SymbolicThe question was asked in an interview for job.I would like to ask this question from Integration in portion Beyond the Basics of MATLAB |
Answer» CORRECT choice is (d) SYMBOLIC To explain: Since we are doing indefinite integration, the result is not a number. It will contain the particular integral after integrating the function and it will only consist of the independent variable. HENCE, it’s CLASS will be symbolic. |
|