Does polynomial keep inverse?Does this conic combination generate all $ntimes n$ real symmetric positive-semidefinite matrices?Inverse of a unipotent matrixDoes the inverse of a polynomial matrix have polynomial growth?On generalised inverseHermitian Matrix and nondecreasing eigenvaluesDoes subtracting a positive semi-definite diagonal matrix from a Hurwitz matrix keep it Hurwitz?Is a square matrix $A$ where $A^3$ is the zero matrix invertible when added to the identity matrix $(I+A)$?matrix inverse structureExplain why the determinant of $A$ must be $1$ or $-1$Given a Characteristic Polynomial of a Matrix…
Theorems like the Lovász Local Lemma?
Is it possible that AIC = BIC?
Is it possible to upcast ritual spells?
Know when to turn notes upside-down(eighth notes, sixteen notes, etc.)
Latest web browser compatible with Windows 98
Welcoming 2019 Pi day: How to draw the letter π?
Why are there 40 737 Max planes in flight when they have been grounded as not airworthy?
Why using two cd commands in bash script does not execute the second command
The use of "touch" and "touch on" in context
Does splitting a potentially monolithic application into several smaller ones help prevent bugs?
Why do Australian milk farmers need to protest supermarkets' milk price?
Does this AnyDice function accurately calculate the number of ogres you make unconcious with three 4th-level castings of Sleep?
Does this property of comaximal ideals always holds?
Sword in the Stone story where the sword was held in place by electromagnets
Instead of Universal Basic Income, why not Universal Basic NEEDS?
Why doesn't the EU now just force the UK to choose between referendum and no-deal?
Good allowance savings plan?
Why does Deadpool say "You're welcome, Canada," after shooting Ryan Reynolds in the end credits?
Using "wallow" verb with object
How to deal with taxi scam when on vacation?
Can hydraulic brake levers get hot when brakes overheat?
Did CPM support custom hardware using device drivers?
Ban on all campaign finance?
What has been your most complicated TikZ drawing?
Does polynomial keep inverse?
Does this conic combination generate all $ntimes n$ real symmetric positive-semidefinite matrices?Inverse of a unipotent matrixDoes the inverse of a polynomial matrix have polynomial growth?On generalised inverseHermitian Matrix and nondecreasing eigenvaluesDoes subtracting a positive semi-definite diagonal matrix from a Hurwitz matrix keep it Hurwitz?Is a square matrix $A$ where $A^3$ is the zero matrix invertible when added to the identity matrix $(I+A)$?matrix inverse structureExplain why the determinant of $A$ must be $1$ or $-1$Given a Characteristic Polynomial of a Matrix…
$begingroup$
Let $A=(a_i,j)_ntimes n$ be an invertible matrix with the positive rational entry. Let $p(x)$ be a rational polynomial. Consider the following matrix
beginalign*
B=left(p(a_i,j)right)_ntimes n.
endalign*
Assume that $a_i,j$ is not a zero of $p(x)$ for any $1leq i,jleq n$.
Then I am wondering whether $B$ is invertible?
A more general question can be raised as follows:
Let $f(x)$ be a real function. If each $a_i,j$ is not a zero of $f(x)$, then when is the matrix $D=left(f(a_i,j)right)_ntimes n$ invertible?
Any help will be appreciated!:)
linear-algebra matrices polynomials determinant inverse
$endgroup$
add a comment |
$begingroup$
Let $A=(a_i,j)_ntimes n$ be an invertible matrix with the positive rational entry. Let $p(x)$ be a rational polynomial. Consider the following matrix
beginalign*
B=left(p(a_i,j)right)_ntimes n.
endalign*
Assume that $a_i,j$ is not a zero of $p(x)$ for any $1leq i,jleq n$.
Then I am wondering whether $B$ is invertible?
A more general question can be raised as follows:
Let $f(x)$ be a real function. If each $a_i,j$ is not a zero of $f(x)$, then when is the matrix $D=left(f(a_i,j)right)_ntimes n$ invertible?
Any help will be appreciated!:)
linear-algebra matrices polynomials determinant inverse
$endgroup$
add a comment |
$begingroup$
Let $A=(a_i,j)_ntimes n$ be an invertible matrix with the positive rational entry. Let $p(x)$ be a rational polynomial. Consider the following matrix
beginalign*
B=left(p(a_i,j)right)_ntimes n.
endalign*
Assume that $a_i,j$ is not a zero of $p(x)$ for any $1leq i,jleq n$.
Then I am wondering whether $B$ is invertible?
A more general question can be raised as follows:
Let $f(x)$ be a real function. If each $a_i,j$ is not a zero of $f(x)$, then when is the matrix $D=left(f(a_i,j)right)_ntimes n$ invertible?
Any help will be appreciated!:)
linear-algebra matrices polynomials determinant inverse
$endgroup$
Let $A=(a_i,j)_ntimes n$ be an invertible matrix with the positive rational entry. Let $p(x)$ be a rational polynomial. Consider the following matrix
beginalign*
B=left(p(a_i,j)right)_ntimes n.
endalign*
Assume that $a_i,j$ is not a zero of $p(x)$ for any $1leq i,jleq n$.
Then I am wondering whether $B$ is invertible?
A more general question can be raised as follows:
Let $f(x)$ be a real function. If each $a_i,j$ is not a zero of $f(x)$, then when is the matrix $D=left(f(a_i,j)right)_ntimes n$ invertible?
Any help will be appreciated!:)
linear-algebra matrices polynomials determinant inverse
linear-algebra matrices polynomials determinant inverse
asked Mar 11 at 10:16
VerMoriartyVerMoriarty
1538
1538
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
No. Take $p(x)=(x-1)^2$ and let $A=left[beginsmallmatrix2&0\0&2endsmallmatrixright]$. Then$$beginvmatrixp(2)&p(0)\p(0)&p(2)endvmatrix=beginvmatrix1&1\1&1endvmatrix=0,$$but $det Aneq0$.
$endgroup$
add a comment |
$begingroup$
I am not giving you a straight answer, but will say something that will help you see what all things can happen.
Actually we can easily see the other direction. All matrices are square and size $ntimes n$, for some fixed $n>1$.
Let $A$ be a fixed matrix with all entries different. For an arbitrary matrix $X$
we can find a polynomial $p(x)$ such that $x_i,j= p(a_i,j)$.
This is Lagrange Interpolation Theorem (Numerical mathematics, or Chinese Remainder Theorem).
So this covers $X$ singular as well as non-singular.
Now you should be able to see.
$endgroup$
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3143519%2fdoes-polynomial-keep-inverse%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
No. Take $p(x)=(x-1)^2$ and let $A=left[beginsmallmatrix2&0\0&2endsmallmatrixright]$. Then$$beginvmatrixp(2)&p(0)\p(0)&p(2)endvmatrix=beginvmatrix1&1\1&1endvmatrix=0,$$but $det Aneq0$.
$endgroup$
add a comment |
$begingroup$
No. Take $p(x)=(x-1)^2$ and let $A=left[beginsmallmatrix2&0\0&2endsmallmatrixright]$. Then$$beginvmatrixp(2)&p(0)\p(0)&p(2)endvmatrix=beginvmatrix1&1\1&1endvmatrix=0,$$but $det Aneq0$.
$endgroup$
add a comment |
$begingroup$
No. Take $p(x)=(x-1)^2$ and let $A=left[beginsmallmatrix2&0\0&2endsmallmatrixright]$. Then$$beginvmatrixp(2)&p(0)\p(0)&p(2)endvmatrix=beginvmatrix1&1\1&1endvmatrix=0,$$but $det Aneq0$.
$endgroup$
No. Take $p(x)=(x-1)^2$ and let $A=left[beginsmallmatrix2&0\0&2endsmallmatrixright]$. Then$$beginvmatrixp(2)&p(0)\p(0)&p(2)endvmatrix=beginvmatrix1&1\1&1endvmatrix=0,$$but $det Aneq0$.
answered Mar 11 at 10:21
José Carlos SantosJosé Carlos Santos
167k22132235
167k22132235
add a comment |
add a comment |
$begingroup$
I am not giving you a straight answer, but will say something that will help you see what all things can happen.
Actually we can easily see the other direction. All matrices are square and size $ntimes n$, for some fixed $n>1$.
Let $A$ be a fixed matrix with all entries different. For an arbitrary matrix $X$
we can find a polynomial $p(x)$ such that $x_i,j= p(a_i,j)$.
This is Lagrange Interpolation Theorem (Numerical mathematics, or Chinese Remainder Theorem).
So this covers $X$ singular as well as non-singular.
Now you should be able to see.
$endgroup$
add a comment |
$begingroup$
I am not giving you a straight answer, but will say something that will help you see what all things can happen.
Actually we can easily see the other direction. All matrices are square and size $ntimes n$, for some fixed $n>1$.
Let $A$ be a fixed matrix with all entries different. For an arbitrary matrix $X$
we can find a polynomial $p(x)$ such that $x_i,j= p(a_i,j)$.
This is Lagrange Interpolation Theorem (Numerical mathematics, or Chinese Remainder Theorem).
So this covers $X$ singular as well as non-singular.
Now you should be able to see.
$endgroup$
add a comment |
$begingroup$
I am not giving you a straight answer, but will say something that will help you see what all things can happen.
Actually we can easily see the other direction. All matrices are square and size $ntimes n$, for some fixed $n>1$.
Let $A$ be a fixed matrix with all entries different. For an arbitrary matrix $X$
we can find a polynomial $p(x)$ such that $x_i,j= p(a_i,j)$.
This is Lagrange Interpolation Theorem (Numerical mathematics, or Chinese Remainder Theorem).
So this covers $X$ singular as well as non-singular.
Now you should be able to see.
$endgroup$
I am not giving you a straight answer, but will say something that will help you see what all things can happen.
Actually we can easily see the other direction. All matrices are square and size $ntimes n$, for some fixed $n>1$.
Let $A$ be a fixed matrix with all entries different. For an arbitrary matrix $X$
we can find a polynomial $p(x)$ such that $x_i,j= p(a_i,j)$.
This is Lagrange Interpolation Theorem (Numerical mathematics, or Chinese Remainder Theorem).
So this covers $X$ singular as well as non-singular.
Now you should be able to see.
answered Mar 11 at 10:32
P VanchinathanP Vanchinathan
15.5k12136
15.5k12136
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3143519%2fdoes-polynomial-keep-inverse%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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