Solve equations with substitution method: Difference between revisions

Content added Content deleted
Line 224: Line 224:


<syntaxhighlight lang="Delphi">
<syntaxhighlight lang="Delphi">
This code normally resides in a library, it is provided here for clarity}
{This code normally resides in a library, it is provided here for clarity}


type T2DMatrix = class(TObject)
type T2DMatrix = class(TObject)