Path: news.mathworks.com!not-for-mail
From: "zedong 
" <zdongwu@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Is there any polynomial which satisfies some properties
Date: Mon, 29 Dec 2008 12:08:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 8
Message-ID: <gjaej2$9o5$1@fred.mathworks.com>
Reply-To: "zedong 
" <zdongwu@gmail.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1230552482 9989 172.30.248.38 (29 Dec 2008 12:08:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 29 Dec 2008 12:08:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1639198
Xref: news.mathworks.com comp.soft-sys.matlab:509036


I have known a function g(x,y)=(x^m)*(y^n)
Could I find a polynomial f which is order m+n+1
and 
diff(f,'x')+diff(f,'y')=g
And more simple more good(The less term more good)
Thank you all