<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264427</link>
    <title>MATLAB Central Newsreader - root finding of Linear equation</title>
    <description>Feed for thread: root finding of Linear equation</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>Thu, 29 Oct 2009 09:31:01 -0400</pubDate>
      <title>root finding of Linear equation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264427#690566</link>
      <author>Eldar </author>
      <description>I need to find out the roots of an any linear equation like;&lt;br&gt;
y = ax? + bx? + cx + d&lt;br&gt;
or&lt;br&gt;
y = ax? + bx + c&lt;br&gt;
&lt;br&gt;
Any suggestions on how to approach such problem?&lt;br&gt;
Consider that I'm just new user of Matlab.</description>
    </item>
    <item>
      <pubDate>Thu, 29 Oct 2009 10:21:01 -0400</pubDate>
      <title>Re: root finding of Linear equation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264427#690580</link>
      <author>John D'Errico</author>
      <description>&quot;Eldar &quot; &amp;lt;el_osman@mynet.com&amp;gt; wrote in message &amp;lt;hcbncl$aov$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I need to find out the roots of an any linear equation like;&lt;br&gt;
&amp;gt; y = ax? + bx? + cx + d&lt;br&gt;
&amp;gt; or&lt;br&gt;
&amp;gt; y = ax? + bx + c&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Any suggestions on how to approach such problem?&lt;br&gt;
&amp;gt; Consider that I'm just new user of Matlab.&lt;br&gt;
&lt;br&gt;
In &quot;ax? + bx? + cx + d&quot;, what is the ?&lt;br&gt;
supposed to do? &lt;br&gt;
&lt;br&gt;
If these were meant to indicate a power&lt;br&gt;
operation, then how is it that you call this&lt;br&gt;
a LINEAR equation? It is nonlinear in the&lt;br&gt;
variable of interest.&lt;br&gt;
&lt;br&gt;
In the above case, of course, roots may be&lt;br&gt;
of service to you.&lt;br&gt;
&lt;br&gt;
If ? means something else, please explain.&lt;br&gt;
&lt;br&gt;
John</description>
    </item>
    <item>
      <pubDate>Sat, 21 Nov 2009 03:03:03 -0500</pubDate>
      <title>Re: root finding of Linear equation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264427#696466</link>
      <author>Aprisa </author>
      <description>&quot;John D'Errico&quot; &amp;lt;woodchips@rochester.rr.com&amp;gt; wrote in message &amp;lt;hcbqad$3s7$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Eldar &quot; &amp;lt;el_osman@mynet.com&amp;gt; wrote in message &amp;lt;hcbncl$aov$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; I need to find out the roots of an any linear equation like;&lt;br&gt;
&amp;gt; &amp;gt; y = ax? + bx? + cx + d&lt;br&gt;
&amp;gt; &amp;gt; or&lt;br&gt;
&amp;gt; &amp;gt; y = ax? + bx + c&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Any suggestions on how to approach such problem?&lt;br&gt;
&amp;gt; &amp;gt; Consider that I'm just new user of Matlab.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; In &quot;ax? + bx? + cx + d&quot;, what is the ?&lt;br&gt;
&amp;gt; supposed to do? &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; If these were meant to indicate a power&lt;br&gt;
&amp;gt; operation, then how is it that you call this&lt;br&gt;
&amp;gt; a LINEAR equation? It is nonlinear in the&lt;br&gt;
&amp;gt; variable of interest.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; In the above case, of course, roots may be&lt;br&gt;
&amp;gt; of service to you.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; If ? means something else, please explain.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; John&lt;br&gt;
&lt;br&gt;
Hi John,&lt;br&gt;
&lt;br&gt;
I am a new user of Matlab.&lt;br&gt;
how do you find the roots of the function below using Matlab?&lt;br&gt;
f(x)=a(x^2)+b(x)+c&lt;br&gt;
&lt;br&gt;
thank you in advance..</description>
    </item>
    <item>
      <pubDate>Sat, 21 Nov 2009 04:27:14 -0500</pubDate>
      <title>Re: root finding of Linear equation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264427#696473</link>
      <author>Greg Heath</author>
      <description>On Oct 29, 5:21&#160;am, &quot;John D'Errico&quot; &amp;lt;woodch...@rochester.rr.com&amp;gt;&lt;br&gt;
wrote:&lt;br&gt;
&amp;gt; &quot;Eldar &quot; &amp;lt;el_os...@mynet.com&amp;gt; wrote in message &amp;lt;hcbncl$ao...@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; I need to find out the roots of an any linear equation like;&lt;br&gt;
&amp;gt; &amp;gt; y = ax? + bx? + cx + d&lt;br&gt;
&amp;gt; &amp;gt; or&lt;br&gt;
&amp;gt; &amp;gt; y = ax? + bx + c&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Any suggestions on how to approach such problem?&lt;br&gt;
&amp;gt; &amp;gt; Consider that I'm just new user of Matlab.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; In &quot;ax? + bx? + cx + d&quot;, what is the ?&lt;br&gt;
&amp;gt; supposed to do?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; If these were meant to indicate a power&lt;br&gt;
&amp;gt; operation, then how is it that you call this&lt;br&gt;
&amp;gt; a LINEAR equation? It is nonlinear in the&lt;br&gt;
&amp;gt; variable of interest.&lt;br&gt;
&lt;br&gt;
It's linear in the unknown coefficients which,&lt;br&gt;
given data, can be solved using backslash.&lt;br&gt;
&lt;br&gt;
Greg</description>
    </item>
    <item>
      <pubDate>Sat, 21 Nov 2009 09:43:10 -0500</pubDate>
      <title>Re: root finding of Linear equation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264427#696498</link>
      <author>John D'Errico</author>
      <description>Greg Heath &amp;lt;heath@alumni.brown.edu&amp;gt; wrote in message &amp;lt;727cae84-3988-4ae8-aaa7-cc73d80056e3@m33g2000vbi.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; On Oct 29, 5:21?am, &quot;John D'Errico&quot; &amp;lt;woodch...@rochester.rr.com&amp;gt;&lt;br&gt;
&amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt; &quot;Eldar &quot; &amp;lt;el_os...@mynet.com&amp;gt; wrote in message &amp;lt;hcbncl$ao...@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; I need to find out the roots of an any linear equation like;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; y = ax? + bx? + cx + d&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; or&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; y = ax? + bx + c&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Any suggestions on how to approach such problem?&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Consider that I'm just new user of Matlab.&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; In &quot;ax? + bx? + cx + d&quot;, what is the ?&lt;br&gt;
&amp;gt; &amp;gt; supposed to do?&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; If these were meant to indicate a power&lt;br&gt;
&amp;gt; &amp;gt; operation, then how is it that you call this&lt;br&gt;
&amp;gt; &amp;gt; a LINEAR equation? It is nonlinear in the&lt;br&gt;
&amp;gt; &amp;gt; variable of interest.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; It's linear in the unknown coefficients which,&lt;br&gt;
&amp;gt; given data, can be solved using backslash.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Greg&lt;br&gt;
&lt;br&gt;
NO. You can solve for the coefficients using&lt;br&gt;
backslash.&lt;br&gt;
&lt;br&gt;
But you cannot solve for the roots of an equation&lt;br&gt;
using backslash!&lt;br&gt;
&lt;br&gt;
You can use fzero to find a root, or roots to find&lt;br&gt;
the roots if the equation is quadratic, as it appears&lt;br&gt;
to be.&lt;br&gt;
&lt;br&gt;
John</description>
    </item>
    <item>
      <pubDate>Sat, 21 Nov 2009 09:44:05 -0500</pubDate>
      <title>Re: root finding of Linear equation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264427#696500</link>
      <author>John D'Errico</author>
      <description>&quot;Aprisa &quot; &amp;lt;aprisamd@gmail.com&amp;gt; wrote in message &amp;lt;he7l97$34m$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;John D'Errico&quot; &amp;lt;woodchips@rochester.rr.com&amp;gt; wrote in message &amp;lt;hcbqad$3s7$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &quot;Eldar &quot; &amp;lt;el_osman@mynet.com&amp;gt; wrote in message &amp;lt;hcbncl$aov$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; I need to find out the roots of an any linear equation like;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; y = ax? + bx? + cx + d&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; or&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; y = ax? + bx + c&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Any suggestions on how to approach such problem?&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Consider that I'm just new user of Matlab.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; In &quot;ax? + bx? + cx + d&quot;, what is the ?&lt;br&gt;
&amp;gt; &amp;gt; supposed to do? &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; If these were meant to indicate a power&lt;br&gt;
&amp;gt; &amp;gt; operation, then how is it that you call this&lt;br&gt;
&amp;gt; &amp;gt; a LINEAR equation? It is nonlinear in the&lt;br&gt;
&amp;gt; &amp;gt; variable of interest.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; In the above case, of course, roots may be&lt;br&gt;
&amp;gt; &amp;gt; of service to you.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; If ? means something else, please explain.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; John&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Hi John,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I am a new user of Matlab.&lt;br&gt;
&amp;gt; how do you find the roots of the function below using Matlab?&lt;br&gt;
&amp;gt; f(x)=a(x^2)+b(x)+c&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; thank you in advance..&lt;br&gt;
&lt;br&gt;
Use roots. This is what it does. fzero will also&lt;br&gt;
find a root, but only one root at a time.&lt;br&gt;
&lt;br&gt;
John</description>
    </item>
    <item>
      <pubDate>Sat, 21 Nov 2009 18:27:01 -0500</pubDate>
      <title>Re: root finding of Linear equation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/264427#696546</link>
      <author>Greg Heath</author>
      <description>On Nov 21, 4:43&#160;am, &quot;John D'Errico&quot; &amp;lt;woodch...@rochester.rr.com&amp;gt;&lt;br&gt;
wrote:&lt;br&gt;
&amp;gt; Greg Heath &amp;lt;he...@alumni.brown.edu&amp;gt; wrote in message &amp;lt;727cae84-3988-4ae8-aaa7-cc73d8005...@m33g2000vbi.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; On Oct 29, 5:21?am, &quot;John D'Errico&quot; &amp;lt;woodch...@rochester.rr.com&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &quot;Eldar &quot; &amp;lt;el_os...@mynet.com&amp;gt; wrote in message &amp;lt;hcbncl$ao...@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; I need to find out the roots of an any linear equation like;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; y = ax? + bx? + cx + d&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; or&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; y = ax? + bx + c&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Any suggestions on how to approach such problem?&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Consider that I'm just new user of Matlab.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; In &quot;ax? + bx? + cx + d&quot;, what is the ?&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; supposed to do?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; If these were meant to indicate a power&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; operation, then how is it that you call this&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; a LINEAR equation? It is nonlinear in the&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; variable of interest.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; It's linear in the unknown coefficients which,&lt;br&gt;
&amp;gt; &amp;gt; given data, can be solved using backslash.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Greg&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; NO. You can solve for the coefficients using&lt;br&gt;
&amp;gt; backslash.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; But you cannot solve for the roots of an equation&lt;br&gt;
&amp;gt; using backslash!&lt;br&gt;
&lt;br&gt;
&amp;nbsp;John, please splash your face with water.&lt;br&gt;
I said given data, not given coefficients.&lt;br&gt;
&lt;br&gt;
Greg</description>
    </item>
  </channel>
</rss>

