Solve equations with substitution method: Difference between revisions

Content added Content deleted
Line 224:
 
<syntaxhighlight lang="Delphi">
{This code normally resides in a library, it is provided here for clarity}
 
type T2DMatrix = class(TObject)