1 votes
2 answers
101
0 votes
2 answers
102
S - AA | BA- BB | S B- c | ab
1 votes
1 answer
104
1 votes
1 answer
106
0 votes
0 answers
107
Consider the fuzzy set Sweet,where "Sweet" = {(1,0),(2,0),(3,0.2),(4,0.4),(5,0.6),(6,0.8),(7,1)(1,0),(2,0),(3,0.2),(4,0.4),(5,0.6),(6,0.8),(7,1)}.Find the corresponding "...
1 votes
1 answer
108
$\begin{bmatrix} 0& 29& 19& 25& 22\\ 20& 0& 21& 23& 21\\ 19& 21& 0& 21& 20\\ 25& 23& 21& 0& 32\\ 22& 21& 20& 22& 0 \end{bmatrix}$Find the shortest tour for given graph us...
1 votes
1 answer
109
1 votes
1 answer
110
Consider the Knapsack incidence with n=3(items) with weights {w1,w2,w3}={2,3,4} and profits are {p1,p2,p3}={1,2,5}Given the capacity is 5,{W/M = 5 } Find the optimal solu...
4 votes
3 answers
111
0 votes
1 answer
113
0 votes
1 answer
116
$\int_{1}^{n}\frac{dt}{log (t)}$
2 votes
0 answers
117
$\int_{1}^{n} \frac{u^{-1/3}}{log u} du$
0 votes
2 answers
118
0 votes
1 answer
120
T(n)= 4T(n//64) + n/log n How to apply Akra Bazi methodHere using akra bazi method p will be 1/3after that how to integrate please tell somebody ?