diff options
author | Michaël Baudin <michael.baudin@scilab.org> | 2009-12-04 13:29:09 +0100 |
---|---|---|
committer | Michaël Baudin <michael.baudin@scilab.org> | 2009-12-04 13:29:09 +0100 |
commit | 3fc5ae76d557d502e0fef399c6128aa4bd955e36 (patch) | |
tree | ebb701c3cdf98e02b2b23f022f9e720b23096d31 /scilab_doc | |
parent | 6b2f44b5b4c86ff9fa1da9e754ad746b7f684778 (diff) | |
download | scilab-3fc5ae76d557d502e0fef399c6128aa4bd955e36.zip scilab-3fc5ae76d557d502e0fef399c6128aa4bd955e36.tar.gz |
doc: fixed notation and abstract
Diffstat (limited to 'scilab_doc')
-rw-r--r-- | scilab_doc/neldermead/chapter-notations.tex | 2 | ||||
-rw-r--r-- | scilab_doc/scilabisnotnaive/scilabisnotnaive.tex | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/scilab_doc/neldermead/chapter-notations.tex b/scilab_doc/neldermead/chapter-notations.tex index 226bcfe..0e42ab2 100644 --- a/scilab_doc/neldermead/chapter-notations.tex +++ b/scilab_doc/neldermead/chapter-notations.tex | |||
@@ -14,6 +14,8 @@ $S=\{\bv_i\}_{i=1,n+1}$ & a simplex (with $n+1$ vertices)\\ | |||
14 | $(\bv_i)_j$ & the $j$-th component of the $i$-th vertex\\ | 14 | $(\bv_i)_j$ & the $j$-th component of the $i$-th vertex\\ |
15 | $S_0$& the initial simplex\\ | 15 | $S_0$& the initial simplex\\ |
16 | $S_k$& the simplex at iteration $k$\\ | 16 | $S_k$& the simplex at iteration $k$\\ |
17 | $\bv_i^{(k)}$& the vertex $i$ at iteration $k$\\ | ||
18 | $f^k_i = f\left( \bv_i^(k) \right)$& the function value of the vertex $i$ at iteration $k$\\ | ||
17 | $f:\RR^n\rightarrow\RR$& the cost function\\ | 19 | $f:\RR^n\rightarrow\RR$& the cost function\\ |
18 | \hline | 20 | \hline |
19 | \end{tabular} | 21 | \end{tabular} |
diff --git a/scilab_doc/scilabisnotnaive/scilabisnotnaive.tex b/scilab_doc/scilabisnotnaive/scilabisnotnaive.tex index aced19f..dda60a5 100644 --- a/scilab_doc/scilabisnotnaive/scilabisnotnaive.tex +++ b/scilab_doc/scilabisnotnaive/scilabisnotnaive.tex | |||
@@ -99,7 +99,7 @@ Most of the time, the mathematical formula is | |||
99 | directly used in the Scilab source code. | 99 | directly used in the Scilab source code. |
100 | But, in many algorithms, some additionnal work is | 100 | But, in many algorithms, some additionnal work is |
101 | performed, which takes into account the fact that | 101 | performed, which takes into account the fact that |
102 | the computer do not process mathematical real values, | 102 | the computer does not process mathematical real values, |
103 | but performs computations with their floating | 103 | but performs computations with their floating |
104 | point representation. | 104 | point representation. |
105 | The goal of this article is to show that, in many | 105 | The goal of this article is to show that, in many |