MHB 14.2 find a basis for NS(A) and dim{NS(A)}

  • Thread starter Thread starter karush
  • Start date Start date
  • Tags Tags
    Basis
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
$\tiny{370.14.2.}$
For the matrix
$A=\left[
\begin{array}{rrrr}
1&0&1\\0&1&3
\end{array}\right]$
find a basis for NS(A) and $\dim{NS(A)}$
-----------------------------------------------------------
altho it didn't say I assume the notation means Null Space of A
Reducing the augmented matrix for the system $$AX=0$$ to reduced row-echelon form.
$\left[
\begin{array}{ccc}
1 & 0 & 1 \\ 0 & 1 & 3
\end{array} \right]
\left[ \begin{array}{c}
x_{1} \\ x_{2} \\ x_{3}
\end{array} \right]
=\left[ \begin{array}{c}
0 \\ 0
\end{array}
\right]$
OK just seeing if I am going in the right direction
 
Last edited:
Physics news on Phys.org
karush said:
$\tiny{370.14.2.}$
For the matrix
$A=\left[
\begin{array}{rrrr}
1&0&1\\0&1&3
\end{array}\right]$
find a basis for NS(A) and $\dim{NS(A)}$
-----------------------------------------------------------
altho it didn't say I assume the notation means Null Space of A
Reducing the augmented matrix for the system $$AX=0$$ to reduced row-echelon form.
$\left[
\begin{array}{ccc}
1 & 0 & 1 \\ 0 & 1 & 3
\end{array} \right]
\left[ \begin{array}{c}
x_{1} \\ x_{2} \\ x_{3}
\end{array} \right]
=\left[ \begin{array}{c}
0 \\ 0
\end{array}
\right]$
OK just seeing if I am going in the right direction
Yes, that is correct. Do you see that the matrix equation is equivalent to the two equations x_1+ x_3= 0 and x_2+ 3x_3= 0? Do you see that x_1 and x_2 can be written in terms of x_3 so this null space is one dimensional?
 
Thread 'Determine whether ##125## is a unit in ##\mathbb{Z_471}##'
This is the question, I understand the concept, in ##\mathbb{Z_n}## an element is a is a unit if and only if gcd( a,n) =1. My understanding of backwards substitution, ... i have using Euclidean algorithm, ##471 = 3⋅121 + 108## ##121 = 1⋅108 + 13## ##108 =8⋅13+4## ##13=3⋅4+1## ##4=4⋅1+0## using back-substitution, ##1=13-3⋅4## ##=(121-1⋅108)-3(108-8⋅13)## ... ##= 121-(471-3⋅121)-3⋅471+9⋅121+24⋅121-24(471-3⋅121## ##=121-471+3⋅121-3⋅471+9⋅121+24⋅121-24⋅471+72⋅121##...
Back
Top