Skip to content

Commit

Permalink
eq (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jangenoe committed Jan 30, 2025
1 parent 1ce3532 commit 14d27fa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions AnalogeElektronica2/berekening.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3714,12 +3714,13 @@
"tags": []
},
"source": [
"\\begin{equation}\\label{TransformEq}\n",
"```{math}\n",
":label: TransformEq\n",
"\\begin{aligned}\n",
"V_i-V_j - j \\omega L_{ij} I_1 - j \\omega M I_2 = 0 \\\\\n",
"V_k-V_l - j \\omega M I_1 - j \\omega L_{kl} I_2 = 0 \\\\\n",
"\\end{aligned}\n",
"\\end{equation}"
"```"
]
},
{
Expand Down Expand Up @@ -3759,7 +3760,8 @@
"tags": []
},
"source": [
"\\begin{equation}\\label{Transformmatrix}\n",
"```{math}\n",
":label: Transformmatrix\n",
"\\begin{bmatrix}\\vdots & & & & & \\vdots & & & \\vdots \\\\\n",
"\\dots & & & & & \\dots & 1 & & \\dots \\\\\n",
"\\dots & & & & & \\dots & -1 & & \\dots \\\\\n",
Expand All @@ -3783,7 +3785,7 @@
" 0\\\\\n",
" 0\\\\\n",
" \\vdots \\end{bmatrix}\n",
" \\end{equation}"
"```"
]
},
{
Expand Down

0 comments on commit 14d27fa

Please sign in to comment.