<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Buzz Spill Daily</title><link>https://liberty.io</link><description>Curated star highlights with fresh energy.</description><language>en-us</language><lastBuildDate>Fri, 04 Sep 2026 09:16:56 -0400</lastBuildDate><atom:link href="https://liberty.io/rss.xml" rel="self" type="application/rss+xml" /><item><title>Unclear about what the diagonal relation means?</title><link>https://liberty.io/unclear-about-what-the-diagonal-relation-means.html</link><guid isPermaLink="true">https://liberty.io/unclear-about-what-the-diagonal-relation-means.html</guid><description>I am reading through Skornjakov&amp;#039;s Elements of Lattice Theory (1977), and am having trouble understanding what is meant by a diagonal relation. I am also unclear about how the diagonal differs from ......</description><pubDate>Fri, 04 Sep 2026 13:15:30 -0400</pubDate></item><item><title>Solve the ODE $y&amp;#039;&amp;#039; + y &amp;#039; = y^2$</title><link>https://liberty.io/solve-the-ode-y-039-039-y-039-y-2.html</link><guid isPermaLink="true">https://liberty.io/solve-the-ode-y-039-039-y-039-y-2.html</guid><description>Solve the ODE $$ y&amp;#039;&amp;#039;+ y&amp;#039; = y^2$$
I tried to solve, but I don&amp;#039;t know any algorithm except for numerical methods....</description><pubDate>Fri, 04 Sep 2026 13:07:39 -0400</pubDate></item><item><title>How to solve $|x-5|=|2x+6|-1$?</title><link>https://liberty.io/how-to-solve-x-5-2x-6-1.html</link><guid isPermaLink="true">https://liberty.io/how-to-solve-x-5-2x-6-1.html</guid><description>$|x-5|=|2x+6|-1$.
The answer is $0$ or $-12$, but how would I solve it by algebraically solving it as opposed to sketching a graph?
$|x-5|=|2x+6|-1\\
(|x-5|)^2=(|2x+6|-1)^2\\
...\\
9x^4+204x^3+1......</description><pubDate>Fri, 04 Sep 2026 13:03:27 -0400</pubDate></item><item><title>Derivative of an exponentially weighted moving average</title><link>https://liberty.io/derivative-of-an-exponentially-weighted-moving-average.html</link><guid isPermaLink="true">https://liberty.io/derivative-of-an-exponentially-weighted-moving-average.html</guid><description>It has been a while since my university math courses, so let me apologize right off the bat...
I&amp;#039;m using GSL to perform non-linear regression analysis and am mostly happy with the outcome, however......</description><pubDate>Fri, 04 Sep 2026 13:02:34 -0400</pubDate></item><item><title>What do trivial and non-trivial solution of homogeneous equations mean in matrices? [closed]</title><link>https://liberty.io/what-do-trivial-and-non-trivial-solution-of-homogeneous-equations-mean.html</link><guid isPermaLink="true">https://liberty.io/what-do-trivial-and-non-trivial-solution-of-homogeneous-equations-mean.html</guid><description>Suppose I have system of 3 equations
$$a_1x+b_1y+c_1z=0$$
$$a_2x+b_2y+c_2z=0$$
$$a_3x+b_3y+c_3z=0$$
and cofficient matrix $A=\begin{equation}
\begin{pmatrix}
a_1 &amp;amp; b_1 &amp;amp; c_1 \\
a_2 &amp;amp; b_......</description><pubDate>Fri, 04 Sep 2026 13:02:04 -0400</pubDate></item><item><title>Find the maximum displacement given trajectory.</title><link>https://liberty.io/find-the-maximum-displacement-given-trajectory.html</link><guid isPermaLink="true">https://liberty.io/find-the-maximum-displacement-given-trajectory.html</guid><description>I&amp;#039;m trying to find the maximum displacement of a object given the trajectory.
The trajectory is given by the equation:
$$p(t)=-11.79t^2+25.9t+4.35$$
Looking around online, the closest article I&amp;#039;ve ......</description><pubDate>Fri, 04 Sep 2026 12:57:12 -0400</pubDate></item><item><title>Why negating universal quantifier gives existential quantifier?</title><link>https://liberty.io/why-negating-universal-quantifier-gives-existential-quantifier.html</link><guid isPermaLink="true">https://liberty.io/why-negating-universal-quantifier-gives-existential-quantifier.html</guid><description>Negating a universal quantifier gives the existential quantifier, and vice versa:
$\neg \forall x = \exists x \neg \\
\neg \exists x = \forall x \neg $
Why is this, and is there a proof for it (i......</description><pubDate>Fri, 04 Sep 2026 12:51:02 -0400</pubDate></item><item><title>Range two&amp;#039;s complement</title><link>https://liberty.io/range-two-039-s-complement.html</link><guid isPermaLink="true">https://liberty.io/range-two-039-s-complement.html</guid><description>The most used formula&amp;#039;s to calculate the range of numbers in a two&amp;#039;s complement system are + $2^{n-1}-1$ for the highest number and $-2^{n-1}$ for the lowest number.
The problem is that this only ......</description><pubDate>Fri, 04 Sep 2026 12:45:17 -0400</pubDate></item><item><title>Dual of a positive semidefinite cone</title><link>https://liberty.io/dual-of-a-positive-semidefinite-cone.html</link><guid isPermaLink="true">https://liberty.io/dual-of-a-positive-semidefinite-cone.html</guid><description>The PSD cone is the set of all positive semidefinite matrices. The dual is the set of all matrices $A$ such that tr($A^T X$) $\geq 0$ for all positive semidefinite matrices $X$.
How to prove that......</description><pubDate>Fri, 04 Sep 2026 12:44:36 -0400</pubDate></item><item><title>finding velocity from a table</title><link>https://liberty.io/finding-velocity-from-a-table.html</link><guid isPermaLink="true">https://liberty.io/finding-velocity-from-a-table.html</guid><description>I have a homework question I am seeking an alternative solution to. Basically, the question is...
&quot;The table provided below shows the position of a particle S, at several times, t. as the particle......</description><pubDate>Fri, 04 Sep 2026 12:42:03 -0400</pubDate></item><item><title>Find a particular solution for the differential equation by the method of undetermined coefficients.</title><link>https://liberty.io/find-a-particular-solution-for-the-differential-equation-by-the-method.html</link><guid isPermaLink="true">https://liberty.io/find-a-particular-solution-for-the-differential-equation-by-the-method.html</guid><description>Find a particular solution for the differential equation by the method of undetermined coefficients. $$2y&amp;#039;&amp;#039; - 16y&amp;#039; + 32y = -e^{4x}$$ Also, find the general solution of this equation.
The step......</description><pubDate>Fri, 04 Sep 2026 12:41:25 -0400</pubDate></item><item><title>How well does probability work in the real world?</title><link>https://liberty.io/how-well-does-probability-work-in-the-real-world.html</link><guid isPermaLink="true">https://liberty.io/how-well-does-probability-work-in-the-real-world.html</guid><description>When I was first introduced to probability at the age of about 13, me and my classmates always used to ridicule the subject in a most immature manner. We used to take a deck of well shuffled cards ......</description><pubDate>Fri, 04 Sep 2026 12:38:41 -0400</pubDate></item><item><title>What is the centroid of a hollow spherical cap?</title><link>https://liberty.io/what-is-the-centroid-of-a-hollow-spherical-cap.html</link><guid isPermaLink="true">https://liberty.io/what-is-the-centroid-of-a-hollow-spherical-cap.html</guid><description>I have a unit hollow sphere which I cut along a diameter to generate two equivalent hollow hemispheres. I place one of these hemispheres on an (x,y) plane, letting it rest on the circular planar f......</description><pubDate>Fri, 04 Sep 2026 12:32:21 -0400</pubDate></item><item><title>Symbol for the shape of a matrix?</title><link>https://liberty.io/symbol-for-the-shape-of-a-matrix.html</link><guid isPermaLink="true">https://liberty.io/symbol-for-the-shape-of-a-matrix.html</guid><description>I&amp;#039;m writing a technical document and need to describe some mathematics involving the shape of a matrix. I realize that I can write $X_{m\times n}$ and someone can simply see the dimensions. I&amp;#039;m ...</description><pubDate>Fri, 04 Sep 2026 12:31:07 -0400</pubDate></item><item><title>Example of strictly concave functions?</title><link>https://liberty.io/example-of-strictly-concave-functions.html</link><guid isPermaLink="true">https://liberty.io/example-of-strictly-concave-functions.html</guid><description>I&amp;#039;m learning concave/convex functions. Wikipedia article provides us with example functions of concave or convex.
However, it does not provide strictly concave function.
Do you have some examples of ...</description><pubDate>Fri, 04 Sep 2026 12:15:14 -0400</pubDate></item><item><title>What does the d represent in the equation of a plane ($ax+by+cz+d=0$)?</title><link>https://liberty.io/what-does-the-d-represent-in-the-equation-of-a-plane-ax-by-cz-d-0.html</link><guid isPermaLink="true">https://liberty.io/what-does-the-d-represent-in-the-equation-of-a-plane-ax-by-cz-d-0.html</guid><description>Look at the following problem: Consider the plane $\alpha$ defined by $x-2y+z+3=0$ and $A(0;0;2)$. Write an equation of the plane that is parallel to $\alpha$ and goes through A.
My book ...</description><pubDate>Fri, 04 Sep 2026 12:06:06 -0400</pubDate></item><item><title>Questions about relations on directed, and possibly cyclical graphs.</title><link>https://liberty.io/questions-about-relations-on-directed-and-possibly-cyclical-graphs.html</link><guid isPermaLink="true">https://liberty.io/questions-about-relations-on-directed-and-possibly-cyclical-graphs.html</guid><description>Let $(P, E)$ be a directed graph with $P$ being the set of nodes
and $E \subset P^2$ the set of directed edges.
It is well-known that the transitive closure of $E$
is a preorder $\leq$, which is more ...</description><pubDate>Fri, 04 Sep 2026 11:58:21 -0400</pubDate></item><item><title>Finding a,b,c,d in a quartic expression</title><link>https://liberty.io/finding-a-b-c-d-in-a-quartic-expression.html</link><guid isPermaLink="true">https://liberty.io/finding-a-b-c-d-in-a-quartic-expression.html</guid><description>Let $p(x)=x^4+ax^3+bx^2+cx+d$ where a,b,c,d are constants. If $p(1)=10$, $p(2)=20$, $p(3)=30$, compute $\frac {p(12)+p(-8)}{10}$. I have tried so far.
\begin{align}
a+b+c+d=&amp;amp;9\\8a+4b+2c+d=&amp;amp......</description><pubDate>Fri, 04 Sep 2026 11:51:15 -0400</pubDate></item><item><title>Finding X intercept of a cubic equation?</title><link>https://liberty.io/finding-x-intercept-of-a-cubic-equation.html</link><guid isPermaLink="true">https://liberty.io/finding-x-intercept-of-a-cubic-equation.html</guid><description>What is the $x$ intercept of $y=(x-2)(x^2+25) $?
To find $x$ intercept:$ 0=(x-2)(x^2+25) $
I tried $ 0=(x-2)(x+5)(x+5)$ in which the $X$ intercepts are $2,-5$ and $-5$. Is this correct?...</description><pubDate>Fri, 04 Sep 2026 11:45:29 -0400</pubDate></item><item><title>Proving the trig identity $\sin(20^\circ)\cos(65^\circ)-\cos( 20^\circ)\sin(65^\circ)$</title><link>https://liberty.io/proving-the-trig-identity-sin-20-circ-cos-65-circ-cos-20-circ-sin-65-c.html</link><guid isPermaLink="true">https://liberty.io/proving-the-trig-identity-sin-20-circ-cos-65-circ-cos-20-circ-sin-65-c.html</guid><description>Using the trigonometric identities I have to prove that:
$$
\sin(20^\circ)\cos(65^\circ)-\cos(20^\circ)\sin(65^\circ)=-\frac{1}{\sqrt{2}}
$$
I solved
$$
\sin(20^\circ)\cos(65^\circ) = \frac{\s......</description><pubDate>Fri, 04 Sep 2026 11:36:06 -0400</pubDate></item><item><title>prime divisor of $3n+2$ proof</title><link>https://liberty.io/prime-divisor-of-3n-2-proof.html</link><guid isPermaLink="true">https://liberty.io/prime-divisor-of-3n-2-proof.html</guid><description>I have to prove that any number of the form $3n+2$ has a prime factor of the form $3m+2$. Ive started the proof
I tried saying by the division algorithm the prime factor is either the form 3m,3m+1......</description><pubDate>Fri, 04 Sep 2026 11:32:36 -0400</pubDate></item><item><title>What is the algebraic closure of $\mathbb{Q}$?</title><link>https://liberty.io/what-is-the-algebraic-closure-of-mathbb-q.html</link><guid isPermaLink="true">https://liberty.io/what-is-the-algebraic-closure-of-mathbb-q.html</guid><description>Given the rational numbers $\mathbb{Q}$, I am wondering what is the algebraic closure of $\mathbb{Q}$, i.e., I need to find a field extension $\mathbb{K}/ \mathbb{Q}, $ such that for an arbitrary ...</description><pubDate>Fri, 04 Sep 2026 11:15:22 -0400</pubDate></item><item><title>Why Homology is homotopy invariant</title><link>https://liberty.io/why-homology-is-homotopy-invariant.html</link><guid isPermaLink="true">https://liberty.io/why-homology-is-homotopy-invariant.html</guid><description>I&amp;#039;ve red Hatcher&amp;#039;s proof of homotopy invariance for singular homology. I understood how the proof works and the reason why we construct the prism operator (i.e. its a chain contraction). However, t......</description><pubDate>Fri, 04 Sep 2026 11:04:23 -0400</pubDate></item><item><title>Double Integral, Change of Variables to Polar Coordinates</title><link>https://liberty.io/double-integral-change-of-variables-to-polar-coordinates.html</link><guid isPermaLink="true">https://liberty.io/double-integral-change-of-variables-to-polar-coordinates.html</guid><description>Quick question on Polar Coordinates.
When evaluating the double integral and changing variables, I&amp;#039;m not sure if the limits are correct.
The question is as follows: Evaluate $$\int\!\!\!\int_D......</description><pubDate>Fri, 04 Sep 2026 10:32:13 -0400</pubDate></item><item><title>Mean of gamma distribution.</title><link>https://liberty.io/mean-of-gamma-distribution.html</link><guid isPermaLink="true">https://liberty.io/mean-of-gamma-distribution.html</guid><description>So I was trying to prove the mean result of gamma distribution which is $\frac{\alpha}{\lambda}$.
My attempt,
$E(X)=\int_{0}^{\infty }x f(x)dx$
$=\int_{0}^{\infty } \frac{\lambda^{\alpha}}{\Gam......</description><pubDate>Fri, 04 Sep 2026 10:26:02 -0400</pubDate></item><item><title>Visual intuition for the definition of &quot;asymptotically equivalent&quot;</title><link>https://liberty.io/visual-intuition-for-the-definition-of-asymptotically-equivalent.html</link><guid isPermaLink="true">https://liberty.io/visual-intuition-for-the-definition-of-asymptotically-equivalent.html</guid><description>I&amp;#039;m trying to intuitively grasp the following definition:
The real-valued functions $f$ and $g$ are asymptotically equivalent as $x \to \infty$ if $$\lim_{x \to \infty} \dfrac{f(x)}{g(x)}=1.$$ We ......</description><pubDate>Fri, 04 Sep 2026 10:19:51 -0400</pubDate></item><item><title>What is a common symbol for angles and what are semantic differences?</title><link>https://liberty.io/what-is-a-common-symbol-for-angles-and-what-are-semantic-differences.html</link><guid isPermaLink="true">https://liberty.io/what-is-a-common-symbol-for-angles-and-what-are-semantic-differences.html</guid><description>I&amp;#039;ve just seen that LaTeX offers at least three symbols for denoting angles:
$\text{\sphericalangle}:\sphericalangle ABC \\\text{\measuredangle}:\measuredangle ABC\\\text{\angle}: \angle ABC$
I t......</description><pubDate>Fri, 04 Sep 2026 10:18:24 -0400</pubDate></item><item><title>How to simplify the Boolean expression $A&amp;#039;BC + AB&amp;#039;C&amp;#039; + A&amp;#039;B&amp;#039;C&amp;#039; + AB&amp;#039;C + AB$?</title><link>https://liberty.io/how-to-simplify-the-boolean-expression-a-039-bc-ab-039-c-039-a-039-b-0.html</link><guid isPermaLink="true">https://liberty.io/how-to-simplify-the-boolean-expression-a-039-bc-ab-039-c-039-a-039-b-0.html</guid><description>How to simplify this Boolean expression?
$$A&amp;#039;BC + AB&amp;#039;C&amp;#039; + A&amp;#039;B&amp;#039;C&amp;#039; + AB&amp;#039;C + AB$$
I have solved it using Kmap and found the answer to be
$$A + BC + B&amp;#039;C&amp;#039;$$
I tried simplifying it using the rules but o......</description><pubDate>Fri, 04 Sep 2026 10:16:33 -0400</pubDate></item><item><title>The need for the Gram–Schmidt process</title><link>https://liberty.io/the-need-for-the-gram-schmidt-process.html</link><guid isPermaLink="true">https://liberty.io/the-need-for-the-gram-schmidt-process.html</guid><description>As far as I understood Gram–Schmidt orthogonalization starts with a set of linearly independent vectors and produces a set of mutually orthonormal vectors that spans the same space that starting ve......</description><pubDate>Fri, 04 Sep 2026 10:14:51 -0400</pubDate></item><item><title>What is the purpose of Jordan Canonical Form?</title><link>https://liberty.io/what-is-the-purpose-of-jordan-canonical-form.html</link><guid isPermaLink="true">https://liberty.io/what-is-the-purpose-of-jordan-canonical-form.html</guid><description>I don&amp;#039;t claim at all to be an expert on this topic. In many (advanced) linear algebra textbooks for undergraduates, I usually find something about the &quot;Jordan Canonical Form&quot; of a matrix.
What is......</description><pubDate>Fri, 04 Sep 2026 10:03:05 -0400</pubDate></item><item><title>Could you please explain why the remainder when the square of 49 is divided by the square root of 49 is 0?</title><link>https://liberty.io/could-you-please-explain-why-the-remainder-when-the-square-of-49-is-di.html</link><guid isPermaLink="true">https://liberty.io/could-you-please-explain-why-the-remainder-when-the-square-of-49-is-di.html</guid><description>Here is the original question,
What is the remainder when the square of 49 is divided by the square root of 49?
According to UKMT,
Because 49 = 7×7, it follows both that $\sqrt 49$ = 7 and that......</description><pubDate>Fri, 04 Sep 2026 10:00:10 -0400</pubDate></item><item><title>If $2^n+1$ is prime, why must $n$ be a power of $2$?</title><link>https://liberty.io/if-2-n-1-is-prime-why-must-n-be-a-power-of-2.html</link><guid isPermaLink="true">https://liberty.io/if-2-n-1-is-prime-why-must-n-be-a-power-of-2.html</guid><description>A little bird told me that if $2^n+1$ is prime, then $n$ is a power of $2$. I tend not to trust talking birds, so I&amp;#039;m trying to verify that statement independently.
Suppose $n$ is not a power of $......</description><pubDate>Fri, 04 Sep 2026 10:00:05 -0400</pubDate></item><item><title>How many 4 letter words can we make from BANANAS</title><link>https://liberty.io/how-many-4-letter-words-can-we-make-from-bananas.html</link><guid isPermaLink="true">https://liberty.io/how-many-4-letter-words-can-we-make-from-bananas.html</guid><description>As the title suggests, I want to know the value of possible permutations without repetition given the word BANANAS
BA1N1A2N2A3S
so for example to word A1N1A2S is the A3N1A2S and we want to exclu......</description><pubDate>Fri, 04 Sep 2026 09:57:37 -0400</pubDate></item><item><title>Row reduced $2\times3$ echelon matrices</title><link>https://liberty.io/row-reduced-2-times3-echelon-matrices.html</link><guid isPermaLink="true">https://liberty.io/row-reduced-2-times3-echelon-matrices.html</guid><description>Suppose $R$ and $R&amp;#039;$ are two $2\times3$ row reduced echelon matrices if $RX=0$ and $R&amp;#039;X$ have axactly same solutions then prove that $R=R&amp;#039;$.
My try:
Let $x,y,z$ be the same solution of $R$ and......</description><pubDate>Fri, 04 Sep 2026 09:48:14 -0400</pubDate></item><item><title>Pure (sub)module (in $M$)</title><link>https://liberty.io/pure-sub-module-in-m.html</link><guid isPermaLink="true">https://liberty.io/pure-sub-module-in-m.html</guid><description>What is the difference between a pure module $P$ and a pure module $P$ in a module $M$ ? I have a slight intuition though, what is the relationship between purity and solvability of equations....</description><pubDate>Fri, 04 Sep 2026 09:47:58 -0400</pubDate></item><item><title>Help me understand a 3d graph</title><link>https://liberty.io/help-me-understand-a-3d-graph.html</link><guid isPermaLink="true">https://liberty.io/help-me-understand-a-3d-graph.html</guid><description>I&amp;#039;ve just seen this graph and while it&amp;#039;s isn&amp;#039;t the first 3d graph I&amp;#039;ve seen, as
a math &quot;noob&quot; I never thought how these graphs are plotted. I can draw 2d graphs on paper by marking the input and ou......</description><pubDate>Fri, 04 Sep 2026 09:43:25 -0400</pubDate></item><item><title>How to calculate the amplitude and phase of such a complex expression?</title><link>https://liberty.io/how-to-calculate-the-amplitude-and-phase-of-such-a-complex-expression.html</link><guid isPermaLink="true">https://liberty.io/how-to-calculate-the-amplitude-and-phase-of-such-a-complex-expression.html</guid><description>I got an expression like this: $a*\sin(x)+b*\cos(x)+i*c*\sin(x)+i*d*\cos(x)$. I want to calculate the amplitude and the phase of it. Can someone give me some hints? Thx very much!...</description><pubDate>Fri, 04 Sep 2026 09:42:49 -0400</pubDate></item><item><title>The expression $\sqrt{13+3\sqrt{\frac{23}{3}}} +\sqrt{13-3\sqrt{\frac{23}{3}}} $ is which type of number?</title><link>https://liberty.io/the-expression-sqrt-13-3-sqrt-frac-23-3-sqrt-13-3-sqrt-frac-23-3-is-wh.html</link><guid isPermaLink="true">https://liberty.io/the-expression-sqrt-13-3-sqrt-frac-23-3-sqrt-13-3-sqrt-frac-23-3-is-wh.html</guid><description>(a) A natural number,
(b) A rational number but not a natural number,
(c) An irrational number not exceeding 6,
(d) An irrational number
exceeding 6.
Please help with this, i can&amp;#039;t manage to simpl......</description><pubDate>Fri, 04 Sep 2026 09:42:20 -0400</pubDate></item><item><title>What do you call a 3D annulus/cylindrical shell and parts of it?</title><link>https://liberty.io/what-do-you-call-a-3d-annulus-cylindrical-shell-and-parts-of-it.html</link><guid isPermaLink="true">https://liberty.io/what-do-you-call-a-3d-annulus-cylindrical-shell-and-parts-of-it.html</guid><description>Take a cylinder and punch a centered circular hole through it--like a washer. What is that shape called? In 2D it&amp;#039;s an annulus, but what&amp;#039;s the name of its 3D equivalent?
Also, what is this shape c......</description><pubDate>Fri, 04 Sep 2026 09:36:59 -0400</pubDate></item><item><title>How to calculate the distance between two lines drawn at separate angles</title><link>https://liberty.io/how-to-calculate-the-distance-between-two-lines-drawn-at-separate-angl.html</link><guid isPermaLink="true">https://liberty.io/how-to-calculate-the-distance-between-two-lines-drawn-at-separate-angl.html</guid><description>I don&amp;#039;t know much about math, so forgive me if this is an obvious / unnecessary question. Please feel free to point me towards any resource that might enlighten me. However I need to know this for ......</description><pubDate>Fri, 04 Sep 2026 09:22:26 -0400</pubDate></item><item><title>How to find specific percentage in a normal distribution</title><link>https://liberty.io/how-to-find-specific-percentage-in-a-normal-distribution.html</link><guid isPermaLink="true">https://liberty.io/how-to-find-specific-percentage-in-a-normal-distribution.html</guid><description>Here is the exercise question I&amp;#039;m trying to answer: A certain fast food outlet produces hamburgers with weights that are normally distributed with mean $\mu = 990g$ and standard deviation $\s......</description><pubDate>Fri, 04 Sep 2026 09:08:05 -0400</pubDate></item><item><title>Traditional Marriage GS female pessimality</title><link>https://liberty.io/traditional-marriage-gs-female-pessimality.html</link><guid isPermaLink="true">https://liberty.io/traditional-marriage-gs-female-pessimality.html</guid><description>In the context of stable matchings I am currently trying to understand the Gale-Shapely Algorithm (traditional marriage algorithm).
I have proved it s correctness and I have shown that its male o......</description><pubDate>Fri, 04 Sep 2026 09:06:25 -0400</pubDate></item><item><title>Why does &quot;imread&quot; generate 3 images? [closed]</title><link>https://liberty.io/why-does-imread-generate-3-images-closed.html</link><guid isPermaLink="true">https://liberty.io/why-does-imread-generate-3-images-closed.html</guid><description>The MATLAB help for imread says: A = imread(filename, fmt) The return value A is an array containing the image data. If the file contains a grayscale image, A is an M-by-N array. If the f......</description><pubDate>Fri, 04 Sep 2026 08:39:34 -0400</pubDate></item><item><title>How do I find percentiles of data sets (Even vs odd)?</title><link>https://liberty.io/how-do-i-find-percentiles-of-data-sets-even-vs-odd.html</link><guid isPermaLink="true">https://liberty.io/how-do-i-find-percentiles-of-data-sets-even-vs-odd.html</guid><description>Given the following data set with an even number of values:
$100, 100, 105, 113, 129, 132, 146, 152, 176, 200$
The value representing the 30th percentile, using the formula n(p/100) where n = sam......</description><pubDate>Fri, 04 Sep 2026 08:37:48 -0400</pubDate></item><item><title>Finding the height given the angle of elevation and depression.</title><link>https://liberty.io/finding-the-height-given-the-angle-of-elevation-and-depression.html</link><guid isPermaLink="true">https://liberty.io/finding-the-height-given-the-angle-of-elevation-and-depression.html</guid><description>Please, I need help for this problem. I&amp;#039;m a little confused about it :( From a point A 10ft. above the water the angle of elevation of the top of a lighthouse is 46 degrees and the angle of depr......</description><pubDate>Fri, 04 Sep 2026 08:32:04 -0400</pubDate></item><item><title>Find n of Geometric sequence [closed]</title><link>https://liberty.io/find-n-of-geometric-sequence-closed.html</link><guid isPermaLink="true">https://liberty.io/find-n-of-geometric-sequence-closed.html</guid><description>I need to find the $n$ of a geometric sequence, this formula is to find the $n$th term,
$n$th = $ar ^{n-1}$;
so I need $n$ to be on the left instead of $n$th, I have all the other variables except......</description><pubDate>Fri, 04 Sep 2026 08:26:10 -0400</pubDate></item><item><title>Why is $-\ln(\cos(x))$ equal to $\ln(\sec(x))$?</title><link>https://liberty.io/why-is-ln-cos-x-equal-to-ln-sec-x.html</link><guid isPermaLink="true">https://liberty.io/why-is-ln-cos-x-equal-to-ln-sec-x.html</guid><description>Why does the value $-\ln(|\cos(x)|)$ become $\ln(|\sec(x)|)?$
I was doing an integral and I got my final answer as that, but I don&amp;#039;t understand how you can just send the negative sign inside and m......</description><pubDate>Fri, 04 Sep 2026 08:23:00 -0400</pubDate></item><item><title>Find the coordinates of a point on a circle</title><link>https://liberty.io/find-the-coordinates-of-a-point-on-a-circle.html</link><guid isPermaLink="true">https://liberty.io/find-the-coordinates-of-a-point-on-a-circle.html</guid><description>I have a circle like so
$r$, with angle $\theta$ to the $y$-axis&quot;&gt;
Given a rotation θ and a radius r, how do I find the coordinate (x,y)? Keep in mind, this rotation could be anywhere between 0 ......</description><pubDate>Fri, 04 Sep 2026 08:16:14 -0400</pubDate></item><item><title>Equation of a line as a determinant equation</title><link>https://liberty.io/equation-of-a-line-as-a-determinant-equation.html</link><guid isPermaLink="true">https://liberty.io/equation-of-a-line-as-a-determinant-equation.html</guid><description>I&amp;#039;ve been looking for an answer in the forums and Google but couldn&amp;#039;t find one.
Given two different points in the plane, $(x_1,\,y_1)$ and $(x_2,\,y_2)$, we know that the equation of that line can......</description><pubDate>Fri, 04 Sep 2026 08:13:11 -0400</pubDate></item><item><title>How to express transformations of exponential functions, &quot;stretches&quot; and &quot;compressions&quot;, in terms of &quot;dilations&quot;?</title><link>https://liberty.io/how-to-express-transformations-of-exponential-functions-stretches-and-.html</link><guid isPermaLink="true">https://liberty.io/how-to-express-transformations-of-exponential-functions-stretches-and-.html</guid><description>When referring to the transformations of exponential functions, how do you refer to vertical &amp;quot;stretches&amp;quot; and &amp;quot;compressions&amp;quot; in terms of &amp;quot;a dilation of $z$ from the y-axis o......</description><pubDate>Fri, 04 Sep 2026 08:10:17 -0400</pubDate></item><item><title>How to calculate the moment of inertia of a uniform disk about an axis passing through a diameter using Cartesian coordinates?</title><link>https://liberty.io/how-to-calculate-the-moment-of-inertia-of-a-uniform-disk-about-an-axis.html</link><guid isPermaLink="true">https://liberty.io/how-to-calculate-the-moment-of-inertia-of-a-uniform-disk-about-an-axis.html</guid><description>Consider a uniform disk of mass m and radius R, and let&amp;#039;s calculate the moment of inertia about an axis passing through a diameter of the disk.
One easy way is to use the perpendicular axis theorem: ...</description><pubDate>Fri, 04 Sep 2026 08:01:57 -0400</pubDate></item><item><title>Isomorphism vs equality of graphs</title><link>https://liberty.io/isomorphism-vs-equality-of-graphs.html</link><guid isPermaLink="true">https://liberty.io/isomorphism-vs-equality-of-graphs.html</guid><description>I have just started studying graph theory and having trouble with understanding the difference b/w isomorphism and equality of two graphs.According what I have studied so far, I am able to conclude......</description><pubDate>Fri, 04 Sep 2026 07:52:11 -0400</pubDate></item><item><title>What is a co-prime?</title><link>https://liberty.io/what-is-a-co-prime.html</link><guid isPermaLink="true">https://liberty.io/what-is-a-co-prime.html</guid><description>I&amp;#039;ve never encountered this question in any of my math classes and it just shows up randomly in my comsci class with no further info about it. I&amp;#039;ve wiki&amp;#039;ed it, but can&amp;#039;t even understand that. Could ...</description><pubDate>Fri, 04 Sep 2026 07:50:42 -0400</pubDate></item><item><title>Basic Equivalence Class Discrete Math</title><link>https://liberty.io/basic-equivalence-class-discrete-math.html</link><guid isPermaLink="true">https://liberty.io/basic-equivalence-class-discrete-math.html</guid><description>I read through the textbook definition of the equivalence class, but still cannot clearly understand what an equivalence class is.
Does anyone have a good example with a definition that can hit m......</description><pubDate>Fri, 04 Sep 2026 07:47:03 -0400</pubDate></item><item><title>What is the outward normal vector at the end points of the one-dimensional line?</title><link>https://liberty.io/what-is-the-outward-normal-vector-at-the-end-points-of-the-one-dimensi.html</link><guid isPermaLink="true">https://liberty.io/what-is-the-outward-normal-vector-at-the-end-points-of-the-one-dimensi.html</guid><description>In the one-dimensional space, suppose the interval $[a, b]$ exists on the real line with boundary points $a$ and $b$.
What is the outward normal vector at the point $a$ and at the point $b$?
The an......</description><pubDate>Fri, 04 Sep 2026 07:43:35 -0400</pubDate></item><item><title>Are the eigenvectors of a real symmetric matrix always an orthonormal basis without change?</title><link>https://liberty.io/are-the-eigenvectors-of-a-real-symmetric-matrix-always-an-orthonormal-.html</link><guid isPermaLink="true">https://liberty.io/are-the-eigenvectors-of-a-real-symmetric-matrix-always-an-orthonormal-.html</guid><description>I was reading the wikipedia page for symmetric matrices, and I noticed this part:
a real n×n matrix A is symmetric if and only if there is an orthonormal basis of Rn consisting of eigenvectors f......</description><pubDate>Fri, 04 Sep 2026 07:30:59 -0400</pubDate></item><item><title>How to pronounce &quot;tableaux&quot;? [closed]</title><link>https://liberty.io/how-to-pronounce-tableaux-closed.html</link><guid isPermaLink="true">https://liberty.io/how-to-pronounce-tableaux-closed.html</guid><description>How do you pronounce Young tableaux? Does it sound just like its singular form?...</description><pubDate>Fri, 04 Sep 2026 07:23:53 -0400</pubDate></item><item><title>Finding cosets and index in D8</title><link>https://liberty.io/finding-cosets-and-index-in-d8.html</link><guid isPermaLink="true">https://liberty.io/finding-cosets-and-index-in-d8.html</guid><description>a). Find all the left and right cosets of $&amp;lt;τ&amp;gt;$ in $D_8$.
$&amp;lt;τ&amp;gt;$ is reflection and I know that there are two reflections about a diagonal. So I am wondering how to represent this idea a......</description><pubDate>Fri, 04 Sep 2026 07:10:48 -0400</pubDate></item><item><title>Show that the sum of 2n + 1 consecutive integers is divisible by 2n + 1.</title><link>https://liberty.io/show-that-the-sum-of-2n-1-consecutive-integers-is-divisible-by-2n-1.html</link><guid isPermaLink="true">https://liberty.io/show-that-the-sum-of-2n-1-consecutive-integers-is-divisible-by-2n-1.html</guid><description>Base case: $n=1$. Picking $2n+1$ random numbers 5,6,7 we get $5+6+7=18$. So, $2(1)+1=3$ which indeed does divide 18. The base case holds.
Let $n=k&amp;gt;=1$ and let $2k+1$ be true. We want to show $2......</description><pubDate>Fri, 04 Sep 2026 07:06:12 -0400</pubDate></item><item><title>Zassenhaus formula exponents</title><link>https://liberty.io/zassenhaus-formula-exponents.html</link><guid isPermaLink="true">https://liberty.io/zassenhaus-formula-exponents.html</guid><description>found Zassenhaus formula for noncommutative $X,Y$
$$e^{t(X+Y)}= e^{tX}~ e^{tY} ~e^{-\frac{t^2}{2} [X,Y]} ~
e^{\frac{t^3}{6}(2[Y,[X,Y]]+ [X,[X,Y]] )} ~
e^{\frac{-t^4}{24}([[[X,Y],X],X] + 3[[[X,Y],X......</description><pubDate>Fri, 04 Sep 2026 07:05:15 -0400</pubDate></item><item><title>Right triangular pyramid</title><link>https://liberty.io/right-triangular-pyramid.html</link><guid isPermaLink="true">https://liberty.io/right-triangular-pyramid.html</guid><description>I am somehow confused with this problem. It is said that this is a right triangular pyramid, but it has an equilateral triangle base? I am confused. How can I find VA?
It doesn&amp;#039;t look like it has a......</description><pubDate>Fri, 04 Sep 2026 06:53:20 -0400</pubDate></item><item><title>Strangest Notation? [closed]</title><link>https://liberty.io/strangest-notation-closed.html</link><guid isPermaLink="true">https://liberty.io/strangest-notation-closed.html</guid><description>While this may be a fruitless pursuit of anecdotes, I still ask: what is the strangest (or most blatantly wrong (at least in the eyes of common notation)) mathematical notation you have ever seen?...</description><pubDate>Fri, 04 Sep 2026 06:53:19 -0400</pubDate></item><item><title>Calculators using Taylor polynomials?</title><link>https://liberty.io/calculators-using-taylor-polynomials.html</link><guid isPermaLink="true">https://liberty.io/calculators-using-taylor-polynomials.html</guid><description>I&amp;#039;ve always heard that calculators (TI-84&amp;#039;s and the like) use Taylor polynomials to approximate trigonometric/exponential/etc functions. Do any of you know this for a fact?...</description><pubDate>Fri, 04 Sep 2026 06:48:47 -0400</pubDate></item><item><title>Derivative of $y = \sec(x) -2\cos(x)$</title><link>https://liberty.io/derivative-of-y-sec-x-2-cos-x.html</link><guid isPermaLink="true">https://liberty.io/derivative-of-y-sec-x-2-cos-x.html</guid><description>According to wolfram the derivative of this is zero. This derivative though is part of a larger problem and I don&amp;#039;t think it is possible for it to be zero. According to my own calculation the answe......</description><pubDate>Fri, 04 Sep 2026 06:46:47 -0400</pubDate></item><item><title>Attempt to view irrational number as a fraction</title><link>https://liberty.io/attempt-to-view-irrational-number-as-a-fraction.html</link><guid isPermaLink="true">https://liberty.io/attempt-to-view-irrational-number-as-a-fraction.html</guid><description>I am wondering if an irrational number can be represented as a fraction in this way:
For example (to represent $\pi$):
$$\pi= 3.14159265359...=\frac{314159265359...}{100000000000...}$$
In the fr......</description><pubDate>Fri, 04 Sep 2026 06:42:08 -0400</pubDate></item><item><title>Closed vs. compact surface</title><link>https://liberty.io/closed-vs-compact-surface.html</link><guid isPermaLink="true">https://liberty.io/closed-vs-compact-surface.html</guid><description>Wikipedia defines a surface to be a two-dimensional manifold, and a closed surface to be a surface that is compact and without boundary. Am I correct that this definition of &quot;closed surface&quot; is not ...</description><pubDate>Fri, 04 Sep 2026 06:40:22 -0400</pubDate></item><item><title>What does Overlap two functions mean</title><link>https://liberty.io/what-does-overlap-two-functions-mean.html</link><guid isPermaLink="true">https://liberty.io/what-does-overlap-two-functions-mean.html</guid><description>What does overlap mean in the case of two functions.
Or atleast, what does overlap mean in the case of 2 lines or 2 curves.
Thanks in advance.
The complete sentence to clarify the context: ...</description><pubDate>Fri, 04 Sep 2026 06:38:31 -0400</pubDate></item><item><title>Expectation of geometric brownian motion</title><link>https://liberty.io/expectation-of-geometric-brownian-motion.html</link><guid isPermaLink="true">https://liberty.io/expectation-of-geometric-brownian-motion.html</guid><description>I was deriving the solution to the stochastic differential equation $$dX_t = \mu X_tdt + \sigma X_tdB_t$$ where $B_t$ is a brownian motion. After finding $$X_t = x_0\exp((\mu - \frac{\sigma^2}{2})t......</description><pubDate>Fri, 04 Sep 2026 06:37:24 -0400</pubDate></item><item><title>What does &quot;within the same order of magnitude&quot; convey?</title><link>https://liberty.io/what-does-within-the-same-order-of-magnitude-convey.html</link><guid isPermaLink="true">https://liberty.io/what-does-within-the-same-order-of-magnitude-convey.html</guid><description>This question originates from a quandary about the meaning of the statement that two values are within the same order of magnitude. I wonder whether there is an established usage, of (rather more ...</description><pubDate>Fri, 04 Sep 2026 06:10:17 -0400</pubDate></item><item><title>Are all sets, ordered sets?</title><link>https://liberty.io/are-all-sets-ordered-sets.html</link><guid isPermaLink="true">https://liberty.io/are-all-sets-ordered-sets.html</guid><description>The definition of an ordered set according to W. Rudin in his book, Principles of Mathematical Analysis is:
An ordered set is a set S in which an order is defined
He also defined order in his boo......</description><pubDate>Fri, 04 Sep 2026 06:08:56 -0400</pubDate></item><item><title>Finding formula for partial sum of polynomial terms?</title><link>https://liberty.io/finding-formula-for-partial-sum-of-polynomial-terms.html</link><guid isPermaLink="true">https://liberty.io/finding-formula-for-partial-sum-of-polynomial-terms.html</guid><description>For example, we know that the following is true (and can be easily derived):
$\sum\limits_{x=1}^{n}x = \frac{1}{2}n(n+1)$
But, what if we wanted to find the sum of a series like this:
$\sum\limi......</description><pubDate>Fri, 04 Sep 2026 06:08:18 -0400</pubDate></item><item><title>What do small and large mean for sets and categories?</title><link>https://liberty.io/what-do-small-and-large-mean-for-sets-and-categories.html</link><guid isPermaLink="true">https://liberty.io/what-do-small-and-large-mean-for-sets-and-categories.html</guid><description>Categories for the Working Mathematicians says
In addition to the metacategory of all sets ~ which
is not a set ~ we want an actual category $Set$, the category of all small
sets. We shall ...</description><pubDate>Fri, 04 Sep 2026 06:00:00 -0400</pubDate></item><item><title>Why do we assume in the Principle of Strong/Complete Induction?</title><link>https://liberty.io/why-do-we-assume-in-the-principle-of-strong-complete-induction.html</link><guid isPermaLink="true">https://liberty.io/why-do-we-assume-in-the-principle-of-strong-complete-induction.html</guid><description>I get induction.
(i) show that the statement holds when n=1 (or some basis)
(ii) show that the statement holds for a general subsequent case, $n+1$.
By PMI the statement holds for all cases.
Do......</description><pubDate>Fri, 04 Sep 2026 05:57:48 -0400</pubDate></item><item><title>Vieta&amp;#039;s Formula failed?</title><link>https://liberty.io/vieta-039-s-formula-failed.html</link><guid isPermaLink="true">https://liberty.io/vieta-039-s-formula-failed.html</guid><description>Find the value of $p$ if $p$ and $q$ are the roots of the equation, $x^2+px+q=0, \ \ \{x,p,q\}\in\ \mathbb{R}$
By using vieta&amp;#039;s formula for sum and product of roots,
$\begin{cases}
p+q=-p \......</description><pubDate>Fri, 04 Sep 2026 05:54:25 -0400</pubDate></item><item><title>What does &quot;\&quot; mean in math</title><link>https://liberty.io/what-does-mean-in-math.html</link><guid isPermaLink="true">https://liberty.io/what-does-mean-in-math.html</guid><description>In a Linear Algebra textbook I am reading, the following is stated: $b\notin \operatorname{span}(A \cup \{a\})\setminus \operatorname{span}(A)$. It does so without explaining what &quot;$\setminus$&quot; mea......</description><pubDate>Fri, 04 Sep 2026 05:45:19 -0400</pubDate></item><item><title>Can we compute the area of a quadrilateral with one right angle when we only know the lengths of any three sides?</title><link>https://liberty.io/can-we-compute-the-area-of-a-quadrilateral-with-one-right-angle-when-w.html</link><guid isPermaLink="true">https://liberty.io/can-we-compute-the-area-of-a-quadrilateral-with-one-right-angle-when-w.html</guid><description>I took an IQ test for fun recently, but I take issue with the answer to one of the questions. Here&amp;#039;s the question:
My issue is that the explanation assumes angle DC is a right angle. Given that ...</description><pubDate>Fri, 04 Sep 2026 05:39:26 -0400</pubDate></item><item><title>A demonstration of Lagrange&amp;#039;s Form for the Remainder of a Taylor Series</title><link>https://liberty.io/a-demonstration-of-lagrange-039-s-form-for-the-remainder-of-a-taylor-s.html</link><guid isPermaLink="true">https://liberty.io/a-demonstration-of-lagrange-039-s-form-for-the-remainder-of-a-taylor-s.html</guid><description>The following argument for Lagrange&amp;#039;s Form for the Remainder of a Taylor polynomial is a typical one in analysis books. Even in the case of finding the remainder when the Taylor polynomial is a li......</description><pubDate>Fri, 04 Sep 2026 05:38:49 -0400</pubDate></item><item><title>How does sinc interpolation work?</title><link>https://liberty.io/how-does-sinc-interpolation-work.html</link><guid isPermaLink="true">https://liberty.io/how-does-sinc-interpolation-work.html</guid><description>Every now and then I come across mention of sinc interpolation. Trying to read up on it, I have yet to get what it&amp;#039;s about. I have done basic DSP work, have programmed stuff using FFT (using just a ...</description><pubDate>Fri, 04 Sep 2026 05:25:31 -0400</pubDate></item><item><title>Microeconomics: Calculating Tax Revenue and Tax incidence</title><link>https://liberty.io/microeconomics-calculating-tax-revenue-and-tax-incidence.html</link><guid isPermaLink="true">https://liberty.io/microeconomics-calculating-tax-revenue-and-tax-incidence.html</guid><description>Australian Government has imposed a tax on Beer. Assume that the tax on Beer is $20 per unit (a unit is a carton of drinks) Assume the demand and supply functions for cartons of Beers per week are:......</description><pubDate>Fri, 04 Sep 2026 05:22:46 -0400</pubDate></item><item><title>Why does the graph not show the vertical asymptote?</title><link>https://liberty.io/why-does-the-graph-not-show-the-vertical-asymptote.html</link><guid isPermaLink="true">https://liberty.io/why-does-the-graph-not-show-the-vertical-asymptote.html</guid><description>I have a rational function in which the denominator is equal to zero when $x = -1.4142135$.
So:
$f(x)=\dfrac{1}{x + 1.4142135}$
Then the vertical asymptote at $x = -1.4142135$ is pretty clear.
......</description><pubDate>Fri, 04 Sep 2026 05:13:12 -0400</pubDate></item><item><title>Simple proof of Krein-Smulian</title><link>https://liberty.io/simple-proof-of-krein-smulian.html</link><guid isPermaLink="true">https://liberty.io/simple-proof-of-krein-smulian.html</guid><description>I have a question concerning a simple and short proof of Krein-Shmulian, the proof can be found here https://people.math.ethz.ch/~jteichma/slides_ftap.pdf on page 35/36. Here the proof:
Let $X$ be a ...</description><pubDate>Fri, 04 Sep 2026 05:04:37 -0400</pubDate></item><item><title>If $f &amp;#039;(2) = 0$ and $f &amp;#039;&amp;#039;(2) = 4$, what can you say about $f$?</title><link>https://liberty.io/if-f-039-2-0-and-f-039-039-2-4-what-can-you-say-about-f.html</link><guid isPermaLink="true">https://liberty.io/if-f-039-2-0-and-f-039-039-2-4-what-can-you-say-about-f.html</guid><description>I was doing very well in Calculus up until this point. I realize that concavity and $f&amp;#039;$ and $f&amp;#039;&amp;#039;$ require one to really visualize what is happening with a function, but can someone please help me......</description><pubDate>Fri, 04 Sep 2026 05:04:14 -0400</pubDate></item><item><title>Why “characteristic zero” and not “infinite characteristic”?</title><link>https://liberty.io/why-characteristic-zero-and-not-infinite-characteristic.html</link><guid isPermaLink="true">https://liberty.io/why-characteristic-zero-and-not-infinite-characteristic.html</guid><description>The characteristic of a ring (with unity, say) is the smallest positive number $n$ such that $$\underbrace{1 + 1 + \cdots + 1}_{n \text{ times}} = 0,$$ provided such an $n$ exists. Otherwise, we de......</description><pubDate>Fri, 04 Sep 2026 04:57:20 -0400</pubDate></item><item><title>Notation for compact sets?</title><link>https://liberty.io/notation-for-compact-sets.html</link><guid isPermaLink="true">https://liberty.io/notation-for-compact-sets.html</guid><description>Is there some accepted notation for a set that is compact?
E.g. I am currently writing &quot;... [blah] is true if for every compact set $A \subset \mathbb{R}^n$ and ...&quot;.
I could simplify my writing if ...</description><pubDate>Fri, 04 Sep 2026 04:44:39 -0400</pubDate></item><item><title>How many 3-digit positive integers are odd and do not contain digit 5?</title><link>https://liberty.io/how-many-3-digit-positive-integers-are-odd-and-do-not-contain-digit-5.html</link><guid isPermaLink="true">https://liberty.io/how-many-3-digit-positive-integers-are-odd-and-do-not-contain-digit-5.html</guid><description>It is a GRE question. And it has been answered here. But I still want to ask it again, just to know why I am wrong.
The correct is 288.
My idea is, first I get the total number of 3-digit integer......</description><pubDate>Fri, 04 Sep 2026 04:29:59 -0400</pubDate></item><item><title>A specific example of the GNS construction</title><link>https://liberty.io/a-specific-example-of-the-gns-construction.html</link><guid isPermaLink="true">https://liberty.io/a-specific-example-of-the-gns-construction.html</guid><description>In an introduction to the GNS construction, I&amp;#039;m told that the GNS construction is a generalization of the way that $L^{\infty} (X, \mu)$ has a representation on $L^2$ where $\mu$ is a measure on $X......</description><pubDate>Fri, 04 Sep 2026 04:27:43 -0400</pubDate></item><item><title>The transitive closure of a relation $R$ on set $A$ whose relation matrix</title><link>https://liberty.io/the-transitive-closure-of-a-relation-r-on-set-a-whose-relation-matrix.html</link><guid isPermaLink="true">https://liberty.io/the-transitive-closure-of-a-relation-r-on-set-a-whose-relation-matrix.html</guid><description>The transitive closure of a relation $R$ on set $A$ whose relation matrix
My attempt:
If I assumed node $(1, 2, 3)$, then given is:
$R=\{(1, 2), (2, 3), (3, 1)\}$
The transitive closer would be......</description><pubDate>Fri, 04 Sep 2026 04:25:00 -0400</pubDate></item><item><title>Proving $ 1+\frac{1}{4}+\frac{1}{9}+\cdots+\frac{1}{n^2}\leq 2-\frac{1}{n}$ for all $n\geq 2$ by induction</title><link>https://liberty.io/proving-1-frac-1-4-frac-1-9-cdots-frac-1-n-2-leq-2-frac-1-n-for-all-n-.html</link><guid isPermaLink="true">https://liberty.io/proving-1-frac-1-4-frac-1-9-cdots-frac-1-n-2-leq-2-frac-1-n-for-all-n-.html</guid><description>Question: Let $P(n)$ be the statement that $1+\dfrac{1}{4}+\dfrac{1}{9}+\cdots +\dfrac{1}{n^2} &amp;lt;2- \dfrac{1}{n}$. Prove by mathematical induction. Use $P(2)$ for base case.
Attempt at soluti......</description><pubDate>Fri, 04 Sep 2026 04:23:26 -0400</pubDate></item><item><title>How to solve $\int_C Im(z) dz$ where $C$ is the unit circle</title><link>https://liberty.io/how-to-solve-int-c-im-z-dz-where-c-is-the-unit-circle.html</link><guid isPermaLink="true">https://liberty.io/how-to-solve-int-c-im-z-dz-where-c-is-the-unit-circle.html</guid><description>I want to solve $\int_C Im(z) dz$ where $C$ is the unit circle. The first thing is to parameterize the curve, $C$:
$$
z(t)=e^{it}
$$
where $0\leq t \leq 2\pi$
Then
$$
\frac {dz}{dt} = ie^{it}
$$
......</description><pubDate>Fri, 04 Sep 2026 04:23:02 -0400</pubDate></item><item><title>Isometries and Orthogonal Matrices</title><link>https://liberty.io/isometries-and-orthogonal-matrices.html</link><guid isPermaLink="true">https://liberty.io/isometries-and-orthogonal-matrices.html</guid><description>I know how to show that multiplying by an orthogonal matrix preserves the angle and distance between two vectors.
I have seen everywhere that Orthogonal matrices are kind of related to rotations and ...</description><pubDate>Fri, 04 Sep 2026 04:19:00 -0400</pubDate></item><item><title>If Type Theories are all Logics.</title><link>https://liberty.io/if-type-theories-are-all-logics.html</link><guid isPermaLink="true">https://liberty.io/if-type-theories-are-all-logics.html</guid><description>So it sounds like Higher Order Logic (HOL) and Type Theory are equivalent. Then there is Intuitionistic Logic and Intuitionistic Type Theory, but I&amp;#039;m not sure of the connection there.
I am just ...</description><pubDate>Fri, 04 Sep 2026 04:19:00 -0400</pubDate></item><item><title>Universal factoring method or list of methods (trinomials)</title><link>https://liberty.io/universal-factoring-method-or-list-of-methods-trinomials.html</link><guid isPermaLink="true">https://liberty.io/universal-factoring-method-or-list-of-methods-trinomials.html</guid><description>I am a student in calculus II. I&amp;#039;m now failing tests solely because I cannot factor; I understand everything else. This is compounded by the fact it seems to exceedingly hard to find anything ...</description><pubDate>Fri, 04 Sep 2026 04:11:49 -0400</pubDate></item><item><title>For which angles we know the $\sin$ value algebraically (exact)?</title><link>https://liberty.io/for-which-angles-we-know-the-sin-value-algebraically-exact.html</link><guid isPermaLink="true">https://liberty.io/for-which-angles-we-know-the-sin-value-algebraically-exact.html</guid><description>For example:
$\sin(15^\circ) = \frac{\sqrt{6}}{4} - \frac{\sqrt{2}}{4}$
$\sin(18^\circ) = \frac{\sqrt{5}}{4} - \frac{1}{4}$
$\sin(30^\circ) = \frac{1}{2}$
$\sin(45^\circ) = \frac{1}{\sqrt{2}}$
$\s......</description><pubDate>Fri, 04 Sep 2026 04:07:09 -0400</pubDate></item><item><title>Finding Linear Dependence Relation</title><link>https://liberty.io/finding-linear-dependence-relation.html</link><guid isPermaLink="true">https://liberty.io/finding-linear-dependence-relation.html</guid><description>Find a linear dependence relation between the following vectors:
x1 = (1, -1, 2)
x2 = (-3, 2, 1)
x3= (1, 2, -3)
x4= (2, 3, 1)
I&amp;#039;ve already created a matrix and reduced and I know how to tell w......</description><pubDate>Fri, 04 Sep 2026 04:06:42 -0400</pubDate></item><item><title>How to simplify $\sin(x-y)\cos(y)+\cos(x-y)\sin(y)$</title><link>https://liberty.io/how-to-simplify-sin-x-y-cos-y-cos-x-y-sin-y.html</link><guid isPermaLink="true">https://liberty.io/how-to-simplify-sin-x-y-cos-y-cos-x-y-sin-y.html</guid><description>the question
How to simplify $\sin(x-y)\cos(y)+\cos(x-y)\sin(y)$
my steps
I tried to use trig identities on the $\sin(x-y)$ and $\cos(x-y)$ and tried to distribute the others in but it didn&amp;#039;t wo......</description><pubDate>Fri, 04 Sep 2026 03:58:46 -0400</pubDate></item><item><title>Use rational zero theorem to find real zeros of $2x^3-3x^2-x+1$</title><link>https://liberty.io/use-rational-zero-theorem-to-find-real-zeros-of-2x-3-3x-2-x-1.html</link><guid isPermaLink="true">https://liberty.io/use-rational-zero-theorem-to-find-real-zeros-of-2x-3-3x-2-x-1.html</guid><description>I am to use the rational zero theorem to find the real zeros of $2x^3-3x^2-x+1$.
The provided answers are $\frac{1}{2}$, $\frac{1+\sqrt{5}}{2}$ and $\frac{1-\sqrt{5}}{2}$.
I was able to get $\frac{......</description><pubDate>Fri, 04 Sep 2026 03:53:55 -0400</pubDate></item><item><title>Is there such an inequality between product and integral for functions</title><link>https://liberty.io/is-there-such-an-inequality-between-product-and-integral-for-functions.html</link><guid isPermaLink="true">https://liberty.io/is-there-such-an-inequality-between-product-and-integral-for-functions.html</guid><description>Given a measure space $(\Omega, \mathbb{F},\mu)$ and any two measurable real-valued functions $f,g$ defined on $\Omega$, I was wondering if there is an inequality like
$$
\int_\Omega |f*g| d\mu \l......</description><pubDate>Fri, 04 Sep 2026 03:42:03 -0400</pubDate></item><item><title>Finding the standard deviation of a probability distribution.</title><link>https://liberty.io/finding-the-standard-deviation-of-a-probability-distribution.html</link><guid isPermaLink="true">https://liberty.io/finding-the-standard-deviation-of-a-probability-distribution.html</guid><description>Here is the question: The time, to the nearest whole minute, that a city bus takes to go from one end of its route to the other has the probability distribution shown. As sometimes happens with ...</description><pubDate>Fri, 04 Sep 2026 03:41:02 -0400</pubDate></item><item><title>Unordered sampling with replacement</title><link>https://liberty.io/unordered-sampling-with-replacement.html</link><guid isPermaLink="true">https://liberty.io/unordered-sampling-with-replacement.html</guid><description>I have difficulties with understanding of how do we count this.
Why can&amp;#039;t we just divide number of ways of ordered sample with replacement $n^k$ by $k!$, i.e. to get rid of permutations since we c......</description><pubDate>Fri, 04 Sep 2026 03:38:59 -0400</pubDate></item><item><title>How to find the area of a triangle with lengths of heights?</title><link>https://liberty.io/how-to-find-the-area-of-a-triangle-with-lengths-of-heights.html</link><guid isPermaLink="true">https://liberty.io/how-to-find-the-area-of-a-triangle-with-lengths-of-heights.html</guid><description>Given the lengths of 3 heights in a triangle, I need to find its area....</description><pubDate>Fri, 04 Sep 2026 03:37:07 -0400</pubDate></item></channel></rss>