Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Polynomials > cmndred

cmndred

common denominator form

Syntax

[n,d]=cmndred(num,den)

Arguments

num, den

two polynomial matrices of same dimensions

Description

[n,d]=cmndred(num,den) computes a polynomial matrix n and a common denominator polynomial d such that:

n/d=num./den

The rational matrix defined by num./den is n/d

See Also

  • simp — rational simplification
  • clean — cleans matrices (round to zero small entries)
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:35 CEST 2016