Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. \documentclass{article}
  2.  
  3. \usepackage[russian]{babel}
  4. \usepackage[utf8x]{inputenc}
  5. \usepackage{amsmath}
  6. \usepackage{systeme}
  7. \usepackage{delarray}
  8. \usepackage{tikz}
  9. \usepackage{pgfplots}
  10.  
  11. \DeclareMathOperator{\rk}{rk}
  12.  
  13. \title{–Ш–Ф–Ч-3 –≤–∞—А–Є–∞–љ—В 9}
  14. \author{–Ф–µ–љ–Є—Б –Ъ–Њ–Ј–ї–Њ–≤}
  15.  
  16. \begin{document}
  17. \maketitle
  18. \newpage
  19.  
  20. \section*{–Ч–∞–і–∞—З–∞ 1}
  21. \begin{multline*}
  22. A =
  23. \begin{pmatrix}
  24. 12 & 14 & 18 & 17 & 4 \\
  25. 4 & 5 & 1 & 4 & 2 \\
  26. -14 & -18 & 4 & -9 & 2 \\
  27. 5 & 6 & 5 & 5 & -3 \\
  28. 1 & 1 & 4 & 2 & -1
  29. \end{pmatrix} \\
  30. \begin{pmatrix}
  31. 12 & 14 & 18 & 17 & 4 \\
  32. 4 & 5 & 1 & 4 & 2 \\
  33. -14 & -18 & 4 & -9 & 2 \\
  34. 5 & 6 & 5 & 5 & -3 \\
  35. 1 & 1 & 4 & 2 & -1
  36. \end{pmatrix} \rightarrow
  37. \begin{pmatrix}
  38. 1 & 1 & 4 & 2 & -1 \\
  39. 0 & 1 & -15 & -4 & 6 \\
  40. 0 & 1 & -15 & -5 & 2 \\
  41. 0 & 2 & -30 & -7 & 16 \\
  42. 0 & -4 & 60 & 19 & -12
  43. \end{pmatrix} \rightarrow
  44. \begin{pmatrix}
  45. 1 & 1 & 4 & 2 & -1 \\
  46. 0 & 1 & -15 & -4 & 6 \\
  47. 0 & 0 & 0 & -1 & -4 \\
  48. 0 & 0 & 0 & 1 & 4 \\
  49. 0 & 0 & 0 & 3 & 12 \\
  50. \end{pmatrix} \rightarrow \\
  51. \rightarrow \begin{pmatrix}
  52. 1 & 1 & 4 & 2 & -1 \\
  53. 0 & 1 & -15 & -4 & 6 \\
  54. 0 & 0 & 0 & 1 & 4 \\
  55. \end{pmatrix} \\
  56. \rk A = 3 \\
  57. \begin{pmatrix}
  58. 1 & 1 & 4 & 2 & -1 \\
  59. 0 & 1 & -15 & -4 & 6 \\
  60. 0 & 0 & 0 & 1 & 4 \\
  61. \end{pmatrix} \rightarrow
  62. \begin{pmatrix}
  63. 1 & 0 & 19 & 6 & -7 \\
  64. 0 & 1 & -15 & -4 & 6 \\
  65. 0 & 0 & 0 & 1 & 4 \\
  66. \end{pmatrix} \rightarrow \\
  67. \rightarrow \begin{pmatrix}
  68. 1 & 0 & 19 & 0 & -31 \\
  69. 0 & 1 & -15 & 0 & 22 \\
  70. 0 & 0 & 0 & 1 & 4 \\
  71. \end{pmatrix} \\
  72. B = \begin{pmatrix}
  73. A^{(1)} & 0 & 19 A^{(1)} & 0 & -31 A^{(1)}
  74. \end{pmatrix}, \\
  75. C = \begin{pmatrix}
  76. 0 & A^{(2)} & -15 A^{(2)} & 0 & 22 A^{(2)}
  77. \end{pmatrix}, \\
  78. D = \begin{pmatrix}
  79. 0 & 0 & 0 & A^{(4)} & 4 A^{(4)}
  80. \end{pmatrix}; \\
  81. \rk B = \rk C = \rk D = 1; \;\; A = B + C + D
  82. \\
  83. \end{multline*}
  84. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement