HELP PLEASEummm yea...
Page 1 of 1
6 Replies - 1181 Views - Last Post: 16 May 2001 - 12:44 PM
#1
HELP PLEASE
Posted 14 May 2001 - 10:22 PM
Replies To: HELP PLEASE
#3
Re: HELP PLEASE
Posted 15 May 2001 - 08:47 PM
-Malkiri
#4
Re: HELP PLEASE
Posted 15 May 2001 - 08:53 PM
#5
Re: HELP PLEASE
Posted 15 May 2001 - 08:55 PM
[color=blue]
#6
Re: HELP PLEASE
Posted 15 May 2001 - 09:08 PM
[code]
z=b*b-(4*a*c)//Figures out discrminant and graph type
if(z>0)
cout<<"discriminant equals "<<z<<"2 real roots and graph is a hyperbola
";
if(z=0)
cout<<"discriminant equals "<<z<<"1 real root and the graph is a porabola
";
.
.
.
and so on but you would also have to declare your variables and other things for it to even work.
But how it works is if the number is positive then it intersects the x axis 2 times if it is equal to zero it intersects it once and if it is negitive there is no intersection that occurs... very simple if you can see a quardanant plane in front of you ;)
#7
Re: HELP PLEASE
Posted 16 May 2001 - 12:44 PM
-Malkiri
|
|

New Topic/Question
Reply




MultiQuote




|