Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Faster symbolic computations
Date: Tue, 3 Feb 2009 05:57:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 9
Message-ID: <gm8mbd$n6g$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1233640621 23760 172.30.248.38 (3 Feb 2009 05:57:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 3 Feb 2009 05:57:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1268168
Xref: news.mathworks.com comp.soft-sys.matlab:515586


Folks,

I have a couple of general questions. I'm performing symbolic computations in MATLAB, and I noticed I can avoid memory errors by manually executing blocks of code at a time.

1) Is there a way to orchestrate the execution of my code blocks so that I don't run into those memory errors, while keeping the operation in "auto mode"?

2) Do you have a few other tips to speed up symbolical computations? Maybe the I should do this: digits( n ) with n = 6 at most.  

Thanks!