Re: Solving Quadratic equations
- From: "Ashwini Deshpande" <vd.ashwini@xxxxxxxxxxxxx>
- Date: Thu, 19 Jun 2008 08:47:02 +0000 (UTC)
"HORMIS " <hormisjv@xxxxxxxxx> wrote in message
<g3d23d$o59$1@xxxxxxxxxxxxxxxxxx>...
How to solve a quadratic equation numerically. Is there any
inbuilt function?. Now iam using our old
(-b+(b^2-4*a*c)^.5)/(2*a) method. Iam using Matlab 6.5.
Hai,
Have a look at these commands,
expand
sym2poly
roots
HTH,
Ashwini
.
- Follow-Ups:
- Re: Solving Quadratic equations
- From: HORMIS
- Re: Solving Quadratic equations
- References:
- Solving Quadratic equations
- From: HORMIS
- Solving Quadratic equations
- Prev by Date: Re: what is the correct syntax for uimenu in matlab 7
- Next by Date: Re: How to run an external application on a different computer from MATLAB
- Previous by thread: Re: Solving Quadratic equations
- Next by thread: Re: Solving Quadratic equations
- Index(es):
Relevant Pages
|