EC > Gate 2013 SET-2 > Differential Equations
A system described by a linear, constant coefficient, ordinary, first order differential equation has an exact solution given by y(t) for t > 0, when the forcing function is x(t) and the initial condition is y(0). If one wishes to modify the system so that the solution becomes -2y(t) for t > 0, we need to
A
change the initial condition to -y(0) and the forcing function to 2x(t)
B
change the initial condition to 2y(0) and the forcing function to -x(t)
C
change the initial condition to j2y(0) and the forcing function to j2x(t)
D
change the initial condition to -2y(0) and the forcing function to -2x(t)

Explanation

Correct : d

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science