Recent questions tagged descriptive

1 votes
1 answer
32
1 votes
0 answers
35
Given an input image of size $230 \times 230$ with convolution filter of size $5 \times 5$ and stride $3$. What would be the size of the output?
2 votes
2 answers
36
1 votes
0 answers
40
1 votes
1 answer
42
Consider the following graph.How many nodes (apart from $s$) does the Depth First Search algorithm discover before discovering $t$ when starting from $s.$
1 votes
0 answers
46
Calculate the eigenvalues of matrix $M, M^{-1}, M^{2}$ and $M+2 I$ where\[M=\left[\begin{array}{cc}4 & 5 \\2 & -5\end{array}\right].\]
1 votes
1 answer
47
With no unique solution, solve for $n$ with the following system of equations$$\begin{array}{r}a+b+2 c=3 \\a+2 b+3 c=4 \\a+4 b+n c=6\end{array}$$
1 votes
0 answers
49
3 votes
0 answers
53
1 votes
1 answer
54
Given a tree $\text{T}$ and $\lambda \geq 2$ colours $\left(c_{1}, c_{2}, \ldots, c_{\lambda}\right),$ how many proper colourings of the tree $\text{T}$ are possible?
1 votes
0 answers
55
1 votes
0 answers
56
1 votes
0 answers
57
Derangements are permutations $\pi$ of the set $\{1,2, \ldots, n\}$ such that $\pi(i) \neq i.$ Compute the number of derangements on the set $1,2, \ldots, n$.
1 votes
1 answer
58
1 votes
0 answers
59
Let us say we have a supply of $1$ rupee and $2$ rupee coins in large quantities. What is the generating function for the number of ways of giving change with $1$ rupee a...
2 votes
1 answer
60
A gardener wants to buy $3$ neem plants, $5$ rose plants and $1$ banyan plant from a nursery having $7$ neem, $10$ rose and $6$ banyan plants. How many choices does a gar...