changeset 8661:125fa6b93e8e octave-forge

control: doc fixes
author paramaniac
date Mon, 24 Oct 2011 11:03:27 +0000
parents ade74bbf7175
children ce1ebd52184d
files main/control/devel/pdfdoc/control.tex main/control/devel/pdfdoc/functions.texi main/control/inst/ctrb.m main/control/inst/obsv.m
diffstat 4 files changed, 23 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/main/control/devel/pdfdoc/control.tex	Sun Oct 23 21:37:39 2011 +0000
+++ b/main/control/devel/pdfdoc/control.tex	Mon Oct 24 11:03:27 2011 +0000
@@ -37,6 +37,17 @@
 developed by Lukas F. Reichlin and is based on the proven open-source
 library @acronym{SLICOT}. This new package is intended as a replacement
 for control-1.0.11 by A. Scottedward Hodel and his students.
+Its main features are:
+@itemize
+@item Reliable solvers for Lyapunov, Sylvester and algebraic Riccati equations.
+@item Pole placement techniques as well as @tex $ H_2 $ @end tex
+and @tex $ H_{\infty} $ @end tex
+synthesis methods.
+@item Overloaded operators due to the use of the object-oriented features
+introduced with Octave 3.2.
+@item Support for descriptor state-space models and non-proper transfer functions.
+@item Improved @acronym{MATLAB} compatibility.
+@end itemize
 
 @sp 5
 @subheading Acknowledgments
--- a/main/control/devel/pdfdoc/functions.texi	Sun Oct 23 21:37:39 2011 +0000
+++ b/main/control/devel/pdfdoc/functions.texi	Mon Oct 24 11:03:27 2011 +0000
@@ -872,7 +872,7 @@
  @strong{Equation}
  @iftex
  @tex
- $$ C_o = [ B AB A^2B ldots A^{n-1}B ] $$
+ $$ C_o = [ B \ \ AB \ \ A^2B \ \ldots \ A^{n-1}B ] $$
  @end tex
  @end iftex
  @ifinfo
@@ -1209,11 +1209,11 @@
  @strong{Equation}
  @iftex
  @tex
- $$ O_b = left[ matrix{  C       cr
-                           CA    cr
-                           CA^2  cr
-                           dots  cr
-                           CA^{n-1} } 
ight ] $$
+ $$ O_b = \left[ \matrix{  C       \cr
+                             CA    \cr
+                             CA^2  \cr
+                             \vdots  \cr
+                             CA^{n-1} } \right ] $$
  @end tex
  @end iftex
  @ifinfo
--- a/main/control/inst/ctrb.m	Sun Oct 23 21:37:39 2011 +0000
+++ b/main/control/inst/ctrb.m	Mon Oct 24 11:03:27 2011 +0000
@@ -40,7 +40,7 @@
 ## @strong{Equation}
 ## @iftex
 ## @tex
-## $$ C_o = [ B AB A^2B \ldots A^{n-1}B ] $$
+## $$ C_o = [ B \\ \\ AB \\ \\ A^2B \\ \\ldots \\ A^{n-1}B ] $$
 ## @end tex
 ## @end iftex
 ## @ifinfo
--- a/main/control/inst/obsv.m	Sun Oct 23 21:37:39 2011 +0000
+++ b/main/control/inst/obsv.m	Mon Oct 24 11:03:27 2011 +0000
@@ -40,11 +40,11 @@
 ## @strong{Equation}
 ## @iftex
 ## @tex
-## $$ O_b = \left[ \matrix{  C       \cr
-##                           CA    \cr
-##                           CA^2  \cr
-##                           \vdots  \cr
-##                           CA^{n-1} } \right ] $$
+## $$ O_b = \\left[ \\matrix{  C       \\cr
+##                             CA    \\cr
+##                             CA^2  \\cr
+##                             \\vdots  \\cr
+##                             CA^{n-1} } \\right ] $$
 ## @end tex
 ## @end iftex
 ## @ifinfo