Polynomial Diophantine solver软件

Solves ah + bg =d for (g,h) polynomials.

软件应用简介

Polynomial Diophantine solver软件

Solves ah + bg =d for (g,h) polynomials.

Finds the minimum degree solution to the polynomial Diophantine equation

ah+bg=d

Useful in optimal LQG control, optimal filters etc

See code for example testd

function is Diophantine

Be sure to include a one-step delay minimum in the b polynomial. The ratio b/a is like a plant transfer function for a control-system. The delay is implicit within the b polynomial. For example, you can have bp=[0 1 2 3] but not [1 2 3] since there must be a minimum of a one-step time-delay in any digital system. hence bp(1) is always zero but to add more delay eg a two-step delay you can put bp=[0 0 1 2 3]. The d polynomial is usually found from a spectral factorization but here I just put in an arbitrary polynomial for illustration purposes. The program checks the given g and h polynomials satisfies the equation by multiplying out the polynomial solutions.

There must be no polynomial factor common to the pair (a,b). If this is the case then there is no solution.

界面展示

Polynomial Diophantine solver软件

结果示意

Polynomial Diophantine solver软件

规格 价

0元试用
0.0元人民币/月

声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!

上一篇 2022年10月7日
下一篇 2022年10月7日

相关推荐