diff scripts/control/are.m @ 73:f3c9042fd609

[project @ 1993-08-30 14:49:08 by jwe]
author jwe
date Mon, 30 Aug 1993 14:54:55 +0000
parents b973bf9a9dba
children 1cc0af4496c6
line wrap: on
line diff
--- a/scripts/control/are.m	Mon Aug 30 14:44:35 1993 +0000
+++ b/scripts/control/are.m	Mon Aug 30 14:54:55 1993 +0000
@@ -1,6 +1,6 @@
 function x = are (a, b, c, opt)
 
-# usage: x = are (a, b, c {,opt})
+# Usage: x = are (a, b, c {,opt})
 #
 # Solves algebraic riccati equation
 #
@@ -12,7 +12,9 @@
 # opt is an option passed to the eigenvalue balancing routine; default
 # is `B'. 
 #
-# see also: balance
+# See also: balance
+
+# Written by A. S. Hodel (scotte@eng.auburn.edu) August 1993.
 
   if (nargin == 3 || nargin == 4)
     if (nargin == 4)