Materials:

Recent questions tagged functions

2 votes
0 answers
181
Let $f(x)$ mean that function $f$ ,applied to $x$,and $f^{n}(x)$ mean $f(f(........f(x)))$,that is $f$ applied to $x$ ,$n$ times.Let $g(x) = x+1$ and $h_{n}(x)=g^{n}(x).$...
1 votes
0 answers
189
0 votes
0 answers
190
0 votes
0 answers
191
The number of ways possible to form injective function from set A set B where |A| = 3 and |B| = 5 such that pth element of set A cannot match with pthelement of set B are...
1 votes
1 answer
195
Consider the following function$f(x)=\frac{x}{2x+1} , \, x\not= -\frac{1}{2}$Is the function a bijection?Yes, this is a one-to-one function.For onto, let's suppose functi...
0 votes
0 answers
196
0 votes
1 answer
197
Match the following in $\textbf{List-I}$ and $\textbf{List-II}$, for a function $f$ :$\begin{array}{clcl} \text{} & \textbf{List-I} & & \textbf{List-II} \\ \text{(a)} & ...
2 votes
2 answers
198
int f (int n){ if (n==0) return 0; if(n==1) return 1;elsereturn f(n-1)+f(n-2);}Find the upper bound and lower bound to the number of function ...
4 votes
1 answer
201
1 votes
1 answer
202
Since given increasing,so $N'(t)>0$ but what will be $N''(t)$ for the slow rate part?
0 votes
0 answers
203
What is the domain of the function log(log(sinx))?
0 votes
1 answer
204
Determine whether f is a function from the set of all bit strings to the set of integers if f(S) is the smallest integer i such that the ith bit of S is 1 and f(S)=0 when...
3 votes
3 answers
207
The domain of the function $\log (\log \sin(x))$ is:$0<x<$$\pi$$2n$$\pi$$<$$x$$<$$(2n+1)$$\pi$, for $n$ in $N$Empty setNone of the above
0 votes
1 answer
208
Consider function f: N $\rightarrow$ N, where N is a natural number, which of the following function is not one to one but ontoA) f(1)=f(2)=1 f(n)=n-1 B) 2nC) $n^{2}$