1. For matrix A, A-1 A = 1



Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
MCQ->For stable structures, one of the important properties of flexibility and stiffness matrices is that the elements on the main diagonal i) of a stiffness matrix must be positive ii) of a stiffness matrix must be negative iii) of a flexibility matrix must be positive iv) of a flexibility matrix must be negative The correct answer is....
MCQ->Which of the following statement is correct about the program given below? #include<iostream.h> class BixArray { int Matrix[3][3]; public: BixArray() { for(int i = 0; i<3; i++) for(int j = 0; j < 3; j++) Matrix[j][i] = i + j; } void Display(void) { for(int i = 0; i < 3; i++) for(int j = 0; j < 3; j++) cout<< Matrix[j][i] << " "; } }; int main() { BixArray objBix; objBix.Display(); return 0; }....
MCQ->The minor Mij of an n x n matrix is the determinant of (n - 1) x (n - 1) matrix formed by deleting the ith row and j the column of n x n matrix.....
MCQ->Assertion (A): For a reciprocal microwave junction the S matrix is symmetrical.Reason (R): In a symmetrical matrix Sij = Sji.

....
MCQ->Direction : A word is represented by only one set of numbers as given in any one of the alternatives. The sets of numbers given in the alternatives are represented by two classes of albhabets as in two matrices given below. The columns are rows of Matrix I are numbered from 0 to 4 and that of Matrix II are numbered from 5 to 9. A letter from these matrices can be respresented first by its row and next by its column, e.g., 'A' can be represented by 01, 14 etc. and 'O' can be represented by 59,67 etc. similarly, you have to identify the set for the word 'PEARL'....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution