Documentation/Notation: Unterschied zwischen den Versionen
Aus OpenDino
Dirk (Diskussion | Beiträge) (Created page with "= Notation = As a math parser is currently not used, we write the math equations as formated text: * Scalars are written as small italic letters, e.g. ''f'' * Vectors are writte...") |
Dirk (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
− | = Notation = | + | == Notation == |
As a math parser is currently not used, we write the math equations as formated text: | As a math parser is currently not used, we write the math equations as formated text: | ||
Zeile 6: | Zeile 6: | ||
* Matrices are written in capital bold letters, e.g. '''C'''. | * Matrices are written in capital bold letters, e.g. '''C'''. | ||
− | + | == Symbols == | |
:{| cellpadding="5" width="95%" | :{| cellpadding="5" width="95%" | ||
Zeile 21: | Zeile 21: | ||
|} | |} | ||
− | + | == Terminology == | |
:{| cellpadding="5" width="95%" | :{| cellpadding="5" width="95%" |
Version vom 15. Februar 2013, 22:00 Uhr
Notation
As a math parser is currently not used, we write the math equations as formated text:
- Scalars are written as small italic letters, e.g. f
- Vectors are written as small bold letters, e.g. x.
- Matrices are written in capital bold letters, e.g. C.
Symbols
f, f objective function(s) x, x design variable(s) g, g constraint(s)
Terminology
solution The term solution is used in optimization. One solution (x,f,g) consists of a vector of design variables x, the evaluated objective(s) f(x) and constraint(s) g(x).