Matrix-based proof of transformation rule for a wedge product of covectors by wedge product of covectorsTransformation Rule for a Wedge Product of CovectorsDescribe $f$ in terms of the tensor products of $alpha^i$ and $alpha^j$. Is this inner product? What are its coefficients?Derivations of bases of $A_k(V)$ and $L_k(V)$: what's the difference?An Expression for the Wedge ProductOrthogonal direct sum decomposition and projectionsSubspace for a matrix representation of a linear transformationAntisymmetry of exterior product for alternating multilinear formsIs the exterior wedge product of differential forms injective?Formula for wedge productIs this a valid way to think of decomposable $k$-forms?The volume element for a subspace of $mathbb R^N$Prove that Gramian matrix is Invertible iff $(v_1,…,v_k) $ is linearly independentDerivations of bases of $A_k(V)$ and $L_k(V)$: what's the difference?

PTIJ: Who should pay for Uber rides: the child or the parent?

How can I change step-down my variable input voltage? [Microcontroller]

How is the Swiss post e-voting system supposed to work, and how was it wrong?

My adviser wants to be the first author

How could a female member of a species produce eggs unto death?

Who is our nearest planetary neighbor, on average?

Provisioning profile doesn't include the application-identifier and keychain-access-groups entitlements

What is this large pipe coming out of my roof?

When do we add an hyphen (-) to a complex adjective word?

Official degrees of earth’s rotation per day

What does it mean to make a bootable LiveUSB?

How do I interpret this "sky cover" chart?

Know when to turn notes upside-down(eighth notes, sixteen notes, etc.)

Calculus II Professor will not accept my correct integral evaluation that uses a different method, should I bring this up further?

Good allowance savings plan?

Co-worker team leader wants to inject his friend's awful software into our development. What should I say to our common boss?

Dot in front of file

How to explain that I do not want to visit a country due to personal safety concern?

Science-fiction short story where space navy wanted hospital ships and settlers had guns mounted everywhere

Force user to remove USB token

Welcoming 2019 Pi day: How to draw the letter π?

Is it true that real estate prices mainly go up?

Making a sword in the stone, in a medieval world without magic

Can anyone tell me why this program fails?



Matrix-based proof of transformation rule for a wedge product of covectors by wedge product of covectors


Transformation Rule for a Wedge Product of CovectorsDescribe $f$ in terms of the tensor products of $alpha^i$ and $alpha^j$. Is this inner product? What are its coefficients?Derivations of bases of $A_k(V)$ and $L_k(V)$: what's the difference?An Expression for the Wedge ProductOrthogonal direct sum decomposition and projectionsSubspace for a matrix representation of a linear transformationAntisymmetry of exterior product for alternating multilinear formsIs the exterior wedge product of differential forms injective?Formula for wedge productIs this a valid way to think of decomposable $k$-forms?The volume element for a subspace of $mathbb R^N$Prove that Gramian matrix is Invertible iff $(v_1,…,v_k) $ is linearly independentDerivations of bases of $A_k(V)$ and $L_k(V)$: what's the difference?













0












$begingroup$


I am supposed to show




$$beta^1 ∧ ··· ∧ beta^k = (det A) gamma^1 ∧ ··· ∧ gamma^k$$



for covectors $beta^1, ···, beta^k, gamma^1, ···, gamma^k$ of a
vector space finite dimensional real vector space $V$ of dimension $n$
such that $vecbeta=Avecgamma$, where



$$vecbeta = [beta^1 ... beta^k]^T, vecgamma = [gamma^1 ...
> gamma^k]^T, A = [a_1^T ... a_k^T]^T, a_i^T = [a^i_1 ... a^i_k]$$




The solutions I have found (like this one on stackexchange and two more that are not on stackexchange) are not matrix-based and do not seem to utilize the following fact about the wedge product of covectors




$$(beta^1 ∧ ··· ∧ beta^k) (v_1, ..., v_k) = det[beta^i(v_j)]$$




  • So I'm composing a matrix-based proof now. Please verify.

Let $v_1, ..., v_k in V$. Then $$LHS = (beta^1 ∧ ··· ∧ beta^k) (v_1, ..., v_k) = det[beta^i(v_j)] = det[vecbeta(v_1) ... vecbeta(v_k)],$$ where $vecbeta(v_j) = [beta^1(v_j) ... beta^k(v_j)]^T$.



Now,



$$[vecbeta(v_1) ... vecbeta(v_k)] = [Avecgamma(v_1) ... Avecgamma(v_k)] = A [vecgamma(v_1) ... vecgamma(v_k)] = A [gamma^i(v_j)]$$



Hence,



$$[vecbeta(v_1) ... vecbeta(v_k)] = A [gamma^i(v_j)]$$



$$implies LHS = det[vecbeta(v_1) ... vecbeta(v_k)] = det (A [gamma^i(v_j)])= det (A) det([gamma^i(v_j)])$$



$$ = det(A) (gamma^1 ∧ ··· ∧ gamma^k)(v_1, ..., v_k) = RHS$$




  • My book is An Introduction to Manifolds by Loring W. Tu. This is Exercise 3.7 and is called "Transformation rule for a wedge product of covectors". The above fact is Proposition 3.27 called "wedge product of 1-covectors" (covector is defined as 1-covector).


  • Motivation for a matrix-based proof: I believe there's a way to do a matrix-based proof for another exercise, Exercise 3.8, based on an analogous result for Proposition 3.27 and Exercise 3.1 on inner product (specifically the generalization of Exercise 3.1 given in Exercise 3.3). If the above proof is unsuccessful, then I might not continue to attempt a matrix-based proof for Exercise 3.8. If the above proof is successful, then I might consider posting my attempt of a matrix-based proof for Exercise 3.8 in another question.










share|cite|improve this question











$endgroup$







  • 1




    $begingroup$
    are you sure $nneq k$? If we scale $A$ by a constant $q$, the left-hand side of the equation should scale by $q^k$, yet the right hand side should scale by $det (q*A) / (det A) = q^n$.
    $endgroup$
    – user3257842
    Feb 28 at 14:26






  • 1




    $begingroup$
    @user3257842 $A$ is $k times k$ and not $n times n$, so how did you get $det(q * A) = q^n det (A)$ please?
    $endgroup$
    – Selene Auckland
    Mar 2 at 7:46











  • $begingroup$
    I got confused when I saw $vecbeta=Avecgamma$, and took $A$ as an operator that acts on the elements of $V$. However, looking at the definitions, it is more appropriate to say $A$ acts on indices, defining a specific way to obtain the $beta^q, qin1..k$ vectors as index-dependent linear combinations of the $gamma^q, qin1..k$ vectors.
    $endgroup$
    – user3257842
    Mar 3 at 21:50










  • $begingroup$
    @user3257842 So, proof is correct?
    $endgroup$
    – Selene Auckland
    Mar 4 at 4:45










  • $begingroup$
    @user3257842 Thanks, but what do you mean? Is my proof correct?
    $endgroup$
    – Selene Auckland
    Mar 7 at 9:41















0












$begingroup$


I am supposed to show




$$beta^1 ∧ ··· ∧ beta^k = (det A) gamma^1 ∧ ··· ∧ gamma^k$$



for covectors $beta^1, ···, beta^k, gamma^1, ···, gamma^k$ of a
vector space finite dimensional real vector space $V$ of dimension $n$
such that $vecbeta=Avecgamma$, where



$$vecbeta = [beta^1 ... beta^k]^T, vecgamma = [gamma^1 ...
> gamma^k]^T, A = [a_1^T ... a_k^T]^T, a_i^T = [a^i_1 ... a^i_k]$$




The solutions I have found (like this one on stackexchange and two more that are not on stackexchange) are not matrix-based and do not seem to utilize the following fact about the wedge product of covectors




$$(beta^1 ∧ ··· ∧ beta^k) (v_1, ..., v_k) = det[beta^i(v_j)]$$




  • So I'm composing a matrix-based proof now. Please verify.

Let $v_1, ..., v_k in V$. Then $$LHS = (beta^1 ∧ ··· ∧ beta^k) (v_1, ..., v_k) = det[beta^i(v_j)] = det[vecbeta(v_1) ... vecbeta(v_k)],$$ where $vecbeta(v_j) = [beta^1(v_j) ... beta^k(v_j)]^T$.



Now,



$$[vecbeta(v_1) ... vecbeta(v_k)] = [Avecgamma(v_1) ... Avecgamma(v_k)] = A [vecgamma(v_1) ... vecgamma(v_k)] = A [gamma^i(v_j)]$$



Hence,



$$[vecbeta(v_1) ... vecbeta(v_k)] = A [gamma^i(v_j)]$$



$$implies LHS = det[vecbeta(v_1) ... vecbeta(v_k)] = det (A [gamma^i(v_j)])= det (A) det([gamma^i(v_j)])$$



$$ = det(A) (gamma^1 ∧ ··· ∧ gamma^k)(v_1, ..., v_k) = RHS$$




  • My book is An Introduction to Manifolds by Loring W. Tu. This is Exercise 3.7 and is called "Transformation rule for a wedge product of covectors". The above fact is Proposition 3.27 called "wedge product of 1-covectors" (covector is defined as 1-covector).


  • Motivation for a matrix-based proof: I believe there's a way to do a matrix-based proof for another exercise, Exercise 3.8, based on an analogous result for Proposition 3.27 and Exercise 3.1 on inner product (specifically the generalization of Exercise 3.1 given in Exercise 3.3). If the above proof is unsuccessful, then I might not continue to attempt a matrix-based proof for Exercise 3.8. If the above proof is successful, then I might consider posting my attempt of a matrix-based proof for Exercise 3.8 in another question.










share|cite|improve this question











$endgroup$







  • 1




    $begingroup$
    are you sure $nneq k$? If we scale $A$ by a constant $q$, the left-hand side of the equation should scale by $q^k$, yet the right hand side should scale by $det (q*A) / (det A) = q^n$.
    $endgroup$
    – user3257842
    Feb 28 at 14:26






  • 1




    $begingroup$
    @user3257842 $A$ is $k times k$ and not $n times n$, so how did you get $det(q * A) = q^n det (A)$ please?
    $endgroup$
    – Selene Auckland
    Mar 2 at 7:46











  • $begingroup$
    I got confused when I saw $vecbeta=Avecgamma$, and took $A$ as an operator that acts on the elements of $V$. However, looking at the definitions, it is more appropriate to say $A$ acts on indices, defining a specific way to obtain the $beta^q, qin1..k$ vectors as index-dependent linear combinations of the $gamma^q, qin1..k$ vectors.
    $endgroup$
    – user3257842
    Mar 3 at 21:50










  • $begingroup$
    @user3257842 So, proof is correct?
    $endgroup$
    – Selene Auckland
    Mar 4 at 4:45










  • $begingroup$
    @user3257842 Thanks, but what do you mean? Is my proof correct?
    $endgroup$
    – Selene Auckland
    Mar 7 at 9:41













0












0








0





$begingroup$


I am supposed to show




$$beta^1 ∧ ··· ∧ beta^k = (det A) gamma^1 ∧ ··· ∧ gamma^k$$



for covectors $beta^1, ···, beta^k, gamma^1, ···, gamma^k$ of a
vector space finite dimensional real vector space $V$ of dimension $n$
such that $vecbeta=Avecgamma$, where



$$vecbeta = [beta^1 ... beta^k]^T, vecgamma = [gamma^1 ...
> gamma^k]^T, A = [a_1^T ... a_k^T]^T, a_i^T = [a^i_1 ... a^i_k]$$




The solutions I have found (like this one on stackexchange and two more that are not on stackexchange) are not matrix-based and do not seem to utilize the following fact about the wedge product of covectors




$$(beta^1 ∧ ··· ∧ beta^k) (v_1, ..., v_k) = det[beta^i(v_j)]$$




  • So I'm composing a matrix-based proof now. Please verify.

Let $v_1, ..., v_k in V$. Then $$LHS = (beta^1 ∧ ··· ∧ beta^k) (v_1, ..., v_k) = det[beta^i(v_j)] = det[vecbeta(v_1) ... vecbeta(v_k)],$$ where $vecbeta(v_j) = [beta^1(v_j) ... beta^k(v_j)]^T$.



Now,



$$[vecbeta(v_1) ... vecbeta(v_k)] = [Avecgamma(v_1) ... Avecgamma(v_k)] = A [vecgamma(v_1) ... vecgamma(v_k)] = A [gamma^i(v_j)]$$



Hence,



$$[vecbeta(v_1) ... vecbeta(v_k)] = A [gamma^i(v_j)]$$



$$implies LHS = det[vecbeta(v_1) ... vecbeta(v_k)] = det (A [gamma^i(v_j)])= det (A) det([gamma^i(v_j)])$$



$$ = det(A) (gamma^1 ∧ ··· ∧ gamma^k)(v_1, ..., v_k) = RHS$$




  • My book is An Introduction to Manifolds by Loring W. Tu. This is Exercise 3.7 and is called "Transformation rule for a wedge product of covectors". The above fact is Proposition 3.27 called "wedge product of 1-covectors" (covector is defined as 1-covector).


  • Motivation for a matrix-based proof: I believe there's a way to do a matrix-based proof for another exercise, Exercise 3.8, based on an analogous result for Proposition 3.27 and Exercise 3.1 on inner product (specifically the generalization of Exercise 3.1 given in Exercise 3.3). If the above proof is unsuccessful, then I might not continue to attempt a matrix-based proof for Exercise 3.8. If the above proof is successful, then I might consider posting my attempt of a matrix-based proof for Exercise 3.8 in another question.










share|cite|improve this question











$endgroup$




I am supposed to show




$$beta^1 ∧ ··· ∧ beta^k = (det A) gamma^1 ∧ ··· ∧ gamma^k$$



for covectors $beta^1, ···, beta^k, gamma^1, ···, gamma^k$ of a
vector space finite dimensional real vector space $V$ of dimension $n$
such that $vecbeta=Avecgamma$, where



$$vecbeta = [beta^1 ... beta^k]^T, vecgamma = [gamma^1 ...
> gamma^k]^T, A = [a_1^T ... a_k^T]^T, a_i^T = [a^i_1 ... a^i_k]$$




The solutions I have found (like this one on stackexchange and two more that are not on stackexchange) are not matrix-based and do not seem to utilize the following fact about the wedge product of covectors




$$(beta^1 ∧ ··· ∧ beta^k) (v_1, ..., v_k) = det[beta^i(v_j)]$$




  • So I'm composing a matrix-based proof now. Please verify.

Let $v_1, ..., v_k in V$. Then $$LHS = (beta^1 ∧ ··· ∧ beta^k) (v_1, ..., v_k) = det[beta^i(v_j)] = det[vecbeta(v_1) ... vecbeta(v_k)],$$ where $vecbeta(v_j) = [beta^1(v_j) ... beta^k(v_j)]^T$.



Now,



$$[vecbeta(v_1) ... vecbeta(v_k)] = [Avecgamma(v_1) ... Avecgamma(v_k)] = A [vecgamma(v_1) ... vecgamma(v_k)] = A [gamma^i(v_j)]$$



Hence,



$$[vecbeta(v_1) ... vecbeta(v_k)] = A [gamma^i(v_j)]$$



$$implies LHS = det[vecbeta(v_1) ... vecbeta(v_k)] = det (A [gamma^i(v_j)])= det (A) det([gamma^i(v_j)])$$



$$ = det(A) (gamma^1 ∧ ··· ∧ gamma^k)(v_1, ..., v_k) = RHS$$




  • My book is An Introduction to Manifolds by Loring W. Tu. This is Exercise 3.7 and is called "Transformation rule for a wedge product of covectors". The above fact is Proposition 3.27 called "wedge product of 1-covectors" (covector is defined as 1-covector).


  • Motivation for a matrix-based proof: I believe there's a way to do a matrix-based proof for another exercise, Exercise 3.8, based on an analogous result for Proposition 3.27 and Exercise 3.1 on inner product (specifically the generalization of Exercise 3.1 given in Exercise 3.3). If the above proof is unsuccessful, then I might not continue to attempt a matrix-based proof for Exercise 3.8. If the above proof is successful, then I might consider posting my attempt of a matrix-based proof for Exercise 3.8 in another question.







linear-algebra differential-geometry vector-spaces inner-product-space tensor-products






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 11 at 11:33







Selene Auckland

















asked Feb 28 at 11:36









Selene AucklandSelene Auckland

6911




6911







  • 1




    $begingroup$
    are you sure $nneq k$? If we scale $A$ by a constant $q$, the left-hand side of the equation should scale by $q^k$, yet the right hand side should scale by $det (q*A) / (det A) = q^n$.
    $endgroup$
    – user3257842
    Feb 28 at 14:26






  • 1




    $begingroup$
    @user3257842 $A$ is $k times k$ and not $n times n$, so how did you get $det(q * A) = q^n det (A)$ please?
    $endgroup$
    – Selene Auckland
    Mar 2 at 7:46











  • $begingroup$
    I got confused when I saw $vecbeta=Avecgamma$, and took $A$ as an operator that acts on the elements of $V$. However, looking at the definitions, it is more appropriate to say $A$ acts on indices, defining a specific way to obtain the $beta^q, qin1..k$ vectors as index-dependent linear combinations of the $gamma^q, qin1..k$ vectors.
    $endgroup$
    – user3257842
    Mar 3 at 21:50










  • $begingroup$
    @user3257842 So, proof is correct?
    $endgroup$
    – Selene Auckland
    Mar 4 at 4:45










  • $begingroup$
    @user3257842 Thanks, but what do you mean? Is my proof correct?
    $endgroup$
    – Selene Auckland
    Mar 7 at 9:41












  • 1




    $begingroup$
    are you sure $nneq k$? If we scale $A$ by a constant $q$, the left-hand side of the equation should scale by $q^k$, yet the right hand side should scale by $det (q*A) / (det A) = q^n$.
    $endgroup$
    – user3257842
    Feb 28 at 14:26






  • 1




    $begingroup$
    @user3257842 $A$ is $k times k$ and not $n times n$, so how did you get $det(q * A) = q^n det (A)$ please?
    $endgroup$
    – Selene Auckland
    Mar 2 at 7:46











  • $begingroup$
    I got confused when I saw $vecbeta=Avecgamma$, and took $A$ as an operator that acts on the elements of $V$. However, looking at the definitions, it is more appropriate to say $A$ acts on indices, defining a specific way to obtain the $beta^q, qin1..k$ vectors as index-dependent linear combinations of the $gamma^q, qin1..k$ vectors.
    $endgroup$
    – user3257842
    Mar 3 at 21:50










  • $begingroup$
    @user3257842 So, proof is correct?
    $endgroup$
    – Selene Auckland
    Mar 4 at 4:45










  • $begingroup$
    @user3257842 Thanks, but what do you mean? Is my proof correct?
    $endgroup$
    – Selene Auckland
    Mar 7 at 9:41







1




1




$begingroup$
are you sure $nneq k$? If we scale $A$ by a constant $q$, the left-hand side of the equation should scale by $q^k$, yet the right hand side should scale by $det (q*A) / (det A) = q^n$.
$endgroup$
– user3257842
Feb 28 at 14:26




$begingroup$
are you sure $nneq k$? If we scale $A$ by a constant $q$, the left-hand side of the equation should scale by $q^k$, yet the right hand side should scale by $det (q*A) / (det A) = q^n$.
$endgroup$
– user3257842
Feb 28 at 14:26




1




1




$begingroup$
@user3257842 $A$ is $k times k$ and not $n times n$, so how did you get $det(q * A) = q^n det (A)$ please?
$endgroup$
– Selene Auckland
Mar 2 at 7:46





$begingroup$
@user3257842 $A$ is $k times k$ and not $n times n$, so how did you get $det(q * A) = q^n det (A)$ please?
$endgroup$
– Selene Auckland
Mar 2 at 7:46













$begingroup$
I got confused when I saw $vecbeta=Avecgamma$, and took $A$ as an operator that acts on the elements of $V$. However, looking at the definitions, it is more appropriate to say $A$ acts on indices, defining a specific way to obtain the $beta^q, qin1..k$ vectors as index-dependent linear combinations of the $gamma^q, qin1..k$ vectors.
$endgroup$
– user3257842
Mar 3 at 21:50




$begingroup$
I got confused when I saw $vecbeta=Avecgamma$, and took $A$ as an operator that acts on the elements of $V$. However, looking at the definitions, it is more appropriate to say $A$ acts on indices, defining a specific way to obtain the $beta^q, qin1..k$ vectors as index-dependent linear combinations of the $gamma^q, qin1..k$ vectors.
$endgroup$
– user3257842
Mar 3 at 21:50












$begingroup$
@user3257842 So, proof is correct?
$endgroup$
– Selene Auckland
Mar 4 at 4:45




$begingroup$
@user3257842 So, proof is correct?
$endgroup$
– Selene Auckland
Mar 4 at 4:45












$begingroup$
@user3257842 Thanks, but what do you mean? Is my proof correct?
$endgroup$
– Selene Auckland
Mar 7 at 9:41




$begingroup$
@user3257842 Thanks, but what do you mean? Is my proof correct?
$endgroup$
– Selene Auckland
Mar 7 at 9:41










0






active

oldest

votes











Your Answer





StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3130101%2fmatrix-based-proof-of-transformation-rule-for-a-wedge-product-of-covectors-by-we%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Mathematics Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3130101%2fmatrix-based-proof-of-transformation-rule-for-a-wedge-product-of-covectors-by-we%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer