MHB Interpreting & Solving Nullspace

  • Thread starter Thread starter cbarker1
  • Start date Start date
  • Tags Tags
    Nullspace
cbarker1
Gold Member
MHB
Messages
345
Reaction score
23
What is the interpretation of this nullspace? How to write the solution in parametric form if possible?

$N( \left(\begin{matrix}2&-1&0\\1&0&0\\0&0&0\end{matrix}\right))$

Using Gauss-Jordan Elimination

$\left(\begin{matrix}2&-1&0\\1&0&0\\0&0&0\end{matrix}\right)$ $\implies$ $\left(\begin{matrix}1&0&0\\0&1&0\\0&0&0\end{matrix}\right)$
Cbarker
 
Physics news on Phys.org
Hi Cbarker1,

You have pivots in the first and second columns, so $x = 0$ and $y = 0$. The row of zeros indicate that $z$ is a free variable. You can write the solution parametrically as $x = 0$, $y = 0$, $z = t$, where $t$ is a parameter variable.
 
Just for clarity's sake:

for a $m \times n$ matrix $A = (a_{ij})$ we can regard it as a function $\Bbb R^n \to \Bbb R^m$ that sends the vector:

$\begin{bmatrix}x_1\\ \vdots\\ x_n\end{bmatrix} \mapsto \begin{bmatrix}a_{11}&\cdots&a_{1n}\\ \vdots&\ddots&\vdots\\a_{m1}&\dots&a_{mn}\end{bmatrix}\begin{bmatrix}x_1\\ \vdots\\x_n\end{bmatrix}$

Then $N(A) = \left\{\begin{bmatrix}x_1\\ \vdots\\ x_n\end{bmatrix} \in \Bbb R^n: \begin{bmatrix}a_{11}&\cdots&a_{1n}\\ \vdots&\ddots&\vdots\\a_{m1}&\dots&a_{mn}\end{bmatrix}\begin{bmatrix}x_1\\ \vdots\\x_n\end{bmatrix} = \begin{bmatrix}0\\ \vdots\\0\end{bmatrix}\right\}$

In your case, then, we seek $(x,y,z)$ such that:

$\begin{bmatrix}2&-1&0\\1&0&0\\0&0&0\end{bmatrix}\begin{bmatrix}x\\y\\z\end{bmatrix} = \begin{bmatrix}0\\0\\0\end{bmatrix}$

While Gaussian elimination (row-reduction) certainly works, it is possible to solve the related system of equations:

$2x - y +0z = 0$
$x + 0y + 0z = 0$
$0x + 0y + 0z = 0$

by *inspection*.

We can simplify this to:

$2x - y = 0$
$x = 0$

But I kept the $0$-coefficients in on purpose to show you that *any* $z$ will do.
 
I asked online questions about Proposition 2.1.1: The answer I got is the following: I have some questions about the answer I got. When the person answering says: ##1.## Is the map ##\mathfrak{q}\mapsto \mathfrak{q} A _\mathfrak{p}## from ##A\setminus \mathfrak{p}\to A_\mathfrak{p}##? But I don't understand what the author meant for the rest of the sentence in mathematical notation: ##2.## In the next statement where the author says: How is ##A\to...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...

Similar threads

Replies
15
Views
2K
Replies
5
Views
1K
Replies
34
Views
2K
Replies
3
Views
1K
Replies
7
Views
2K
Replies
7
Views
3K
Back
Top