MCQOPTIONS
Saved Bookmarks
| 1. |
From the following desktop view of workspace, choose the correct code. |
| A. | a=10;b=’pi’;syms c; d=[1,2;0;4]; |
| B. | a=10;b=’pi’;syms c; d=[1,2;0,4];c) a=10;b=pi;syms ( |
| C. | a=10;b=pi;syms (c); d=[1,2;0,4]; |
| D. | a=10;b=’pi’;syms c; d=[1,2;0,4]; |
| Answer» B. a=10;b=’pi’;syms c; d=[1,2;0,4];c) a=10;b=pi;syms ( | |