~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/polynomials/cmndred.man

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH cmndred 1 "April 1993" "Scilab Group" "Scilab Function"
2
 
.so ../sci.an 
3
 
.SH NAME
4
 
cmndred - common denominator form
5
 
.SH CALLING SEQUENCE
6
 
.nf
7
 
[n,d]=cmndred(num,den)
8
 
.fi
9
 
.SH PARAMETERS
10
 
.TP 10
11
 
num, den
12
 
: two polynomial matrices of same dimensions
13
 
.SH DESCRIPTION
14
 
.Vb [n,d]=cmndred(num,den)
15
 
computes a polynomial matrix \fVn\fR and 
16
 
a common denominator polynomial \fVd\fR such that:
17
 
.LP
18
 
\fVn/d=num./den\fR
19
 
.LP
20
 
The rational matrix defined by \fVnum./den\fR is \fVn/d\fR
21
 
.SH SEE ALSO
22
 
simp, clean
23
 
 
24