Path: news.mathworks.com!not-for-mail
From: "David Doria" <daviddoria@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: solve equations for integral limits?
Date: Thu, 1 May 2008 15:49:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 5
Message-ID: <fvcopf$mfa$1@fred.mathworks.com>
Reply-To: "David Doria" <daviddoria@gmail.com>
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 1209656943 23018 172.30.248.37 (1 May 2008 15:49:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 1 May 2008 15:49:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1105197
Xref: news.mathworks.com comp.soft-sys.matlab:466131



syms x k;

solve('int(x^2,0,k)=2','k')

matlab wont run this... why can I not solve that equation??