adplus-dvertising
frame-decoration

Question

What is the output of the following code?
syms y; dsolve('y*diff(y)+5=x*exp(3)','y')

a.

Error

b.

C + (x*(x*exp(3) – 10))/2

c.

Cannot be determined

d.

0

Answer: (a).Error

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of the following code?

Similar Questions

Discover Related MCQs

Q. There are 7 ODE solvers in MATLAB.

Q. The int() function gives the __________

Q. What will be the command to find the current through a 1H inductor (no initial current) whose voltage changes by v=t²?

Q. The command quad() cannot do ______ integrals.

Q. The code quad(‘x.^2’,-3,2) is same as ___________

Q. The capacitor voltage due to a current of i=t⁴ with v(0+)=3 is found from using _________

Q. The accuracy of quad() is ___________

Q. Double integration of a function can be done by using the _____ command.

Q. How will ∫eˣ⁄x look like, in MATLAB?

Q. The class of the result of an indefinite integration is always _____________

Q. The quad command cannot do ______________

Q. The function, as an input to the quad command, is given as _______________

Q. The output of int(x^2,1,3) and quad(‘x. ^2,1,3) is ________

Q. The command to get more accurate solution for definite integration is ______________

Q. Can we do Vector integration in MATLAB?

Q. We cannot find the integrator, made with an OP-amp, response using the quad() command at steady state.

Q. How will we integrate a non-linear function, f, taken as an inline function?

Q. The correct way of using the quad command while integrating an inline non-linear function is ___________

Q. What is the class of the result of quad() command?

Q. The int function returns a constant of integration for indefinite integration.