Page 1 of 1

Trinomial

Posted: Sat Apr 17, 2010 3:43 am
by craving123
i m really confused as how to split a trinomial like ax^2+bx+c , because i need to get value of a , b and c individually ,

please help :(


thanks in advance.

Re: Trinomial

Posted: Sat Apr 17, 2010 6:58 am
by JAY6390
How exactly do you want it to be split?

Re: Trinomial

Posted: Sun Apr 18, 2010 11:53 am
by craving123
if i use $r =$_GET['id']; for example val of $r will be ax^2 +bx+c

so from there i need to take out value of a ,b and c individually ...

Re: Trinomial

Posted: Sun Apr 18, 2010 5:07 pm
by requinix
Do you know if it will always look like

Code: Select all

(something)x^2 + (something)x + (something)
?