Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!w8g2000prd.googlegroups.com!not-for-mail
From: tingxing@gmail.com
Newsgroups: comp.soft-sys.matlab
Subject: Matlab: symbolic, expand
Date: Mon, 12 May 2008 23:58:13 -0700 (PDT)
Organization: http://groups.google.com
Lines: 18
Message-ID: <ec72399e-7ff2-48a8-9a88-1e287b665ae9@w8g2000prd.googlegroups.com>
NNTP-Posting-Host: 219.166.53.1
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1210661893 15954 127.0.0.1 (13 May 2008 06:58:13 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Tue, 13 May 2008 06:58:13 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: w8g2000prd.googlegroups.com; posting-host=219.166.53.1; 
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.8.1.14) 
Xref: news.mathworks.com comp.soft-sys.matlab:468068


Hello,

Can I "fully" expand an expression using matlab?

for a simple example:
       a = x * x + 2*x + 1
       b = y * y

       a11 = a * b
       b11 = a / b

       f = a11 + b11

How can I expand f to a expression containing only x and y?

Thanks in advance.

Ting