Mercurial > hg > octave-lyh
diff scripts/polynomial/residue.m @ 9211:f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sun, 17 May 2009 14:39:39 -0700 |
parents | 1bf0ce0930be |
children | f6e0404421f4 |
line wrap: on
line diff
--- a/scripts/polynomial/residue.m +++ b/scripts/polynomial/residue.m @@ -23,14 +23,12 @@ ## Compute the partial fraction expansion for the quotient of the ## polynomials, @var{b} and @var{a}. ## -## @iftex ## @tex ## $$ ## {B(s)\over A(s)} = \sum_{m=1}^M {r_m\over (s-p_m)^e_m} ## + \sum_{i=1}^N k_i s^{N-i}. ## $$ ## @end tex -## @end iftex ## @ifnottex ## ## @example @@ -64,13 +62,11 @@ ## ## @noindent ## which represents the following partial fraction expansion -## @iftex ## @tex ## $$ ## {s^2+s+1\over s^3-5s^2+8s-4} = {-2\over s-2} + {7\over (s-2)^2} + {3\over s-1} ## $$ ## @end tex -## @end iftex ## @ifnottex ## ## @example @@ -125,13 +121,11 @@ ## ## @noindent ## which represents the following partial fraction expansion -## @iftex ## @tex ## $$ ## {-2\over s-2} + {7\over (s-2)^2} + {3\over s-1} + s = {s^4-5s^3+9s^2-3s+1\over s^3-5s^2+8s-4} ## $$ ## @end tex -## @end iftex ## @ifnottex ## ## @example