- If a branch leaves a node, the entry is +1.
- If a branch enters a node, the entry is -1.
- If a branch is not connected to a node, the entry is 0.
i want to implement and RLC circuit to find the fault current where R0 is infinte. This is bipolar circuit
37 次查看(过去 30 天)
显示 更早的评论
I have attached my circuit i want to implmenet it where in the circuit R0 is infinite i want to find branch curremt where Rf is the fault resistance. This is a biplar circuit. how the resistance matrix built and how the incducatnace matrix.
i wan to use this equation to find the branch current
A0.u0=R0.i0+L0.di0/dt
where A0 is the incidance matrix
what would be the incidance matrix for this circuit and how we implement this equation on the given circuit. If anyone has solution please guide me
0 个评论
回答(1 个)
Sumukh
2024-11-4,9:14
The incidence matrix represents the relationship between branches and nodes in the circuit. Each row of the matrix corresponds to a branch, and each column corresponds to a node. For a bipolar circuit:
Similarly, the resistance and inductance matrices can be constructed. You can refer to external resources to understand more on these matrices and how they are constructed.
You can refer to the following video resource that explains modelling electrical networks using ODEs and solving them:
For more information on ODEs, kindly refer to the following MathWorks Self-Paced coursework:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Circuits and Systems 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!