

InterviewSolution
Saved Bookmarks
1. |
The int() function gives the __________(a) general solution of the ODE(b) general solution of the function(c) particular integral of a function(d) complementary functionThe question was posed to me in final exam.I'm obligated to ask this question of Integration topic in section Beyond the Basics of MATLAB |
Answer» CORRECT choice is (c) particular integral of a function The explanation: ODE solvers gives a general SOLUTION of an ODE. But the int() function will GIVE the particular integral of a function without any constant term. |
|