Skip to content

Commit

Permalink
comment section
Browse files Browse the repository at this point in the history
  • Loading branch information
abukhalaf committed Apr 7, 2021
1 parent c990cae commit 5d2f117
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions MATLAB/SOF_Riccati_Iterate.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% Numerical solutions of the Static Output Feeedback Equations for the
% Linearized system
% Numerical Solutions of the Static Output Feeedback Equations for the
% Linearized System

% Author: Murad Abu-Khalaf, MIT CSAIL.

Expand Down Expand Up @@ -52,4 +52,5 @@
% p33 = 1;
% m1=1; m2=1; alpha1=1; alpha2=1; c =1;
% G1=-1;G2=0;G3=1;
% %G1=1;G2=0;G3=-1; % a second valid solution for G
% %G1=1;G2=0;G3=-1; % a second valid solution for G

7 changes: 4 additions & 3 deletions MATLAB/SOFequations.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% Symbolic solutions of the Static Output Feeedback Equations for the
% Linearized system
% Symbolic Solutions of the Static Output Feeedback Equations for the
% Linearized System

% Author: Murad Abu-Khalaf, MIT CSAIL.

Expand Down Expand Up @@ -59,4 +59,5 @@

% Verify that the the equations are solved for this symbolic answer.
simplify(subs(Ric))
simplify(subs(Proj))
simplify(subs(Proj))

0 comments on commit 5d2f117

Please sign in to comment.