Re: Solve Equation Symbolically
- From: roberson@xxxxxxxxxxxxxxxxxx (Walter Roberson)
- Date: Mon, 12 Nov 2007 21:58:46 +0000 (UTC)
In article <fhag57$bca$1@xxxxxxxxxxxxxxxxxx>,
evan klinger <eklinger1-nospam@xxxxxxx> wrote:
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.
It isn't any 25000 character limit that is getting you:
you are trying to find the closed form solution to a polynomial
of order 12 that does not happen to be factorable down
to polynomials of degree 5 or less (degree 5 is the maximum
for which closed form polynomial solutions always exist.)
Using Maple directly, there is simply no closed form solution
available for cv12. Beyond cv3, even where the closed form
solutions exist in principle, Maple will just show a generalized
placeholder instead (closed form quadratics and quintics are
pretty messy at the best of times.)
--
"Is there any thing whereof it may be said, See, this is new? It hath
been already of old time, which was before us." -- Ecclesiastes
.
- Follow-Ups:
- Re: Solve Equation Symbolically
- From: evan klinger
- Re: Solve Equation Symbolically
- References:
- Solve Equation Symbolically
- From: evan klinger
- Re: Solve Equation Symbolically
- From: Ben Hinkle
- Re: Solve Equation Symbolically
- From: Ben Hinkle
- Re: Solve Equation Symbolically
- From: evan klinger
- Solve Equation Symbolically
- Prev by Date: Re: Encoding DNA sequence into binary
- Next by Date: Re: Interactive mode for called *.exe file in compliled m files
- Previous by thread: Re: Solve Equation Symbolically
- Next by thread: Re: Solve Equation Symbolically
- Index(es):
Relevant Pages
|