<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265231</link>
    <title>MATLAB Central Newsreader - command</title>
    <description>Feed for thread: command</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 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.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Sat, 07 Nov 2009 10:53:02 -0500</pubDate>
      <title>command</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265231#692869</link>
      <author>saravanan manickam</author>
      <description>what is difference between sym , syms, and vpa?</description>
    </item>
    <item>
      <pubDate>Sun, 08 Nov 2009 23:44:25 -0500</pubDate>
      <title>Re: command</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265231#693101</link>
      <author>Steven Lord</author>
      <description>&lt;br&gt;
&quot;saravanan manickam&quot; &amp;lt;saro_physics@yahoo.com&amp;gt; wrote in message &lt;br&gt;
news:hd3jie$1d8$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; what is difference between sym , syms, and vpa?&lt;br&gt;
&lt;br&gt;
SYM and SYMS are essentially the same; SYMS is often used in the command &lt;br&gt;
form, while SYM is often used in the function form.  For instance, the &lt;br&gt;
following two commands do essentially the same thing, though for other &lt;br&gt;
reasons I recommend using the first form.&lt;br&gt;
&lt;br&gt;
x = sym('x');&lt;br&gt;
syms x;&lt;br&gt;
&lt;br&gt;
VPA is a _method_ for symbolic objects created by SYM or SYMS that displays &lt;br&gt;
them using variable-precision arithmetic.&lt;br&gt;
&lt;br&gt;
For more information, read:&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;help sym&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;help syms&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;help vpa&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Steve Lord&lt;br&gt;
slord@mathworks.com&lt;br&gt;
comp.soft-sys.matlab (CSSM) FAQ: &lt;a href=&quot;http://matlabwiki.mathworks.com/MATLAB_FAQ&quot;&gt;http://matlabwiki.mathworks.com/MATLAB_FAQ&lt;/a&gt; </description>
    </item>
  </channel>
</rss>

