

MCQOPTIONS
Saved Bookmarks
This section includes 6 Mcqs, each offering curated multiple-choice questions to sharpen your Matlab knowledge and support exam preparation. Choose a topic below to get started.
1. |
The output of int(x^2,1,3) and quad( x. ^2,1,3) is ________ |
A. | Same |
B. | Different |
C. | Maybe different |
D. | Error |
Answer» C. Maybe different | |
2. |
The function, as an input to the quad command, is given as _______________ |
A. | Symbolic argument |
B. | String argument |
C. | Double argument |
D. | Rational argument |
Answer» C. Double argument | |
3. |
The quad command cannot do ______________ |
A. | Low accuracy integration |
B. | Definite integration |
C. | Any integration |
D. | Indefinite integration |
Answer» E. | |
4. |
The class of the result of an indefinite integration is always _____________ |
A. | Signed |
B. | Double |
C. | Array |
D. | Symbolic |
Answer» E. | |
5. |
How will ex x look like, in MATLAB? |
A. | Infinite series |
B. | expint(x) |
C. | ei(x) |
D. | Error |
Answer» D. Error | |
6. |
The code quad( x.^2 ,-3,2) is same as ___________ |
A. | quad( x.^2 ,-2,3) |
B. | quad( x.^2 ,-3,2) |
C. | quad(x.^2,3,-2) |
D. | quad( x^2 ,-2,-3) |
Answer» B. quad( x.^2 ,-3,2) | |