Path: news.mathworks.com!not-for-mail
From: "evan klinger" <eklinger1-nospam@cox.net>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Solve Equation Symbolically
Date: Mon, 12 Nov 2007 21:21:43 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 26
Message-ID: <fhag57$bca$1@fred.mathworks.com>
References: <fha99r$osc$1@fred.mathworks.com> <fhaf2r$o6i$1@fred.mathworks.com> <fhafc8$h1$1@fred.mathworks.com>
Reply-To: "evan klinger" <eklinger1-nospam@cox.net>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1194902503 11658 172.30.248.37 (12 Nov 2007 21:21:43 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 12 Nov 2007 21:21:43 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1181482
Xref: news.mathworks.com comp.soft-sys.matlab:437181



Is there a way to increase the 25,000 character limit? I
really need to solve up to cv12, I just used up to cv3 to
demonstrate what I'm trying to do. However, using
solve(collect(expand(cv12))) returns an error:

??? Error using ==> solve at 162
Unable to find closed form solution.

Error in ==> sym.solve at 49
[varargout{1:max(1,nargout)}] = solve(S{:});

Thanks
Evan

"Ben Hinkle" <bhinkle@mathworks.com> wrote in message
<fhafc8$h1$1@fred.mathworks.com>...
> 
> > solve(collect(expand(cv3))
> 
> Sorry for the double post but I tried just solve(cv3) and
go the same 
> solutions so I'm not sure why you are seeing incomplete
solutions. 
> 
>