-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmatrix7.tex
More file actions
47 lines (39 loc) · 1000 Bytes
/
Copy pathmatrix7.tex
File metadata and controls
47 lines (39 loc) · 1000 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
44
45
46
47
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\textbf{7. Определяем токи в ветвях исходной схемы методом контурных токов}
\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*}
\[
B := \begin{pmatrix}
0 & 1 & 1 & 1 & 0 & 0 & -1 \\
1 & 0 & 0 & 0 & 1 & 1 & 1
\end{pmatrix}
\]
\[
E := \begin{pmatrix} 0 \\ 0 \\ 0 \\ 0 \\ E_5 \\ 0 \\ 0 \end{pmatrix}, \quad
J := \begin{pmatrix} 0 \\ 0 \\ 0 \\ 0 \\ 0 \\ J_6 \\ 0 \end{pmatrix}
\]
\[
RD := \text{diag}(Z_1, Z_2, Z_3, Z_4, Z_5, Z_6, Z_7)
\]
\[
Ik := (B \cdot RD \cdot B^T)^{-1} \cdot (B \cdot E + B \cdot RD \cdot J)
\]
\[
I := B^T \cdot Ik - J = \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}