-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmatrix6.tex
More file actions
43 lines (37 loc) · 961 Bytes
/
Copy pathmatrix6.tex
File metadata and controls
43 lines (37 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\textbf{6. Определяем токи в ветвях исходной схемы методом законов Кирхгофа}
\begin{align*}
Z_1 &:= 89 + 47i & Z_2 &:= 44 \\
Z_3 &:= -22i & Z_4 &:= 81i \\
Z_5 &:= 55 - 27i & Z_6 &:= -30i \\
Z_7 &:= 63 - 42i \\
E_5 &:= -15.460 + 34.710i & J_6 &:= -3.910 - 5.800i
\end{align*}
\[
A1 := \begin{pmatrix}
1 & -1 & 0 & 0 & 0 & 0 & -1 \\
0 & 1 & -1 & 0 & 0 & 0 & 0 \\
0 & 0 & 1 & -1 & 0 & 0 & 0 \\
0 & 0 & 0 & 1 & -1 & 0 & 1 \\
0 & 0 & 0 & 0 & 1 & -1 & 0 \\
0 & Z_2 & Z_3 & Z_4 & 0 & 0 & -Z_7 \\
Z_1 & 0 & 0 & 0 & Z_5 & Z_6 & Z_7
\end{pmatrix}
\]
\[
B1 := \begin{pmatrix} 0 \\ 0 \\ 0 \\ 0 \\ J_6 \\ 0 \\ E_5 \end{pmatrix}
\]
\[
x := A1^{-1} \cdot B1 = \begin{pmatrix}
-0.976 + 0.779i \\
-0.132 + 0.863i \\
-0.132 + 0.863i \\
-0.132 + 0.863i \\
-0.976 + 0.779i \\
2.938 + 6.582i \\
-0.844 - 0.087i
\end{pmatrix}
\]
\end{document}