JavaScript promise rejection: Loading CSS chunk katex failed. (error: https://git.javalsai.tuxcord.net/assets/css/katex.41d5cba5.css). Open browser console to see more details.
1
0
forked from javalsai/website
2024-11-23 21:09:00 +01:00

370 B

Exercise 86 page 30

Calcula el rango de estas matrices:

  • Apartado A

A = \begin{pmatrix}
2 & 0 \\
0 & 2
\end{pmatrix}

Rango 2.

  • Apartado B

B = \begin{pmatrix}
1 & 2 \\
1 & 2
\end{pmatrix}

Rango 1.

  • Apartado C

C = \begin{pmatrix}
1 & 0 \\
0 & 0
\end{pmatrix}

Rango 1.

  • Apartado D

B = \begin{pmatrix}
0 & 1 \\
2 & 0
\end{pmatrix}

Rango 2.