<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Fame Craze News</title><link>https://pop.com.sg</link><description>Explosive pop stories with broad entertainment appeal.</description><language>en-us</language><lastBuildDate>Fri, 21 Aug 2026 18:44:10 -0400</lastBuildDate><atom:link href="https://pop.com.sg/rss.xml" rel="self" type="application/rss+xml" /><item><title>Normal curve 1.5 standard deviations</title><link>https://pop.com.sg/normal-curve-1-5-standard-deviations.html</link><guid isPermaLink="true">https://pop.com.sg/normal-curve-1-5-standard-deviations.html</guid><description>For a normal curve, how much of the area lies within 1.5 standard deviations of the mean? I already know about the 68–95–99.7 rule, and see that it should be between 68% and 95%. I also know that it ...</description><pubDate>Fri, 21 Aug 2026 22:43:46 -0400</pubDate></item><item><title>Vandermonde determinant from 3-by-3</title><link>https://pop.com.sg/vandermonde-determinant-from-3-by-3.html</link><guid isPermaLink="true">https://pop.com.sg/vandermonde-determinant-from-3-by-3.html</guid><description>I am a novice at math and need help calculating the determinant of the Vandermonde matrix, which is:
$V=\begin{bmatrix}
1&amp;amp;a_1&amp;amp;a_1^2&amp;amp;\dots&amp;amp;a_1^{n-1}\\
1&amp;amp;a_2&amp;amp;a_2^2&amp;amp;\dots&amp;a......</description><pubDate>Fri, 21 Aug 2026 22:40:49 -0400</pubDate></item><item><title>Solving a System of Equations Linear Algebra</title><link>https://pop.com.sg/solving-a-system-of-equations-linear-algebra.html</link><guid isPermaLink="true">https://pop.com.sg/solving-a-system-of-equations-linear-algebra.html</guid><description>For one of my homework problems I have the following system of equations.
$$
\left\{
\begin{array}{c}
x_1+2x_2-2x_3-3x_5+2x_6=-4 \\
-x_4+4x_5+3x_6=-9 \\
x_1+2x_2-5x_5+4x_6=-4
\end{array}
\right......</description><pubDate>Fri, 21 Aug 2026 22:39:06 -0400</pubDate></item><item><title>Calculate singular value decomposition</title><link>https://pop.com.sg/calculate-singular-value-decomposition.html</link><guid isPermaLink="true">https://pop.com.sg/calculate-singular-value-decomposition.html</guid><description>I need to find the reduced singular value decomposition of this matrix.
$$\begin{pmatrix}
-2 &amp;amp; -1 &amp;amp; 2 \\
2 &amp;amp; 1 &amp;amp; -2 \\
\end{pmatrix}
$$
I formed
$$
A^TA=
\begin{pmatrix}
8 &amp;amp; ......</description><pubDate>Fri, 21 Aug 2026 22:37:56 -0400</pubDate></item><item><title>Exponential and power functions through two points</title><link>https://pop.com.sg/exponential-and-power-functions-through-two-points.html</link><guid isPermaLink="true">https://pop.com.sg/exponential-and-power-functions-through-two-points.html</guid><description>I have a problem where I&amp;#039;m asked to determine the constants of exponential and power functions that go through both points (5, 50) and (10, 1600). I have tried to solve them below, but would apprec......</description><pubDate>Fri, 21 Aug 2026 22:30:39 -0400</pubDate></item><item><title>How can three vectors be orthogonal to each other?</title><link>https://pop.com.sg/how-can-three-vectors-be-orthogonal-to-each-other.html</link><guid isPermaLink="true">https://pop.com.sg/how-can-three-vectors-be-orthogonal-to-each-other.html</guid><description>In a scenario, say that: Vectors $\mathbf{U}$, $\mathbf{V}$ and $\mathbf{W}$ are all orthogonal such that the dot product between each of these $(\mathbf{UV}\;\mathbf{VW}\;\mathbf{WU})$ is equal......</description><pubDate>Fri, 21 Aug 2026 22:25:16 -0400</pubDate></item><item><title>Giving a basis for the column space of A</title><link>https://pop.com.sg/giving-a-basis-for-the-column-space-of-a.html</link><guid isPermaLink="true">https://pop.com.sg/giving-a-basis-for-the-column-space-of-a.html</guid><description>Let $A = \begin{bmatrix}3&amp;amp;3&amp;amp;3\\3&amp;amp;5&amp;amp;1\\-2&amp;amp;4&amp;amp;-8\\-2&amp;amp;-4&amp;amp;0\\4&amp;amp;9&amp;amp;-1\end{bmatrix}$
Give a basis for the column space of A
So what I&amp;#039;ve done so far is put it in RR......</description><pubDate>Fri, 21 Aug 2026 22:19:01 -0400</pubDate></item><item><title>Radial and transverse components of velocity and acceleration.</title><link>https://pop.com.sg/radial-and-transverse-components-of-velocity-and-acceleration.html</link><guid isPermaLink="true">https://pop.com.sg/radial-and-transverse-components-of-velocity-and-acceleration.html</guid><description>I need help with this problem: Find (i) the velocity $\dot r(t)$, (ii) the speed $\Vert \dot r(t)\Vert$, (iii) the acceleration $\ddot r(t)$, (iv) the radial and transverse componentes of velo......</description><pubDate>Fri, 21 Aug 2026 22:16:45 -0400</pubDate></item><item><title>Plot absolute error vs step-size as a log-log plot (MATLAB)</title><link>https://pop.com.sg/plot-absolute-error-vs-step-size-as-a-log-log-plot-matlab.html</link><guid isPermaLink="true">https://pop.com.sg/plot-absolute-error-vs-step-size-as-a-log-log-plot-matlab.html</guid><description>I have approximated up to $t=2$ with step sizes $h=(1/2)^{n}$ for $n=1, ... , 10$ using a Runge-Kutta (order 4) MATLAB code. Then, I wrote down the absolute error of $y(2)$. Now, I want to plot the......</description><pubDate>Fri, 21 Aug 2026 22:15:02 -0400</pubDate></item><item><title>How to combine/manipulate two summations into one summation in general?</title><link>https://pop.com.sg/how-to-combine-manipulate-two-summations-into-one-summation-in-general.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-combine-manipulate-two-summations-into-one-summation-in-general.html</guid><description>I always struggle to understand what I can and can&amp;#039;t do with sums. In fact, even when convergence isn&amp;#039;t an issue, I still get confused. What can I do about this problem?
For instance, I am currently ...</description><pubDate>Fri, 21 Aug 2026 22:13:11 -0400</pubDate></item><item><title>Generalizing the Abel Theorem to higher order differential equations</title><link>https://pop.com.sg/generalizing-the-abel-theorem-to-higher-order-differential-equations.html</link><guid isPermaLink="true">https://pop.com.sg/generalizing-the-abel-theorem-to-higher-order-differential-equations.html</guid><description>let $$y&amp;#039;&amp;#039;+p(t)y&amp;#039;+q(t)y=g(t)$$ then By the Abel theorem wronskian equals to :
$$W= c e^{\int p(t)dt}$$
Now We want to generalise this to a 3rd order differential equation where :
$$y&amp;#039;&amp;#039;&amp;#039;+p_1(t)y&amp;#039;&amp;#039;......</description><pubDate>Fri, 21 Aug 2026 22:03:06 -0400</pubDate></item><item><title>Why arctan in radian mode and arctan in degrees mode are different?</title><link>https://pop.com.sg/why-arctan-in-radian-mode-and-arctan-in-degrees-mode-are-different.html</link><guid isPermaLink="true">https://pop.com.sg/why-arctan-in-radian-mode-and-arctan-in-degrees-mode-are-different.html</guid><description>So I&amp;#039;ve been playing around with my calculator.
In degrees mode with my casio calculator, I typed, &quot;$\arctan(1)$&quot; and got an answer of 45.
In radian mode with the same parameter, I got, &quot;0.78539......</description><pubDate>Fri, 21 Aug 2026 22:01:17 -0400</pubDate></item><item><title>Equation of a rectangle</title><link>https://pop.com.sg/equation-of-a-rectangle.html</link><guid isPermaLink="true">https://pop.com.sg/equation-of-a-rectangle.html</guid><description>I need to graph a rectangle on the Cartesian coordinate system. Is there an equation for a rectangle? I can&amp;#039;t find it anywhere....</description><pubDate>Fri, 21 Aug 2026 21:59:28 -0400</pubDate></item><item><title>Is this the right way to prove basic limit identities?</title><link>https://pop.com.sg/is-this-the-right-way-to-prove-basic-limit-identities.html</link><guid isPermaLink="true">https://pop.com.sg/is-this-the-right-way-to-prove-basic-limit-identities.html</guid><description>For example let&amp;#039;s say I wanted to prove that:
$$\lim_{x \to \infty} \frac{1}{x} = 0$$
Normally I would use epsilon-delta for such proofs but then I start out with conditions like:
$|\frac{1}{x} ......</description><pubDate>Fri, 21 Aug 2026 21:56:44 -0400</pubDate></item><item><title>Integration of secant [duplicate]</title><link>https://pop.com.sg/integration-of-secant-duplicate.html</link><guid isPermaLink="true">https://pop.com.sg/integration-of-secant-duplicate.html</guid><description>$$\begin{align}
\int \sec x \, dx
&amp;amp;= \int \cos x \left( \frac{1}{\cos^2x} \right) \, dx \\
&amp;amp;= \int \cos x \left( \frac{1}{1-\sin^2x} \right) \, dx \\
&amp;amp; = \int\cos x\cdot\frac{1}{1-\......</description><pubDate>Fri, 21 Aug 2026 21:52:12 -0400</pubDate></item><item><title>Finding a regular 16-sided polygon whose vertices are lattice points</title><link>https://pop.com.sg/finding-a-regular-16-sided-polygon-whose-vertices-are-lattice-points.html</link><guid isPermaLink="true">https://pop.com.sg/finding-a-regular-16-sided-polygon-whose-vertices-are-lattice-points.html</guid><description>Find a regular equilateral and equiangular 16-sided polygon that has vertices that are lattice points.
What is the minimum side length?
Find the vertices of such a polygon.
Find the area of the po......</description><pubDate>Fri, 21 Aug 2026 21:49:49 -0400</pubDate></item><item><title>Given that $G$ is the centroid of $\Delta ABC$, $GA = 2\sqrt{3}$ , $GB = 2\sqrt{2}$, $GC = 2$ . Find $[\Delta ABC]$.</title><link>https://pop.com.sg/given-that-g-is-the-centroid-of-delta-abc-ga-2-sqrt-3-gb-2-sqrt-2-gc-2.html</link><guid isPermaLink="true">https://pop.com.sg/given-that-g-is-the-centroid-of-delta-abc-ga-2-sqrt-3-gb-2-sqrt-2-gc-2.html</guid><description>Given that $G$ is the centroid of $\Delta ABC$, $GA = 2\sqrt{3}$ , $GB = 2\sqrt{2}$, $GC = 2$ . Find $[\Delta ABC]$.
What I Tried: Here is a picture :-
I know the centroid divides each of the med......</description><pubDate>Fri, 21 Aug 2026 21:44:46 -0400</pubDate></item><item><title>Prove the FHHF theorem using as much abstract non-sense as possible</title><link>https://pop.com.sg/prove-the-fhhf-theorem-using-as-much-abstract-non-sense-as-possible.html</link><guid isPermaLink="true">https://pop.com.sg/prove-the-fhhf-theorem-using-as-much-abstract-non-sense-as-possible.html</guid><description>This is my second attempt to solve exercise 1.6H from Vakil: Assume $F$ is a covariant right-exact functor and show that we get a map $HF^i \rightarrow H^iF$.
Attempt to a solution:
Apply $F$ to ......</description><pubDate>Fri, 21 Aug 2026 21:33:41 -0400</pubDate></item><item><title>What is the general formula for calculating dot and cross products in spherical coordinates?</title><link>https://pop.com.sg/what-is-the-general-formula-for-calculating-dot-and-cross-products-in-.html</link><guid isPermaLink="true">https://pop.com.sg/what-is-the-general-formula-for-calculating-dot-and-cross-products-in-.html</guid><description>I was writing a C++ class for working with 3D vectors. I have written operations in the Cartesian coordinates easily, but I&amp;#039;m stuck and very confused at spherical coordinates. I googled my question......</description><pubDate>Fri, 21 Aug 2026 21:18:31 -0400</pubDate></item><item><title>&quot;Taylor Series&quot; analog for functionals?</title><link>https://pop.com.sg/taylor-series-analog-for-functionals.html</link><guid isPermaLink="true">https://pop.com.sg/taylor-series-analog-for-functionals.html</guid><description>For a function $f(x)$, it is possible to write it as a taylor series centered around a point $x=a$:
$$f(x)=\sum_{n=0}^{\infty}\frac{f^{(n)}(a){(x-a)}^{n}}{n!}=f(a)+f&amp;#039;(a)(x-a)+\frac{f&amp;#039;&amp;#039;(a)(x-a)^{2}......</description><pubDate>Fri, 21 Aug 2026 21:11:26 -0400</pubDate></item><item><title>Understanding the &quot;first step analysis&quot; of absorbing Markov chains</title><link>https://pop.com.sg/understanding-the-first-step-analysis-of-absorbing-markov-chains.html</link><guid isPermaLink="true">https://pop.com.sg/understanding-the-first-step-analysis-of-absorbing-markov-chains.html</guid><description>Consider a time-homogeneous Markov chain $\{X_n\}_{n=0}^\infty$ with the state space state space $S=\{0,1,2\}$ and the following transition probability matrix:
\begin{pmatrix} 1 &amp;amp; 0 &amp;amp; 0 ......</description><pubDate>Fri, 21 Aug 2026 21:10:23 -0400</pubDate></item><item><title>How do you find a vector in the form &lt;a,b&gt; when only the angle and magnitude are given?</title><link>https://pop.com.sg/how-do-you-find-a-vector-in-the-form-a-b-when-only-the-angle-and-magni.html</link><guid isPermaLink="true">https://pop.com.sg/how-do-you-find-a-vector-in-the-form-a-b-when-only-the-angle-and-magni.html</guid><description>How do you find a vector in the form when only the angle and magnitude are given?
Here is an example where an angle of 80 degrees is given along with a magnitude of 3....</description><pubDate>Fri, 21 Aug 2026 21:05:28 -0400</pubDate></item><item><title>Determine the asymptotic curves of the catenoid</title><link>https://pop.com.sg/determine-the-asymptotic-curves-of-the-catenoid.html</link><guid isPermaLink="true">https://pop.com.sg/determine-the-asymptotic-curves-of-the-catenoid.html</guid><description>Let be $X(u,v) = (\cosh v \cos u,\cosh v \sin u, v)$ the parametrization of catenoid. Determine the asymptotic curves of the catenoid.
$\textbf{My attempt:}$
$X_u(u,v) = (-\cosh v \sin u,\cosh v \......</description><pubDate>Fri, 21 Aug 2026 20:51:07 -0400</pubDate></item><item><title>Two vectors are in the same direction if?</title><link>https://pop.com.sg/two-vectors-are-in-the-same-direction-if.html</link><guid isPermaLink="true">https://pop.com.sg/two-vectors-are-in-the-same-direction-if.html</guid><description>Are two vectors in the same direction if their dot product is greater than zero/positive? I know they are orthogonal if their dot product is 0 so they can not be in the same direction. I also read ......</description><pubDate>Fri, 21 Aug 2026 20:48:39 -0400</pubDate></item><item><title>What is growth of a function and growth rate of a function</title><link>https://pop.com.sg/what-is-growth-of-a-function-and-growth-rate-of-a-function.html</link><guid isPermaLink="true">https://pop.com.sg/what-is-growth-of-a-function-and-growth-rate-of-a-function.html</guid><description>I&amp;#039;m trying to figure out what is growth of a function and growth rate of a function means and how should I note it.
As I understand growth rate of f(n) is dominant term of f(n) when n tends to in......</description><pubDate>Fri, 21 Aug 2026 20:48:37 -0400</pubDate></item><item><title>Finding the possible values of x</title><link>https://pop.com.sg/finding-the-possible-values-of-x.html</link><guid isPermaLink="true">https://pop.com.sg/finding-the-possible-values-of-x.html</guid><description>The lengths of a triangle are 5cm, 7cm and x cm. What are the possible values of x?
I don&amp;#039;t know where to start with this question as i don&amp;#039;t thin enough information has been given. With an ans......</description><pubDate>Fri, 21 Aug 2026 20:44:16 -0400</pubDate></item><item><title>Square brackets instead of parens for functions?</title><link>https://pop.com.sg/square-brackets-instead-of-parens-for-functions.html</link><guid isPermaLink="true">https://pop.com.sg/square-brackets-instead-of-parens-for-functions.html</guid><description>Why are sometimes square brackets used to apply parameters to functions instead of the usual round parentheses?
For instance, in my probability course, they use $\text{P}[X]$ to denote the probabi......</description><pubDate>Fri, 21 Aug 2026 20:41:47 -0400</pubDate></item><item><title>Probability of (A u B u C)?</title><link>https://pop.com.sg/probability-of-a-u-b-u-c.html</link><guid isPermaLink="true">https://pop.com.sg/probability-of-a-u-b-u-c.html</guid><description>Event A and B are independent, A and C are mutually exclusive, B and C are independent. Given:
$\Pr(A) = 1/2$
$\Pr(B) = 1/4$
$\Pr(C) = 1/8$
Find $P(A \cup B \cup C)$ ?
The teacher gave the answe......</description><pubDate>Fri, 21 Aug 2026 20:19:49 -0400</pubDate></item><item><title>Using the logarithm product rule with a coefficient</title><link>https://pop.com.sg/using-the-logarithm-product-rule-with-a-coefficient.html</link><guid isPermaLink="true">https://pop.com.sg/using-the-logarithm-product-rule-with-a-coefficient.html</guid><description>I&amp;#039;m trying to solve this logarithmic expression: $\left(\dfrac{\left(\log_6(27)+2\log_6(2)\right)}{\log_6\sqrt[3]{0.25}+\log_6(\frac{1}{3})}\right)^{\!2}$
But after a couple of steps, I got st......</description><pubDate>Fri, 21 Aug 2026 20:16:28 -0400</pubDate></item><item><title>Why is it enough for a Tangent Plane to only agree with the slope of an $m$-input function in $m$ directions?</title><link>https://pop.com.sg/why-is-it-enough-for-a-tangent-plane-to-only-agree-with-the-slope-of-a.html</link><guid isPermaLink="true">https://pop.com.sg/why-is-it-enough-for-a-tangent-plane-to-only-agree-with-the-slope-of-a.html</guid><description>Thanks for reading.
Short Version
Why is it enough for the tangent plane to only agree with the slope of a differentiable 2-input function in the $x$ and $y$ directions at a certain point for it to......</description><pubDate>Fri, 21 Aug 2026 20:05:42 -0400</pubDate></item><item><title>(definite integral) area between two trig functions</title><link>https://pop.com.sg/definite-integral-area-between-two-trig-functions.html</link><guid isPermaLink="true">https://pop.com.sg/definite-integral-area-between-two-trig-functions.html</guid><description>I&amp;#039;m trying to figure out how to find the area between two trig functions. I know the procedure of integration here, finding the difference between two functions and integrating across whatever inte......</description><pubDate>Fri, 21 Aug 2026 20:04:49 -0400</pubDate></item><item><title>What is the difference between $\arg\max$ and $\max$?</title><link>https://pop.com.sg/what-is-the-difference-between-arg-max-and-max.html</link><guid isPermaLink="true">https://pop.com.sg/what-is-the-difference-between-arg-max-and-max.html</guid><description>What is the exact difference between $\arg\max$ and $\max$ of a function?
Is it right to say the following? $\arg\max f(x)$ is nothing but the value of $x$ for which the value of the function is ...</description><pubDate>Fri, 21 Aug 2026 20:00:19 -0400</pubDate></item><item><title>Opposite of Factorial? [duplicate]</title><link>https://pop.com.sg/opposite-of-factorial-duplicate.html</link><guid isPermaLink="true">https://pop.com.sg/opposite-of-factorial-duplicate.html</guid><description>Possible Duplicate: Is there a way to solve for an unknown in a factorial?
I was just wondering, what would be the opposite of factorial?
For example, If I had $n! = 120$. How can I then show ...</description><pubDate>Fri, 21 Aug 2026 19:51:31 -0400</pubDate></item><item><title>Cardinality of all cardinalities</title><link>https://pop.com.sg/cardinality-of-all-cardinalities.html</link><guid isPermaLink="true">https://pop.com.sg/cardinality-of-all-cardinalities.html</guid><description>Let $C = \{0, 1, 2, \ldots, \aleph_0, \aleph_1, \aleph_2, \ldots\}$. What is $\left|C\right|$? Or is it even well-defined?...</description><pubDate>Fri, 21 Aug 2026 19:50:46 -0400</pubDate></item><item><title>maximum spanning tree</title><link>https://pop.com.sg/maximum-spanning-tree.html</link><guid isPermaLink="true">https://pop.com.sg/maximum-spanning-tree.html</guid><description>I wonder how to prove that given a Minimum Spanning Tree of a graph, the other spanning tree with the least common edge with Minimum Spanning Tree is always Maximum Spanning tree....</description><pubDate>Fri, 21 Aug 2026 19:34:07 -0400</pubDate></item><item><title>An interesting Cubic equation $x^3-3x-1=0$</title><link>https://pop.com.sg/an-interesting-cubic-equation-x-3-3x-1-0.html</link><guid isPermaLink="true">https://pop.com.sg/an-interesting-cubic-equation-x-3-3x-1-0.html</guid><description>For the cubic equation $x^3-3x-1=0$, you can check it has three real roots by calculus knowledge. Let them be $x_1&amp;lt;x_2&amp;lt;x_3$. Now prove that
$$x_3^2-x_2^2=x_3-x_1.$$
It is not difficult to ch......</description><pubDate>Fri, 21 Aug 2026 19:34:03 -0400</pubDate></item><item><title>How can I prove that every group of $N = 255$ elements is commutative?</title><link>https://pop.com.sg/how-can-i-prove-that-every-group-of-n-255-elements-is-commutative.html</link><guid isPermaLink="true">https://pop.com.sg/how-can-i-prove-that-every-group-of-n-255-elements-is-commutative.html</guid><description>There was previous task was same but with $N = 185$. And I prove it by showing that number of Sylow subgroups is 1 for every prime $p\mid N$. But there I have some options $N_5 \in \{1, 51\}$, $N_{......</description><pubDate>Fri, 21 Aug 2026 19:28:27 -0400</pubDate></item><item><title>Definition of Linear Differential Equation</title><link>https://pop.com.sg/definition-of-linear-differential-equation.html</link><guid isPermaLink="true">https://pop.com.sg/definition-of-linear-differential-equation.html</guid><description>I am a 13 year old self teaching myself Differential Equations from a website and a book, I came across the definition of a Linear Differential Equation but I didn&amp;#039;t understand the definition, I lo......</description><pubDate>Fri, 21 Aug 2026 19:25:53 -0400</pubDate></item><item><title>Does there exist a group isomorphism from Z to ZxZ?</title><link>https://pop.com.sg/does-there-exist-a-group-isomorphism-from-z-to-zxz.html</link><guid isPermaLink="true">https://pop.com.sg/does-there-exist-a-group-isomorphism-from-z-to-zxz.html</guid><description>I know that $\mathbb Z$ and $\mathbb{Z}\times\mathbb{Z}$ have the same cardinality because you can create a bijection between the two. The example I was taught is Cantor&amp;#039;s pairing function, which m......</description><pubDate>Fri, 21 Aug 2026 19:16:11 -0400</pubDate></item><item><title>Finding a joint probability density function given marginal probability density functions</title><link>https://pop.com.sg/finding-a-joint-probability-density-function-given-marginal-probabilit.html</link><guid isPermaLink="true">https://pop.com.sg/finding-a-joint-probability-density-function-given-marginal-probabilit.html</guid><description>X and Y are independent random variables with the following PDFs:
$f_{x}(x) = \begin{cases}
(1/3)e^{-x/3}, &amp;amp; x \geq\text{ 0} \\
0, &amp;amp; \text{otherwise}
\end{cases}$
$f_{y}(y) = \begin{cases......</description><pubDate>Fri, 21 Aug 2026 19:13:07 -0400</pubDate></item><item><title>How many subsets can be made with a set of $N$ items?</title><link>https://pop.com.sg/how-many-subsets-can-be-made-with-a-set-of-n-items.html</link><guid isPermaLink="true">https://pop.com.sg/how-many-subsets-can-be-made-with-a-set-of-n-items.html</guid><description>If you have a set of $N$ items, how many subsets can you make?
For example, for the set existing of $3$ items (Item1, Item2 and Item3) the subsets are Item1, Item2, Item3, Item2+3, Item1+2, Item1+......</description><pubDate>Fri, 21 Aug 2026 19:09:56 -0400</pubDate></item><item><title>Understanding the formula for stereographic projection of a point.</title><link>https://pop.com.sg/understanding-the-formula-for-stereographic-projection-of-a-point.html</link><guid isPermaLink="true">https://pop.com.sg/understanding-the-formula-for-stereographic-projection-of-a-point.html</guid><description>I was wondering about the equation of line I can write which can help me finding the coordinates of Point $P&amp;#039;$ in relation with coordinates of points on the sphere that is $P$.
Let the $P&amp;#039;(X,Y)$, ......</description><pubDate>Fri, 21 Aug 2026 19:01:08 -0400</pubDate></item><item><title>Calculator/Tool to find subgroup of $S_n$ generated by $\langle g_1 \dots g_k \rangle$</title><link>https://pop.com.sg/calculator-tool-to-find-subgroup-of-s-n-generated-by-langle-g-1-dots-g.html</link><guid isPermaLink="true">https://pop.com.sg/calculator-tool-to-find-subgroup-of-s-n-generated-by-langle-g-1-dots-g.html</guid><description>does anyone know an online utility tool that computes the subgroup of the symmetric group generated by generators, for example, I want the program to tell me
$$
\langle (13)(24), (13) \rangle = \{......</description><pubDate>Fri, 21 Aug 2026 18:59:58 -0400</pubDate></item><item><title>sketch the graph of the integrand function and use it to help evaluate the integral.</title><link>https://pop.com.sg/sketch-the-graph-of-the-integrand-function-and-use-it-to-help-evaluate.html</link><guid isPermaLink="true">https://pop.com.sg/sketch-the-graph-of-the-integrand-function-and-use-it-to-help-evaluate.html</guid><description>sketch the graph of the integrand function and use it to help evaluate the integral.
integration from(1 , -1) |x|-1
I think I can evaluate the integration
f(x) = 1/2 x^2 -x+c
but how sketch the ...</description><pubDate>Fri, 21 Aug 2026 18:44:35 -0400</pubDate></item><item><title>How to rewrite logarithmic equation in exponential form?</title><link>https://pop.com.sg/how-to-rewrite-logarithmic-equation-in-exponential-form.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-rewrite-logarithmic-equation-in-exponential-form.html</guid><description>How would I rewrite this logarithmic equation: $\ln(37)= 3.6109$, in exponential form?
-Thanks...</description><pubDate>Fri, 21 Aug 2026 18:38:00 -0400</pubDate></item><item><title>Transformation Matrix for rotation around a point that is not the origin</title><link>https://pop.com.sg/transformation-matrix-for-rotation-around-a-point-that-is-not-the-orig.html</link><guid isPermaLink="true">https://pop.com.sg/transformation-matrix-for-rotation-around-a-point-that-is-not-the-orig.html</guid><description>I need to find the matrix that rotates an arbitrary point around
$\begin{bmatrix}5 \\6\end{bmatrix}$ by 35* anticlockwise.
I figure I need to first move the plane to centre it at the origin, perfo......</description><pubDate>Fri, 21 Aug 2026 18:33:17 -0400</pubDate></item><item><title>Does such a natural number exist, that it would be divisible by every other natural number</title><link>https://pop.com.sg/does-such-a-natural-number-exist-that-it-would-be-divisible-by-every-o.html</link><guid isPermaLink="true">https://pop.com.sg/does-such-a-natural-number-exist-that-it-would-be-divisible-by-every-o.html</guid><description>I&amp;#039;ve got to prove (or disprove) the following statement:
$\exists x \in \mathbb{N} \; \forall y \in \mathbb{N}: y \mid x$,
which translates into &quot;It exists such $x$ from the set of natural numbers, ...</description><pubDate>Fri, 21 Aug 2026 18:28:57 -0400</pubDate></item><item><title>Polar plot $r = 1-2\cos(6\theta)$</title><link>https://pop.com.sg/polar-plot-r-1-2-cos-6-theta.html</link><guid isPermaLink="true">https://pop.com.sg/polar-plot-r-1-2-cos-6-theta.html</guid><description>I have a task for school and we need to plot a polar function with MATLAB. The function is $r = 1-2\cos(6\theta)$.
I did this and I&amp;#039;m getting exactly the same as on Wolfram Alpha: https://www....</description><pubDate>Fri, 21 Aug 2026 18:08:26 -0400</pubDate></item><item><title>How to define addition through multiplication?</title><link>https://pop.com.sg/how-to-define-addition-through-multiplication.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-define-addition-through-multiplication.html</guid><description>One might define multiplication $\bullet$ on $\mathbb Z$ as follows:
$\bullet: \mathbb Z\times \mathbb N\ni (a,b) \mapsto a+\cdots+a\in \mathbb Z$ where we add $b$ times.
But suppose we are in a ...</description><pubDate>Fri, 21 Aug 2026 17:54:11 -0400</pubDate></item><item><title>When finding relative minimum/maximum, what is the point of using the second derivative test?</title><link>https://pop.com.sg/when-finding-relative-minimum-maximum-what-is-the-point-of-using-the-s.html</link><guid isPermaLink="true">https://pop.com.sg/when-finding-relative-minimum-maximum-what-is-the-point-of-using-the-s.html</guid><description>Why use the second derivative test over the first derivative test when finding maxima and minima if it&amp;#039;s uncertain what $f&amp;#039;&amp;#039;(x) = 0$ is? Why not just always use the first derivative since we need t......</description><pubDate>Fri, 21 Aug 2026 17:50:16 -0400</pubDate></item><item><title>Stochastic Leibniz Rule</title><link>https://pop.com.sg/stochastic-leibniz-rule.html</link><guid isPermaLink="true">https://pop.com.sg/stochastic-leibniz-rule.html</guid><description>I have come up with the following Leibniz stochastic rule and I want to check that:
The result is correct;
The proof is right.
Statement: let $f(\cdot,t):s \rightarrow f(s,t)$, $s \in \mathbb{R}^......</description><pubDate>Fri, 21 Aug 2026 17:49:26 -0400</pubDate></item><item><title>How to get rid of this exponentiation</title><link>https://pop.com.sg/how-to-get-rid-of-this-exponentiation.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-get-rid-of-this-exponentiation.html</guid><description>I would like to remove exponentiation in this equation $y=x^t$ and use only multiplication or division. I have $x, t$ and $\ln(x)$. Is it possible?...</description><pubDate>Fri, 21 Aug 2026 17:47:13 -0400</pubDate></item><item><title>Finding area of shaded region on graph</title><link>https://pop.com.sg/finding-area-of-shaded-region-on-graph.html</link><guid isPermaLink="true">https://pop.com.sg/finding-area-of-shaded-region-on-graph.html</guid><description>With the three equations provided, I can find the coordinates of intersection. However, I have no idea how to find the height as there isnt any right angles. The graph is apparently a triangle, how......</description><pubDate>Fri, 21 Aug 2026 17:38:16 -0400</pubDate></item><item><title>Perpendicular from incenter of a triangle to any side is equal to the radius of the incircle</title><link>https://pop.com.sg/perpendicular-from-incenter-of-a-triangle-to-any-side-is-equal-to-the-.html</link><guid isPermaLink="true">https://pop.com.sg/perpendicular-from-incenter-of-a-triangle-to-any-side-is-equal-to-the-.html</guid><description>Given a triangle $ABC$ with incenter $I$, it is said that the perpendicular line segment from $I$ to any of the sides $AB$, $AC$, or $BC$ is equal to the radius of the incircle. (See the second pic......</description><pubDate>Fri, 21 Aug 2026 17:30:21 -0400</pubDate></item><item><title>How to solve a linear system in matrix form using Laplace transform?</title><link>https://pop.com.sg/how-to-solve-a-linear-system-in-matrix-form-using-laplace-transform.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-solve-a-linear-system-in-matrix-form-using-laplace-transform.html</guid><description>How to solve this linear system using Laplace transform?
$$\mathbf X&amp;#039;(t)=\left[\begin{array}{r,r,r}-3&amp;amp;0&amp;amp;2\\1&amp;amp;-1&amp;amp;0\\-2&amp;amp;-1&amp;amp;0\end{array}\right]\mathbf X(t); ~~~~~~~~\mathbf X(0)=\...</description><pubDate>Fri, 21 Aug 2026 17:17:06 -0400</pubDate></item><item><title>Probability of trifecta box bet</title><link>https://pop.com.sg/probability-of-trifecta-box-bet.html</link><guid isPermaLink="true">https://pop.com.sg/probability-of-trifecta-box-bet.html</guid><description>In a horse race there are 10 horses. Bob wants to make a &quot;trifecta Box bet&quot;. A trifecta box bet is when you choose the first three horses that finish the race in ANY order.
What is the probability ......</description><pubDate>Fri, 21 Aug 2026 17:13:53 -0400</pubDate></item><item><title>Proving $\theta &lt; \tan\theta$ with geometry [closed]</title><link>https://pop.com.sg/proving-theta-tan-theta-with-geometry-closed.html</link><guid isPermaLink="true">https://pop.com.sg/proving-theta-tan-theta-with-geometry-closed.html</guid><description>I&amp;#039;m looking for a simple geometrical method of proving that
$$\theta &amp;lt; \tan\theta$$
for $0 &amp;lt; \theta &amp;lt; \frac{\pi}{2}$.
I am able to prove that $\sin\theta &amp;lt; \theta$....</description><pubDate>Fri, 21 Aug 2026 17:11:20 -0400</pubDate></item><item><title>Is Dijkstra&amp;#039;s algorithm optimal for unweighted graphs?</title><link>https://pop.com.sg/is-dijkstra-039-s-algorithm-optimal-for-unweighted-graphs.html</link><guid isPermaLink="true">https://pop.com.sg/is-dijkstra-039-s-algorithm-optimal-for-unweighted-graphs.html</guid><description>Dijkstra&amp;#039;s algorithm is a very good approach to the shortest path problem. But is it optimal? Are there better algorithms for unweighted graphs?...</description><pubDate>Fri, 21 Aug 2026 17:04:49 -0400</pubDate></item><item><title>Orthonormal basis of the column space of a matrix</title><link>https://pop.com.sg/orthonormal-basis-of-the-column-space-of-a-matrix.html</link><guid isPermaLink="true">https://pop.com.sg/orthonormal-basis-of-the-column-space-of-a-matrix.html</guid><description>Find an orthonormal basis of the column space of the matrix $$\begin{pmatrix}1 &amp;amp; -1 &amp;amp; 2 &amp;amp; 3\\
-1 &amp;amp; 1 &amp;amp; -3 &amp;amp; 2\\
2 &amp;amp; -2 &amp;amp; 5 &amp;amp; -5 \end{pmatrix}.$$
I found the row ...</description><pubDate>Fri, 21 Aug 2026 16:48:22 -0400</pubDate></item><item><title>Which rational primes less than 50 are also Gaussian primes?</title><link>https://pop.com.sg/which-rational-primes-less-than-50-are-also-gaussian-primes.html</link><guid isPermaLink="true">https://pop.com.sg/which-rational-primes-less-than-50-are-also-gaussian-primes.html</guid><description>Which rational primes less than 50 are also Gaussian primes?
My attempt: First we need to list all of the rational prime numbers that are less than $50$
$1,2,3,5,7,11,13,17,19,23,29,31,37,39,41,4......</description><pubDate>Fri, 21 Aug 2026 16:30:07 -0400</pubDate></item><item><title>use duplex method to find square root of given number</title><link>https://pop.com.sg/use-duplex-method-to-find-square-root-of-given-number.html</link><guid isPermaLink="true">https://pop.com.sg/use-duplex-method-to-find-square-root-of-given-number.html</guid><description>I was reading this Wikipedia page about finding square root of given number.
But I did&amp;#039;t understand the section on the &quot;Vedic duplex method&quot;.
Not because of lack of English vocabulary, but main ...</description><pubDate>Fri, 21 Aug 2026 16:29:17 -0400</pubDate></item><item><title>Formal definition of plane</title><link>https://pop.com.sg/formal-definition-of-plane.html</link><guid isPermaLink="true">https://pop.com.sg/formal-definition-of-plane.html</guid><description>The formal definition of plane says that:
A plane is a set of points such that if any two points are taken on it, all the points lying on the line joining these two points also lie on the plane.
......</description><pubDate>Fri, 21 Aug 2026 16:24:09 -0400</pubDate></item><item><title>On a scale of 1 to 10, how likely is it that this question is using binary? [closed]</title><link>https://pop.com.sg/on-a-scale-of-1-to-10-how-likely-is-it-that-this-question-is-using-bin.html</link><guid isPermaLink="true">https://pop.com.sg/on-a-scale-of-1-to-10-how-likely-is-it-that-this-question-is-using-bin.html</guid><description>I just read this interesting xkcd strip:
At first I thought it was funny, but as I got to ruminate a little over it, I was surprised to be unable to find an answer. As Karolis Juodelė pointed out,......</description><pubDate>Fri, 21 Aug 2026 16:06:25 -0400</pubDate></item><item><title>What do the $p$ and $q$ stand for in this quadratic formula?</title><link>https://pop.com.sg/what-do-the-p-and-q-stand-for-in-this-quadratic-formula.html</link><guid isPermaLink="true">https://pop.com.sg/what-do-the-p-and-q-stand-for-in-this-quadratic-formula.html</guid><description>I study Computer Science in a German university and they use another formula to solve the quadratic equations. They call it the P-Q-Formel.
I&amp;#039;m used to this formula. While the Germans use this on......</description><pubDate>Fri, 21 Aug 2026 15:55:43 -0400</pubDate></item><item><title>How to determine if a linear system is solvable</title><link>https://pop.com.sg/how-to-determine-if-a-linear-system-is-solvable.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-determine-if-a-linear-system-is-solvable.html</guid><description>I have this problem
$$\begin{array}{rcccccl}
3x &amp;amp;-&amp;amp;y &amp;amp;+&amp;amp; 2z &amp;amp;=&amp;amp; 2\\
2x &amp;amp;+&amp;amp; y &amp;amp;+&amp;amp; z &amp;amp;=&amp;amp; -1\\
x &amp;amp;+&amp;amp; 3y &amp;amp; &amp;amp; &amp;amp;=&amp;amp;-1
\end{array......</description><pubDate>Fri, 21 Aug 2026 15:55:23 -0400</pubDate></item><item><title>Why does the symbol for the multiplication operation change shape?</title><link>https://pop.com.sg/why-does-the-symbol-for-the-multiplication-operation-change-shape.html</link><guid isPermaLink="true">https://pop.com.sg/why-does-the-symbol-for-the-multiplication-operation-change-shape.html</guid><description>Why does the &quot;$\times$&quot; used in arithmetic change to a &quot;$\cdot$&quot; as we progress through education? The symbol seems to only be ambiguous because of the variable $x$; however, we wouldn&amp;#039;t have chose......</description><pubDate>Fri, 21 Aug 2026 15:47:57 -0400</pubDate></item><item><title>What is an algebra?</title><link>https://pop.com.sg/what-is-an-algebra.html</link><guid isPermaLink="true">https://pop.com.sg/what-is-an-algebra.html</guid><description>Is an algebra or &amp;#039;a algebra&amp;#039; the same thing as an algebraic structure?
Or does it have a different meaning?
Thanks...</description><pubDate>Fri, 21 Aug 2026 15:47:50 -0400</pubDate></item><item><title>What is the best way to solve modular arithmetic equations such as $9x \equiv 33 \pmod{43}$?</title><link>https://pop.com.sg/what-is-the-best-way-to-solve-modular-arithmetic-equations-such-as-9x-.html</link><guid isPermaLink="true">https://pop.com.sg/what-is-the-best-way-to-solve-modular-arithmetic-equations-such-as-9x-.html</guid><description>What is the best way to solve equations like the following:
$9x \equiv 33 \pmod{43}$
The only way I know would be to try all multiples of $43$ and $9$ and compare until I get $33$ for the remaind......</description><pubDate>Fri, 21 Aug 2026 15:45:24 -0400</pubDate></item><item><title>Prove $\lim_{x\to3}\frac{x^2 - 9}{x - 3} = 6$ using $\delta-\epsilon$ definition of limit</title><link>https://pop.com.sg/prove-lim-x-to3-frac-x-2-9-x-3-6-using-delta-epsilon-definition-of-lim.html</link><guid isPermaLink="true">https://pop.com.sg/prove-lim-x-to3-frac-x-2-9-x-3-6-using-delta-epsilon-definition-of-lim.html</guid><description>I need to prove that the $$\lim_{x\to3}\frac{x^2 - 9}{x - 3} = 6$$ using $\delta-\epsilon$ definition of limit.
Now, I have started with a discussion, saying that what we want is that if $\left| x......</description><pubDate>Fri, 21 Aug 2026 15:41:27 -0400</pubDate></item><item><title>Why does $\ln x / \ln b = \log_b x$?</title><link>https://pop.com.sg/why-does-ln-x-ln-b-log-b-x.html</link><guid isPermaLink="true">https://pop.com.sg/why-does-ln-x-ln-b-log-b-x.html</guid><description>I&amp;#039;m doing some Java code. As far as I can tell, Java only has functions that do natural log and base $10$ log. I have a requirement to specify the base. I&amp;#039;ve seen that doing $\ln x/ \ln b$ is th......</description><pubDate>Fri, 21 Aug 2026 15:39:59 -0400</pubDate></item><item><title>What are linear homogeneous and non-homoegenous recurrence relations?</title><link>https://pop.com.sg/what-are-linear-homogeneous-and-non-homoegenous-recurrence-relations.html</link><guid isPermaLink="true">https://pop.com.sg/what-are-linear-homogeneous-and-non-homoegenous-recurrence-relations.html</guid><description>According to my book, a linear homogeneous recurrence of order $k$ is expressed this way:
$$A_0a_n+A_1a_{n-1}+A_2a_{n-2}+\cdots+A_ka_{n-k}=0$$
While a linear non-homogeneous recurrence of order $k$......</description><pubDate>Fri, 21 Aug 2026 15:38:31 -0400</pubDate></item><item><title>What is the logic behind the digit sum formula?</title><link>https://pop.com.sg/what-is-the-logic-behind-the-digit-sum-formula.html</link><guid isPermaLink="true">https://pop.com.sg/what-is-the-logic-behind-the-digit-sum-formula.html</guid><description>The digit sum of a number is the sum of the digits in the number. Let $n$ be a natural number.
Then the digit sum of $n$ is $S(n)=\displaystyle\sum_{k=0}^{\lfloor{\log_{10} n}\rfloor}\frac{1}{10^k......</description><pubDate>Fri, 21 Aug 2026 15:38:03 -0400</pubDate></item><item><title>Boolean expression of 3 input xor gate</title><link>https://pop.com.sg/boolean-expression-of-3-input-xor-gate.html</link><guid isPermaLink="true">https://pop.com.sg/boolean-expression-of-3-input-xor-gate.html</guid><description>how is it equal
$A$ xor $B$ xor $C = A&amp;#039;BC&amp;#039; + AB&amp;#039;C&amp;#039; + A&amp;#039;B&amp;#039;C + ABC.$
can someone explain using with boolean algebra rules....</description><pubDate>Fri, 21 Aug 2026 15:35:34 -0400</pubDate></item><item><title>Intuition of the meaning of homology groups</title><link>https://pop.com.sg/intuition-of-the-meaning-of-homology-groups.html</link><guid isPermaLink="true">https://pop.com.sg/intuition-of-the-meaning-of-homology-groups.html</guid><description>I am studying homology groups and I am looking to try and develop, if possible, a little more intuition about what they actually mean. I&amp;#039;ve only been studying homology for a short while, so if poss......</description><pubDate>Fri, 21 Aug 2026 15:34:08 -0400</pubDate></item><item><title>Show that each character of $G$ which is zero for all $g \ne 1$ is an integral multiple of the character $r_G$ of the regular representation</title><link>https://pop.com.sg/show-that-each-character-of-g-which-is-zero-for-all-g-ne-1-is-an-integ.html</link><guid isPermaLink="true">https://pop.com.sg/show-that-each-character-of-g-which-is-zero-for-all-g-ne-1-is-an-integ.html</guid><description>This is a question from J.P.Serre&amp;#039;s book &amp;#039;Linear representation of finite groups&amp;#039;,section 2.4
The question: Let $G$ be a finite group. Show that each character of $G$ which is zero for all $g \ne ......</description><pubDate>Fri, 21 Aug 2026 15:27:38 -0400</pubDate></item><item><title>How to write integral</title><link>https://pop.com.sg/how-to-write-integral.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-write-integral.html</guid><description>When solving a integral problem domain $[x_1,x_2]$, I start with writing down this:
$$\int_{x_1}^{x_2} f(x) dx = F(x_2) - F(x_1).$$
Then I calculate the $F(x)$ and fill in the respected $x_1$ and $......</description><pubDate>Fri, 21 Aug 2026 15:24:29 -0400</pubDate></item><item><title>Finding Taylor Series of Indefinite Integral $\cos(x^2)$ around $x = 0$</title><link>https://pop.com.sg/finding-taylor-series-of-indefinite-integral-cos-x-2-around-x-0.html</link><guid isPermaLink="true">https://pop.com.sg/finding-taylor-series-of-indefinite-integral-cos-x-2-around-x-0.html</guid><description>How would I find the Taylor series around $x = 0$ for this integral?
$$\int \cos(x^2)$$
My first point of confusion is if it is around $x = 0$, doesn&amp;#039;t that make it a Maclaurin series?
Would I go a......</description><pubDate>Fri, 21 Aug 2026 15:24:01 -0400</pubDate></item><item><title>Probability of sampling with and without replacement</title><link>https://pop.com.sg/probability-of-sampling-with-and-without-replacement.html</link><guid isPermaLink="true">https://pop.com.sg/probability-of-sampling-with-and-without-replacement.html</guid><description>In sampling without replacement the probability of any fixed element in the population to be included in a random sample of size $r$ is $\frac{r}{n}$. In sampling with replacement the corresponding ...</description><pubDate>Fri, 21 Aug 2026 15:18:50 -0400</pubDate></item><item><title>How to solve this elliptic integral ??</title><link>https://pop.com.sg/how-to-solve-this-elliptic-integral.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-solve-this-elliptic-integral.html</guid><description>Can anyone explain to me how to find the integral ?
$$ \int_0^1\sqrt{9x^4+4x^2+1}dx =? $$...</description><pubDate>Fri, 21 Aug 2026 15:16:13 -0400</pubDate></item><item><title>Finding maximum rate of change of a function of two variables</title><link>https://pop.com.sg/finding-maximum-rate-of-change-of-a-function-of-two-variables.html</link><guid isPermaLink="true">https://pop.com.sg/finding-maximum-rate-of-change-of-a-function-of-two-variables.html</guid><description>Consider the surface $h(x,y) = 1+2x\sqrt{y}$
(i) Find the maximum rate of change of $h$ at $(3,4)$.
(ii) Find the (two) directions one could begin to move to stay level if one is standing on the ...</description><pubDate>Fri, 21 Aug 2026 15:03:18 -0400</pubDate></item><item><title>Simplifying $\cos(x) \times \cos(y)$</title><link>https://pop.com.sg/simplifying-cos-x-times-cos-y.html</link><guid isPermaLink="true">https://pop.com.sg/simplifying-cos-x-times-cos-y.html</guid><description>So I got a problem wrong on my homework because I simplified $\cos (x) \times \cos (y)$ to be $\cos (xy)$, and my teacher wrote on my paper that it can&amp;#039;t be simplified. I was wondering if anyone co......</description><pubDate>Fri, 21 Aug 2026 15:01:35 -0400</pubDate></item><item><title>Algorithm to compute Newton polynomial derivative</title><link>https://pop.com.sg/algorithm-to-compute-newton-polynomial-derivative.html</link><guid isPermaLink="true">https://pop.com.sg/algorithm-to-compute-newton-polynomial-derivative.html</guid><description>I&amp;#039;m unable to find a clean solution to this problem and hope someone here can help me.
Given a list of x-values: $x_0, x_1, x_2, ... x_n$ and a value $x$, I want to determine the accompanying parts......</description><pubDate>Fri, 21 Aug 2026 14:50:57 -0400</pubDate></item><item><title>Dot product of two vectors squared identity</title><link>https://pop.com.sg/dot-product-of-two-vectors-squared-identity.html</link><guid isPermaLink="true">https://pop.com.sg/dot-product-of-two-vectors-squared-identity.html</guid><description>Does the following equation hold true in general?
$$
(a^Tb )^ 2 = (a^T b b^T a)
$$
Where $a, b \in R^n$ are vectors of the same size n=1, 2, ...
I know it&amp;#039;s true in n=1 and n=2 because I manua......</description><pubDate>Fri, 21 Aug 2026 14:41:37 -0400</pubDate></item><item><title>Is the gradient operator surjective?</title><link>https://pop.com.sg/is-the-gradient-operator-surjective.html</link><guid isPermaLink="true">https://pop.com.sg/is-the-gradient-operator-surjective.html</guid><description>Let $\Omega \subset \mathbb{R}^{n}$ be open and bounded with Lipschitz
boundary. Is the gradient operator $\nabla :H^{1} ( \Omega ) \rightarrow L^{2}
( \Omega )$ surjective? Here $H^{1} ( \Omega ) ......</description><pubDate>Fri, 21 Aug 2026 14:39:45 -0400</pubDate></item><item><title>Taylor Expansion of sine and cosine</title><link>https://pop.com.sg/taylor-expansion-of-sine-and-cosine.html</link><guid isPermaLink="true">https://pop.com.sg/taylor-expansion-of-sine-and-cosine.html</guid><description>Here: Is there a formula for sine and cosine?, one of the answers mentioned using the Taylor expansion for approximating $\sin(x)$ and $\cos(x)$, and someone commented pointing out however that this ...</description><pubDate>Fri, 21 Aug 2026 14:37:34 -0400</pubDate></item><item><title>solving $A=BCD$ for $C$, where $A,B,C,D$ are all matrices [closed]</title><link>https://pop.com.sg/solving-a-bcd-for-c-where-a-b-c-d-are-all-matrices-closed.html</link><guid isPermaLink="true">https://pop.com.sg/solving-a-bcd-for-c-where-a-b-c-d-are-all-matrices-closed.html</guid><description>If $A,B,C,D$ are all matrices and $A=BCD$ (with dimensions such that all matrix multiplications are defined), how does one solve for $C$?
In the particular context I&amp;#039;m working in, $B$ and $D$ ar......</description><pubDate>Fri, 21 Aug 2026 14:34:46 -0400</pubDate></item><item><title>If the order in a set doesn’t matter, can we change order of, say, $\Bbb{N}$?</title><link>https://pop.com.sg/if-the-order-in-a-set-doesn-t-matter-can-we-change-order-of-say-bbb-n.html</link><guid isPermaLink="true">https://pop.com.sg/if-the-order-in-a-set-doesn-t-matter-can-we-change-order-of-say-bbb-n.html</guid><description>I’m given to understand that the order of the elements of a set doesn’t matter. So can I change the order of the set of natural numbers or any set of numbers ( $\mathbb{W,Z,Q,R}$ for that matter) as ...</description><pubDate>Fri, 21 Aug 2026 14:33:12 -0400</pubDate></item><item><title>Are functions considered continuous at endpoints?</title><link>https://pop.com.sg/are-functions-considered-continuous-at-endpoints.html</link><guid isPermaLink="true">https://pop.com.sg/are-functions-considered-continuous-at-endpoints.html</guid><description>Consider a function $f(x)$ that has no jump, infinite, or removable discontinuities in the middle anywhere -- but maybe the domain is limited:
Would the endpoint $[a,$ be considered continuous?
What ...</description><pubDate>Fri, 21 Aug 2026 14:21:07 -0400</pubDate></item><item><title>Equality of rows and columns of a table with numbers</title><link>https://pop.com.sg/equality-of-rows-and-columns-of-a-table-with-numbers.html</link><guid isPermaLink="true">https://pop.com.sg/equality-of-rows-and-columns-of-a-table-with-numbers.html</guid><description>In a table of size $m \times n$, numbers are written so that the sum of the numbers in each row and in each column is equal to $10$. How to prove that $m = n$?...</description><pubDate>Fri, 21 Aug 2026 14:08:09 -0400</pubDate></item><item><title>Usefulness of the notion of Hilbert scheme in algebraic geometry.</title><link>https://pop.com.sg/usefulness-of-the-notion-of-hilbert-scheme-in-algebraic-geometry.html</link><guid isPermaLink="true">https://pop.com.sg/usefulness-of-the-notion-of-hilbert-scheme-in-algebraic-geometry.html</guid><description>Could someone tell me why and how Hilbert schemes and relative Hilbert schemes are important and useful in algebraic geometry?
Could anyone give me some applications of this notion in concrete ter......</description><pubDate>Fri, 21 Aug 2026 13:45:33 -0400</pubDate></item><item><title>What is the inverse function of $f(x)=x/(1-x^2)$</title><link>https://pop.com.sg/what-is-the-inverse-function-of-f-x-x-1-x-2.html</link><guid isPermaLink="true">https://pop.com.sg/what-is-the-inverse-function-of-f-x-x-1-x-2.html</guid><description>Can you give me a hint for how the inverse function of $f\colon (-1,1)\to \mathbb{R}\colon f(x)=\frac{x}{1-x^2}$ looks?
I need to show a homeomorphism!...</description><pubDate>Fri, 21 Aug 2026 13:27:25 -0400</pubDate></item><item><title>Using the alternative formula to find the derivative of a function?</title><link>https://pop.com.sg/using-the-alternative-formula-to-find-the-derivative-of-a-function.html</link><guid isPermaLink="true">https://pop.com.sg/using-the-alternative-formula-to-find-the-derivative-of-a-function.html</guid><description>I&amp;#039;m attempting to find the derivative of the function:
$$f(x) = 4x^2+3x+5$$
Using the alternative formula:
$$\frac{f(z)-f(x)}{z-x}$$
Here are my steps so far:
$$\frac{4z^2+3z+5-(4x^2+3x+5)}{z-x}$$......</description><pubDate>Fri, 21 Aug 2026 13:12:58 -0400</pubDate></item><item><title>Proving existence</title><link>https://pop.com.sg/proving-existence.html</link><guid isPermaLink="true">https://pop.com.sg/proving-existence.html</guid><description>What does an introductory-level proof of existence look like?
For example, I have done proofs involving proving uniqueness by assuming there are two arbitrary elements that have the properties I w......</description><pubDate>Fri, 21 Aug 2026 13:10:43 -0400</pubDate></item><item><title>How to measure the volume of rock?</title><link>https://pop.com.sg/how-to-measure-the-volume-of-rock.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-measure-the-volume-of-rock.html</guid><description>I have a object which is similar to the shape of irregular rock like this
I would like to find the volume of this. How to do it?
If I have to find the volume, what are the things I would need. e......</description><pubDate>Fri, 21 Aug 2026 13:09:04 -0400</pubDate></item><item><title>How to prove that the inverse of a persymmetric matrix is also persymmetric?</title><link>https://pop.com.sg/how-to-prove-that-the-inverse-of-a-persymmetric-matrix-is-also-persymm.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-prove-that-the-inverse-of-a-persymmetric-matrix-is-also-persymm.html</guid><description>An exercise in a textbook I&amp;#039;m using to brush up on my linear algebra asks to prove that the inverse of a persymmetric matrix is also persymmetric. I have a colleague&amp;#039;s old notes in front of me with a ...</description><pubDate>Fri, 21 Aug 2026 13:08:31 -0400</pubDate></item><item><title>Is there a domain &quot;larger&quot; than (i.e., a supserset of) the complex number domain?</title><link>https://pop.com.sg/is-there-a-domain-larger-than-i-e-a-supserset-of-the-complex-number-do.html</link><guid isPermaLink="true">https://pop.com.sg/is-there-a-domain-larger-than-i-e-a-supserset-of-the-complex-number-do.html</guid><description>I&amp;#039;ve been teaching my 10yo son some (for me, anyway) pretty advanced mathematics recently and he stumped me with a question. The background is this.
In the domain of natural numbers, addition and ...</description><pubDate>Fri, 21 Aug 2026 13:06:08 -0400</pubDate></item><item><title>How many different 5 letters word can be possible by using the letters from &quot;Cambridge&quot; with all the vowels in it?</title><link>https://pop.com.sg/how-many-different-5-letters-word-can-be-possible-by-using-the-letters.html</link><guid isPermaLink="true">https://pop.com.sg/how-many-different-5-letters-word-can-be-possible-by-using-the-letters.html</guid><description>So I took the vowels (a,e,i) permute them 3p3 and then I choose 6c2.Here I get baffled and can&amp;#039;t figure out what should I do next.
By the way multiply 3p3 and 6c2 comes up with 180 which is not the ...</description><pubDate>Fri, 21 Aug 2026 13:05:22 -0400</pubDate></item><item><title>Where does Feigenbaum&amp;#039;s Constant (4.6692...) originate? [closed]</title><link>https://pop.com.sg/where-does-feigenbaum-039-s-constant-4-6692-originate-closed.html</link><guid isPermaLink="true">https://pop.com.sg/where-does-feigenbaum-039-s-constant-4-6692-originate-closed.html</guid><description>Feigenbaum discovered a ratio between bifurcations that were found in all known chaotic-dynamic systems, from dripping water faucets to abstract equations on population fluctuations (as elucidated in ...</description><pubDate>Fri, 21 Aug 2026 13:03:31 -0400</pubDate></item><item><title>Solving $\sin \theta + \cos \theta=1$ in the interval $0^\circ\leq \theta\leq 360^\circ$</title><link>https://pop.com.sg/solving-sin-theta-cos-theta-1-in-the-interval-0-circ-leq-theta-leq-360.html</link><guid isPermaLink="true">https://pop.com.sg/solving-sin-theta-cos-theta-1-in-the-interval-0-circ-leq-theta-leq-360.html</guid><description>Solve in the interval $0^\circ\leq \theta\leq 360^\circ$ the equation $\sin \theta + \cos \theta=1$.
I&amp;#039;ve got the two angles in the interval to be $0^\circ$ and $90^\circ$, it&amp;#039;s not an answer I&amp;#039;m ......</description><pubDate>Fri, 21 Aug 2026 13:01:28 -0400</pubDate></item><item><title>Definition of disconnected?</title><link>https://pop.com.sg/definition-of-disconnected.html</link><guid isPermaLink="true">https://pop.com.sg/definition-of-disconnected.html</guid><description>I am confused in definition of disconnected set in topological space $X$.
Which of the following definition is valid/correct?
1) a subset $A$ of $X$ is disconnected if $A=V ∪W$ where $U$ and $V$ ......</description><pubDate>Fri, 21 Aug 2026 12:59:33 -0400</pubDate></item></channel></rss>