When running a Simulink model, I receive a warning that the diagram contains an algebraic loop which consists of about 50 blocks. Five of those blocks have the statement "(algebraic variable)" following the block name. What does this mean?
Kshitij Singh answered .
2025-11-20
| |
----------------------------------------
'test/Gain' 'test/Sum' (algebraic variable)
The "algebraic variable" next to the sum block indicates that this is the offending block creating the algebraic loop. The gain block will not affect the algebraic loop in the least. However, it is listed so as to help the user trace the path of the algebraic loop.