Base per lo spazio nelle matrici di generica taglia su un generico campo

LogicalCake
Ciao a tutti, una domanda lampo. Un esercizio mi chiede di trovare una base di \(\displaystyle \mathbb{R}^{m,n} \) e di \(\displaystyle \mathbb{C}^{m,n} \). La domanda è banale ma da un punto di vista notazionale come scrivereste la risposta? Cioè so che posso considerare le basi canoniche che sono costituite da \(\displaystyle m \times n\) matrici le cui entrate sono tutte nulle ad eccezione di una soltanto, che assume il valore 1, a "turno" su ogni matrice... Ma formalmente? Ahhhh questa notazione mi ucciderà un giorno :|

Risposte
LogicalCake
\(\displaystyle \mathcal{B} = \left\{
\begin{pmatrix}
1 & 0 & \cdots & 0 \\
0 & 0 & \cdots & 0 \\
\vdots & \vdots & \ddots & \vdots \\
0 & 0 & \cdots & 0\end{pmatrix}
;
\begin{pmatrix}
0 & 1 & \cdots & 0 \\
0 & 0 & \cdots & 0 \\
\vdots & \vdots & \ddots & \vdots \\
0 & 0 & \cdots & 0 \end{pmatrix}
; ... ;
\begin{pmatrix}
0 & 0 & \cdots & 1 \\
0 & 0 & \cdots & 0 \\
\vdots & \vdots & \ddots & \vdots \\
0 & 0 & \cdots & 0
\end{pmatrix}
;
\begin{pmatrix}
0 & 0 & \cdots & 0 \\
1 & 0 & \cdots & 0 \\
\vdots & \vdots & \ddots & \vdots \\
0 & 0 & \cdots & 0
\end{pmatrix}
;
\begin{pmatrix}
0 & 0 & \cdots & 0 \\
0 & 1 & \cdots & 0 \\
\vdots & \vdots & \ddots & \vdots \\
0 & 0 & \cdots & 0
\end{pmatrix}
;...;
\begin{pmatrix}
0 & 0 & \cdots & 0 \\
0 & 0 & \cdots & 0 \\
\vdots & \vdots & \ddots & \vdots \\
0 & 0 & \cdots & 1
\end{pmatrix}
\right\}
\)

Mi sembra un po' eccessivo così, non so hahahaha

Rispondi
Per rispondere a questa discussione devi prima effettuare il login.