1 votes
1
If $A=\begin{bmatrix} cos \alpha & sin \alpha \\ -sin \alpha & cos \alpha \end{bmatrix}$be such that $A +A ^{'}=I$ then the value of $\alpha$ is
3 votes
3
2 votes
5
Consider the following matrix$A=\begin{bmatrix} a&a^{2} &a^{3}-1 \\ b& b^{2} &b^{3}-1 \\ c& c^{2}&c^{3}-1 \end{bmatrix}$if $|A|=0$, then the value of $abc$ is ___________...
3 votes
6
The sum of all the real roots of the equation $|x-2|^{2}+|x-2|-2=0$ is;
2 votes
8
1 votes
9
How many distinguishable permutations of the letters in the word of BANANA are there?$720$$120$$60$$360$
6 votes
10
((x+y)-((x+y)*(x-y)))+((x+y)*(x-y))Is this correct DAG for given expression ?
7 votes
11
How many ways can the letters $\{a,b,c,d,e\}$ be placed into $3$ identical boxes such that no box is empty?
4 votes
12
If X=[x1 x2 x3… xn ]T is an n-tuple non-zero vector. Then m×n matrix V=XXT will be Is orthogonal Having a rank 1. Having a rank n-1 Having a rank zero
8 votes
14
If $A=\left \{ 1,2,3 \right \}$, then number of relations possible on $A$, which are neither reflexive nor symmetric is _____________
3 votes
15
The system of equation x + y + z = 1, 2x + 3y + 4z = 1 and 4x + 5y + 6z = 2 has(a) unique solution (b) infinite solution(c) no solution (d) none of these
0 votes
16
A) ((P->Q)->Q) == P V Q is givenHow i solved((~P V Q) >Q) ~(~P V Q) V Q(P and ~Q) V Q(P V Q) and ( ~Q VQ)(P V Q) and Qafter this.. how to proceed?B) ( P < Q ) == (P...
2 votes
17
0 votes
18
(a+b)*aa(a+b)mininum num of states to represent this
0 votes
20
(4.d) dfa of L (((aa*)* b)*).
2 votes
21
Identify the correct sequence for searching 105 in a binary search tree?a. 500,250,190,220,150,120,105b. 80,800,500,90,270,280,105c. 20,30,80,200,90,120,105d. 30,50,80,20...
3 votes
22
How many states will have the minimal DFA accepting the language L={w|wϵ{0,1}* and contains atleast one 0 and two 1's}a) 6b)7c)8d)12
0 votes
23
construct the minimal DFA for the language L={ 3rd symbol from the R.H.S is 'a'} and ∈={a.b}.
0 votes
24
construct the minimal DFA for the language L={ 3rd symbol from the R.H.S is 'a'} and ∈={a.b}.
3 votes
25
5 votes
26
Look at this series: 8, 6, 9, 23, 87, ... What number should come next?A.128B.226C.324D.429
2 votes
27
Find the number of parse trees which can generate 'a' ?$G\rightarrow ATE / a /\epsilon$$A\rightarrow bT/b/a/\epsilon$$T\rightarrow aE/b/a/\epsilon$$E\rightarrow a/\epsilo...
0 votes
28
The keys 7,3,11,13 are inserted into avl tree .what will be the the root once 12 is inserted into above AVL tree.
5 votes
29
If $A\oplus B=C,$ then:$A\oplus C=B$$B\oplus C=A$$A\oplus B\oplus C=1$$A\oplus B\oplus C=0$