diff scripts/control/base/gram.m @ 3500:7923abdeb4e5

[project @ 2000-01-31 06:35:00 by jwe]
author jwe
date Mon, 31 Jan 2000 06:35:23 +0000
parents 99ab64f4a09d
children 3e48e60a1f8b
line wrap: on
line diff
--- a/scripts/control/base/gram.m
+++ b/scripts/control/base/gram.m
@@ -17,11 +17,11 @@
 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {@var{m} =} gram (@var{a}, @var{b})
+## @deftypefn {Function File} {} gram (@var{a}, @var{b})
 ## Return controllability grammian @var{m} of the continuous time system
-## @math{ dx/dt = a x + b u}.
+## @math{dx/dt = a x + b u}.
 ##
-## @var{m} satisfies @math{ a m + m a' + b b' = 0 }.
+## @var{m} satisfies @math{a m + m a' + b b' = 0}.
 ## @end deftypefn
 
 ## Author: A. S. Hodel <a.s.hodel@eng.auburn.edu>