1.

To find the particular integral of a differential equation, we use the _____(a) int() command(b) quad() command(c) ODE solver(d) Depends on the differential equationI got this question during an interview.This key question is from Integration in chapter Beyond the Basics of MATLAB

Answer»

Right answer is (d) Depends on the DIFFERENTIAL equation

To EXPLAIN I would say: We can find the PARTICULAR integral for the differential equation ^dy⁄dx=5x by using int(5*x). We would need an ODE solver when the differential equation is LONG and has multiple ORDERS. Hence, it depends on the differential equation, how we want to select our command.



Discussion

No Comment Found

Related InterviewSolutions