How to find the number of triangles in this figure?
What is the way to find the number of triangles in the figure below? What is the method or logical way to derive this? I am not looking for formulas but p...
What is the way to find the number of triangles in the figure below? What is the method or logical way to derive this? I am not looking for formulas but p...
If I multiply a 3d coordinate (padded with a 1 to make it a 4x1 matrix) with a transformation matrix, I get a 1x4 matrix which contains my new (transforme...
In the case of two vectors $u, v$ with dimensions $n\times 1$, their Hadamard product can be represented by the following matrix multiplication: $$\mathrm...
Give an example to show that when the symmetric closure of the reflexive closure of the transitive closure of a relation is formed, the result is not nece...
I have been wondering about this question since I was in school. How can one number tell so much about the whole matrix being invertible or not? I know th...
Q&A for people studying math at any level and professionals in related fields
Apparently $1+2+3+4+\ldots+n = \dfrac{n\times(n+1)}2$. How? What's the proof? Or maybe it is self apparent just looking at the above? PS: This proble...
if $p,q,r$ are three positive integers prove that $$LCM(p,q,r)=\frac{pqr \times HCF(p,q,r)}{HCF(p,q) \times HCF(q,r) \times HCF(r,p)}$$ I tried in this wa...
Matrices are considered very important in mathematics. What are some examples of applications of matrices to real world problems that would be understanda...
In mathcounts teacher told us to use the formula $ \sin2x=2 \sin x \cos x$. What's the math behind this formula that made it true? Can someone explain?
Is just listed as a true or false question in my book but I was just thinking when this actually is true or false. For instance if f(x) = cx for some c th...
For example, see this Wikipedia section on Newton's laws of motion: Newton's Second Law states that an applied force, $\mathbf F$, on an object ...