1.

What is the symbol used to evaluate the transpose of a vector?(a) “ ^ ”(b) “ * ”(c) “ ‘ ”(d) “ ~ ”I have been asked this question in my homework.This intriguing question originated from Vectors and Matrices in division MATLAB Basics of MATLAB

Answer»

Correct CHOICE is (c) “ ‘ ”

Explanation: It is pre-defined in MATLAB that if we WANT to find the transpose of a vector, we will have to use the “ ‘ ” symbol following the vector or the vector name. “ ^ ” is used to raise the power of a VARIABLE while “ * ” is used for multiplication purposes. “ ~ ” is used to denote not-equal to the OPERATOR which is “ !~ ”. HENCE option “ ‘ ” is correct.



Discussion

No Comment Found

Related InterviewSolutions