With no limitation, to achieve the maximum area with a fixed perimeter, the shape is a circle, and the area / perimeter ratio would be $\frac{L}{4\pi}$ wh...
Is there a notation for element-wise (or pointwise) operations? For example, take the element-wise product of two vectors x and y (in Matlab, x .* y, in n...
Sorry if this is an ignorant or uninformed question, but I would like to know when I can (or should use) logarithmic differentiation. I haven't taken...
I have a 3D plane defined by three points: $P_0$ , $P_1$ and $P_2$. How to check whether a point $P$ is located right on and inside the 3D triangle? So, f...
If today is Wednesday, what day of the week will it be $100$ days from now? Going forward $1,8,15,\dots,92,99$ days all result in Wednesday. So the $100$t...
I am working on problem 3.2.12 in Hatcher's algebraic topology which asks to show that the spaces $(S^1 \times \mathbb{C}P^{\infty})/(S^1 \times \{x_...
I'd like to know how do I change the known BFS algorithm in order to find all of the connected components of a given graph. The original algorithm st...
Possible Duplicate: Prove this formula for the Fibonacci Sequence How to find the closed form to the fibonacci numbers? I have seen is possible calculate ...