Cubic Equation Point Solver in HTML5

SOLVING CUBIC EQUATION AX3 + BX2 + CX + D = O

Download and Understand the Code. You can use the attached HTML file to run your program with any browser.
Html: Hypertext – Markup – Language
Text editor: You can use any ones. Text edit(MAC) , Notepad(WINDOWS), Dreamweaver (Paid Version), etc..

Enter A, B and C to solve for X1 , X2 , X3

 X3 +  X2 +  X +  = 0
 
X1:  +    i
X2:  +    i
X3:  +    i

Leave a Reply

Your email address will not be published. Required fields are marked *