<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.nl/matlabcentral/newsreader/view_thread/319270</link>
    <title>MATLAB Central Newsreader - syms x; y=2*x^2=&gt; error???? why to all?</title>
    <description>Feed for thread: syms x; y=2*x^2=&gt; error???? why to all?</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2013 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.nl/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Thu, 19 Apr 2012 04:59:16 +0000</pubDate>
      <title>syms x; y=2*x^2=&gt; error???? why to all?</title>
      <link>http://www.mathworks.nl/matlabcentral/newsreader/view_thread/319270#874078</link>
      <author>Quynh Tram Nghuyen Thi</author>
      <description>hello everyone&lt;br&gt;
as i ve read som books of reference  with instructions of detail . its one of them as folwoing:&lt;br&gt;
syms x&lt;br&gt;
y= 2*x^2+5*x;&lt;br&gt;
diff(y)&lt;br&gt;
4*x +5&lt;br&gt;
BUT WHEN I PRACTICED in matlab 7.6 then It CAME ELLOR ryte after the 1st line ( syms x). i really dont undertsand. then HOW I CAN SOLVE MANY EQUATIONS WITH the general variables like above.&lt;br&gt;
its mean that i need to find A DERIVATIVE of 1 FUNCT ION EXPRESSION ( not value ) then ... ANY SOLUTIONS except for the code above??&lt;br&gt;
&lt;br&gt;
please give me fast look &amp; feekbacks if poissbile &lt;br&gt;
thanks</description>
    </item>
    <item>
      <pubDate>Thu, 19 Apr 2012 05:17:07 +0000</pubDate>
      <title>Re: syms x; y=2*x^2=&gt; error???? why to all?</title>
      <link>http://www.mathworks.nl/matlabcentral/newsreader/view_thread/319270#874079</link>
      <author>Nasser M. Abbasi</author>
      <description>On 4/18/2012 11:59 PM, Quynh Tram Nghuyen Thi wrote:&lt;br&gt;
&amp;gt; hello everyone&lt;br&gt;
&amp;gt; as i ve read som books of reference  with instructions of detail . its one of them as folwoing:&lt;br&gt;
&amp;gt; syms x&lt;br&gt;
&amp;gt; y= 2*x^2+5*x;&lt;br&gt;
&amp;gt; diff(y)&lt;br&gt;
&amp;gt; 4*x +5&lt;br&gt;
&amp;gt; BUT WHEN I PRACTICED in matlab 7.6 then It CAME ELLOR ryte after the 1st line ( syms x).&lt;br&gt;
&amp;gt;i really dont undertsand. then HOW I CAN SOLVE MANY EQUATIONS WITH the general&lt;br&gt;
&amp;gt;variables like above.&lt;br&gt;
&amp;gt; its mean that i need to find A DERIVATIVE of 1 FUNCT ION EXPRESSION ( not value ) then&lt;br&gt;
&amp;gt;... ANY SOLUTIONS except for the code above??&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; please give me fast look&amp;  feekbacks if poissbile&lt;br&gt;
&amp;gt; thanks&lt;br&gt;
&lt;br&gt;
The code works on my Matlab ok 2012a:&lt;br&gt;
&lt;br&gt;
----------------&lt;br&gt;
K&amp;gt;&amp;gt; syms x&lt;br&gt;
y= 2*x^2+5*x;&lt;br&gt;
diff(y)&lt;br&gt;
------------------&lt;br&gt;
4*x +5&lt;br&gt;
&lt;br&gt;
If you do not get this answer, you should contact Mathworks&lt;br&gt;
technical support.  What does the command 'ver' show on&lt;br&gt;
your Matlab?&lt;br&gt;
&lt;br&gt;
--Nasser</description>
    </item>
    <item>
      <pubDate>Thu, 19 Apr 2012 06:57:07 +0000</pubDate>
      <title>Re: syms x; y=2*x^2=&gt; error???? why to all?</title>
      <link>http://www.mathworks.nl/matlabcentral/newsreader/view_thread/319270#874091</link>
      <author>Quynh Tram Nghuyen Thi</author>
      <description>"Nasser M. Abbasi" &amp;lt;nma@12000.org&amp;gt; wrote in message &amp;lt;jmo74j$r1d$1@speranza.aioe.org&amp;gt;...&lt;br&gt;
&amp;gt; On 4/18/2012 11:59 PM, Quynh Tram Nghuyen Thi wrote:&lt;br&gt;
&amp;gt; &amp;gt; hello everyone&lt;br&gt;
&amp;gt; &amp;gt; as i ve read som books of reference  with instructions of detail . its one of them as folwoing:&lt;br&gt;
&amp;gt; &amp;gt; syms x&lt;br&gt;
&amp;gt; &amp;gt; y= 2*x^2+5*x;&lt;br&gt;
&amp;gt; &amp;gt; diff(y)&lt;br&gt;
&amp;gt; &amp;gt; 4*x +5&lt;br&gt;
&amp;gt; &amp;gt; BUT WHEN I PRACTICED in matlab 7.6 then It CAME ELLOR ryte after the 1st line ( syms x).&lt;br&gt;
&amp;gt; &amp;gt;i really dont undertsand. then HOW I CAN SOLVE MANY EQUATIONS WITH the general&lt;br&gt;
&amp;gt; &amp;gt;variables like above.&lt;br&gt;
&amp;gt; &amp;gt; its mean that i need to find A DERIVATIVE of 1 FUNCT ION EXPRESSION ( not value ) then&lt;br&gt;
&amp;gt; &amp;gt;... ANY SOLUTIONS except for the code above??&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; please give me fast look&amp;  feekbacks if poissbile&lt;br&gt;
&amp;gt; &amp;gt; thanks&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; The code works on my Matlab ok 2012a:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; ----------------&lt;br&gt;
&amp;gt; K&amp;gt;&amp;gt; syms x&lt;br&gt;
&amp;gt; y= 2*x^2+5*x;&lt;br&gt;
&amp;gt; diff(y)&lt;br&gt;
&amp;gt; ------------------&lt;br&gt;
&amp;gt; 4*x +5&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; If you do not get this answer, you should contact Mathworks&lt;br&gt;
&amp;gt; technical support.  What does the command 'ver' show on&lt;br&gt;
&amp;gt; your Matlab?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; --Nasser&lt;br&gt;
&lt;br&gt;
Thanks Nasser. i just tried as u told already, it came:&lt;br&gt;
&lt;br&gt;
MATLAB Version 7.6.0.324 (R2008a)&lt;br&gt;
MATLAB License Number: 161051&lt;br&gt;
Operating System: Microsoft Windows Vista Version 6.1 (Build 7600)&lt;br&gt;
Java VM Version: Java 1.6.0 with Sun Microsystems Inc. Java HotSpot(TM) 64-Bit Server VM mixed mode&lt;br&gt;
&lt;br&gt;
then ... it means my ver is old for the code above... i should replace a new ver like your. ryte??&lt;br&gt;
do you another idea again??&lt;br&gt;
iam still waiting for you dear.</description>
    </item>
    <item>
      <pubDate>Thu, 19 Apr 2012 07:01:05 +0000</pubDate>
      <title>Re: syms x; y=2*x^2=&gt; error???? why to all?</title>
      <link>http://www.mathworks.nl/matlabcentral/newsreader/view_thread/319270#874092</link>
      <author>Nasser M. Abbasi</author>
      <description>On 4/19/2012 1:57 AM, Quynh Tram Nghuyen Thi wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; Thanks Nasser. i just tried as u told already, it came:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; MATLAB Version 7.6.0.324 (R2008a)&lt;br&gt;
&amp;gt; MATLAB License Number: 161051&lt;br&gt;
&amp;gt; Operating System: Microsoft Windows Vista Version 6.1 (Build 7600)&lt;br&gt;
&amp;gt; Java VM Version: Java 1.6.0 with Sun Microsystems Inc. Java HotSpot(TM) 64-Bit Server VM mixed mode&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
Can you see the rest of the above command to see if you have the&lt;br&gt;
symbolic toolbox installed?&lt;br&gt;
&lt;br&gt;
&amp;gt; then ... it means my ver is old for the code above...&lt;br&gt;
&lt;br&gt;
it is not that old. it should work, unless you do not have the&lt;br&gt;
symbolic toolbox. You need to look at the full list of 'ver'&lt;br&gt;
output.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;i should replace a new ver like your. ryte??&lt;br&gt;
&amp;gt; do you another idea again??&lt;br&gt;
&amp;gt; iam still waiting for you dear.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
--Nasser</description>
    </item>
    <item>
      <pubDate>Thu, 19 Apr 2012 07:33:16 +0000</pubDate>
      <title>Re: syms x; y=2*x^2=&gt; error???? why to all?</title>
      <link>http://www.mathworks.nl/matlabcentral/newsreader/view_thread/319270#874099</link>
      <author>Quynh Tram Nghuyen Thi</author>
      <description>"Nasser M. Abbasi" &amp;lt;nma@12000.org&amp;gt; wrote in message &amp;lt;jmod7h$707$1@speranza.aioe.org&amp;gt;...&lt;br&gt;
&amp;gt; On 4/19/2012 1:57 AM, Quynh Tram Nghuyen Thi wrote:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Thanks Nasser. i just tried as u told already, it came:&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; MATLAB Version 7.6.0.324 (R2008a)&lt;br&gt;
&amp;gt; &amp;gt; MATLAB License Number: 161051&lt;br&gt;
&amp;gt; &amp;gt; Operating System: Microsoft Windows Vista Version 6.1 (Build 7600)&lt;br&gt;
&amp;gt; &amp;gt; Java VM Version: Java 1.6.0 with Sun Microsystems Inc. Java HotSpot(TM) 64-Bit Server VM mixed mode&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Can you see the rest of the above command to see if you have the&lt;br&gt;
&amp;gt; symbolic toolbox installed?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; then ... it means my ver is old for the code above...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; it is not that old. it should work, unless you do not have the&lt;br&gt;
&amp;gt; symbolic toolbox. You need to look at the full list of 'ver'&lt;br&gt;
&amp;gt; output.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt;   i should replace a new ver like your. ryte??&lt;br&gt;
&amp;gt; &amp;gt; do you another idea again??&lt;br&gt;
&amp;gt; &amp;gt; iam still waiting for you dear.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; --Nasser&lt;br&gt;
&lt;br&gt;
yea, i give a slow look in its list but it hav no SYMBOLIC word.&lt;br&gt;
it means ... yes, need a installed tooldbox of symbolic??&lt;br&gt;
But how i can install it while i installed the disk 2008 a already.&lt;br&gt;
or i should replace a lastest ver 2012 like yours -( if soo, it abit disappointed, isnt it dear??&lt;br&gt;
m just thinking...&lt;br&gt;
hey, thanks Nasser</description>
    </item>
    <item>
      <pubDate>Thu, 19 Apr 2012 07:57:29 +0000</pubDate>
      <title>Re: syms x; y=2*x^2=&gt; error???? why to all?</title>
      <link>http://www.mathworks.nl/matlabcentral/newsreader/view_thread/319270#874102</link>
      <author>Nasser M. Abbasi</author>
      <description>On 4/19/2012 2:33 AM, Quynh Tram Nghuyen Thi wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; yea, i give a slow look in its list but it hav no SYMBOLIC word.&lt;br&gt;
&lt;br&gt;
Then you do not have the symbolic toolbox !&lt;br&gt;
&lt;br&gt;
&amp;gt; it means ... yes, need a installed tooldbox of symbolic??&lt;br&gt;
&lt;br&gt;
Yes.&lt;br&gt;
&lt;br&gt;
&amp;gt; But how i can install it while i installed the disk 2008 a already.&lt;br&gt;
&lt;br&gt;
You can buy it as a separate toolbox from your Mathworks store. Go now&lt;br&gt;
and login in there using your account, and you can buy it and download&lt;br&gt;
it electronically and the installer will install it on top of your&lt;br&gt;
current Matlab.&lt;br&gt;
&lt;br&gt;
&amp;gt; or i should replace a lastest ver 2012 like yours&lt;br&gt;
&lt;br&gt;
That is up to you if you want to upgrade or not before&lt;br&gt;
buying the toolbox. But If you are thinking of upgrading, then better&lt;br&gt;
to do that first, then buy the symbolic toolbox for 2012.&lt;br&gt;
&lt;br&gt;
-( if soo, it abit disappointed, isnt it dear??&lt;br&gt;
&amp;gt; m just thinking...&lt;br&gt;
&amp;gt; hey, thanks Nasser&lt;br&gt;
&lt;br&gt;
--Nasser</description>
    </item>
    <item>
      <pubDate>Thu, 19 Apr 2012 08:12:13 +0000</pubDate>
      <title>Re: syms x; y=2*x^2=&gt; error???? why to all?</title>
      <link>http://www.mathworks.nl/matlabcentral/newsreader/view_thread/319270#874104</link>
      <author>Quynh Tram Nghuyen Thi</author>
      <description>"Nasser M. Abbasi" &amp;lt;nma@12000.org&amp;gt; wrote in message &amp;lt;jmogh8$f10$1@speranza.aioe.org&amp;gt;...&lt;br&gt;
&amp;gt; On 4/19/2012 2:33 AM, Quynh Tram Nghuyen Thi wrote:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; yea, i give a slow look in its list but it hav no SYMBOLIC word.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Then you do not have the symbolic toolbox !&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; it means ... yes, need a installed tooldbox of symbolic??&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Yes.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; But how i can install it while i installed the disk 2008 a already.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; You can buy it as a separate toolbox from your Mathworks store. Go now&lt;br&gt;
&amp;gt; and login in there using your account, and you can buy it and download&lt;br&gt;
&amp;gt; it electronically and the installer will install it on top of your&lt;br&gt;
&amp;gt; current Matlab.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; or i should replace a lastest ver 2012 like yours&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; That is up to you if you want to upgrade or not before&lt;br&gt;
&amp;gt; buying the toolbox. But If you are thinking of upgrading, then better&lt;br&gt;
&amp;gt; to do that first, then buy the symbolic toolbox for 2012.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; -( if soo, it abit disappointed, isnt it dear??&lt;br&gt;
&amp;gt; &amp;gt; m just thinking...&lt;br&gt;
&amp;gt; &amp;gt; hey, thanks Nasser&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; --Nasser&lt;br&gt;
&lt;br&gt;
thanks , Nasser.</description>
    </item>
  </channel>
</rss>
