DAPZOI
Home Topics Quiz Login


Differentiation - Matlab MCQs

Differentiation MCQ : Here you will find MCQ Questions related to "Differentiation" in Matlab. These Differentiation MCQ Questions Will help you to improve your Matlab knowledge and will prepare you for various Examinations like Competitive Exams, Placements, Interviews and other Entrance Exmaniations.




Question 1

MATLAB provides the __________ command for computing symbolic derivatives.

A. difference
B. diff
C. differential
D. None of the above

View Answer


Question 2

Which of the following is first order derivative ?

A. f'(x)
B. f(x)
C. f'(x)
D. f'x

View Answer


Question 3

To compute higher derivatives of a function f, we use the syntax ?

A. diff()
B. diff(n)
C. diff(f,n)
D. diff(fn)

View Answer


Question 4

For a function y = f(x) the points on the graph where the graph has zero slope are called?

A. graphical points
B. locality points
C. differential points
D. stationary points

View Answer


Question 5

Which rule does MATLAB use while differentiating a set of functions?

A. u-v rule
B. by parts
C. no pre-defined rule
D. not possible

View Answer


Question 6

The output for diff(p2,q) is _______

A. 2*p
B. 2 dp/dq
C. Error
D. 0

View Answer


Question 7

While solving a differential equation, MATLAB will show us the ___________

A. General Solution
B. Particular Solution
C. Complementary function
D. Depends on the equation

View Answer


Question 8

stationary points are where f'(x) =?

A. 1
B. -1
C. 0
D. infinity

View Answer


Question 9

The method of differentiation in MATLAB is pertinent for getting __________

A. Higher order differential equations
B. Lower order differential equations
C. A certain ordered differential equation, within a range
D. Any order differential equation

View Answer


Question 10

MATLAB provides the dsolve command for solving differential equations symbolically.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say

View Answer