From 47e897a0ec43c20f8ed39e51a44b57624cf1e502 Mon Sep 17 00:00:00 2001 From: OLSSON Hans Date: Mon, 15 Mar 2021 13:11:54 +0100 Subject: [PATCH] Better variant of difference equation vs. algorithm Closes #2814 --- chapters/equations.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/equations.tex b/chapters/equations.tex index dfe43e93e..6c72e7b30 100644 --- a/chapters/equations.tex +++ b/chapters/equations.tex @@ -3,7 +3,7 @@ \chapter{Equations}\label{equations} An \firstuse{equation}\index{equation} is part of a class definition. A scalar equation relates scalar variables, i.e., constrains the values that these variables can take simultaneously. When $n$-1 variables of an equation containing $n$ variables are known, the value of the $n$th variable can be inferred (solved for). -In contrast to a statement in an algorithm section, an equation does not define for which of its variable it is to be solved. +In contrast to an algorithm section, there is no order between the equations in an equation section and they can be solved separately. \section{Equation Categories}\label{equation-categories}