I've tried to setup a password-less ssh b/w A to B and B to A as well. Generated the public and private key using ssh-keygen -trsa on both the machin...
I want to backport package X that depends on Y, so both packages need backporting. First, I backport Y, so it becomes something like Y-a.b~ubuntu123. When...
I am trying to split the screen to view VIM and the terminal at the same time and I am unsure if I am doing something wrong. The directions I've seen...
Let $X_1,\ldots,X_n$ be a sample in a space with PDF $f_X(x; \theta) = \frac{3}{\theta^3}x^2 I(0\le x \le \theta)$ then caclulate the MLE for $\theta$ and...
I want to find the approximate value of $1.01e^{1.01({0.99) }^2}$ by using derivative. I tried choosing x=1 and $\delta x=0.01$ it didnt work. How can I s...
Given $a>0$ prove that $\lim a^{1/n} =1$. One of my tries was to find a number $N \in R / |a^{1/n}-1|< \epsilon, \forall n\ge N$ so I started by $|a...