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

Solar Wings Breeze Design and development Specifications (Breeze) References Navigation menu1368-485X"Hang glider: Breeze (Solar Wings)"e

Kathakali Contents Etymology and nomenclature History Repertoire Songs and musical instruments Traditional plays Styles: Sampradayam Training centers and awards Relationship to other dance forms See also Notes References External links Navigation menueThe Illustrated Encyclopedia of Hinduism: A-MSouth Asian Folklore: An EncyclopediaRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to Play10.1353/atj.2005.0004The Illustrated Encyclopedia of Hinduism: A-MEncyclopedia of HinduismKathakali Dance-drama: Where Gods and Demons Come to PlaySonic Liturgy: Ritual and Music in Hindu Tradition"The Mirror of Gesture"Kathakali Dance-drama: Where Gods and Demons Come to Play"Kathakali"Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceMedieval Indian Literature: An AnthologyThe Oxford Companion to Indian TheatreSouth Asian Folklore: An Encyclopedia : Afghanistan, Bangladesh, India, Nepal, Pakistan, Sri LankaThe Rise of Performance Studies: Rethinking Richard Schechner's Broad SpectrumIndian Theatre: Traditions of PerformanceModern Asian Theatre and Performance 1900-2000Critical Theory and PerformanceBetween Theater and AnthropologyKathakali603847011Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceBetween Theater and AnthropologyBetween Theater and AnthropologyNambeesan Smaraka AwardsArchivedThe Cambridge Guide to TheatreRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeThe Garland Encyclopedia of World Music: South Asia : the Indian subcontinentThe Ethos of Noh: Actors and Their Art10.2307/1145740By Means of Performance: Intercultural Studies of Theatre and Ritual10.1017/s204912550000100xReconceiving the Renaissance: A Critical ReaderPerformance TheoryListening to Theatre: The Aural Dimension of Beijing Opera10.2307/1146013Kathakali: The Art of the Non-WorldlyOn KathakaliKathakali, the dance theatreThe Kathakali Complex: Performance & StructureKathakali Dance-Drama: Where Gods and Demons Come to Play10.1093/obo/9780195399318-0071Drama and Ritual of Early Hinduism"In the Shadow of Hollywood Orientalism: Authentic East Indian Dancing"10.1080/08949460490274013Sanskrit Play Production in Ancient IndiaIndian Music: History and StructureBharata, the Nāṭyaśāstra233639306Table of Contents2238067286469807Dance In Indian Painting10.2307/32047833204783Kathakali Dance-Theatre: A Visual Narrative of Sacred Indian MimeIndian Classical Dance: The Renaissance and BeyondKathakali: an indigenous art-form of Keralaeee

Method to test if a number is a perfect power? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Detecting perfect squares faster than by extracting square rooteffective way to get the integer sequence A181392 from oeisA rarely mentioned fact about perfect powersHow many numbers such $n$ are there that $n<100,lfloorsqrtn rfloor mid n$Check perfect squareness by modulo division against multiple basesFor what pair of integers $(a,b)$ is $3^a + 7^b$ a perfect square.Do there exist any positive integers $n$ such that $lfloore^nrfloor$ is a perfect power? What is the probability that one exists?finding perfect power factors of an integerProve that the sequence contains a perfect square for any natural number $m $ in the domain of $f$ .Counting Perfect Powers