How To solve a Cubic equation in VB? 
Author Message
 How To solve a Cubic equation in VB?

Hello!
Can anybody help me with a rutine or bas-module, that can solve a cubic
equation like this
Maybee a Math-module?

Ax^3 + Bx^2 + Cx + D = 0

x1=?
x2=?
x3=?

I need something fast

Regards
Thomas Munch



Sat, 15 Feb 2003 06:57:19 GMT  
 How To solve a Cubic equation in VB?
Hello Thomas ...See  http://www.ping.be/~ping1339/cubic.htm
For substitution and iteration methods.


Quote:
> Hello!
> Can anybody help me with a rutine or bas-module, that can solve a cubic
> equation like this
> Maybee a Math-module?

> Ax^3 + Bx^2 + Cx + D = 0

> x1=?
> x2=?
> x3=?

> I need something fast

> Regards
> Thomas Munch




Sat, 15 Feb 2003 10:07:41 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. help in VB coding: solving math equations, or find OCX that's equation solver

2. Help: Need to solve a SECOND DEGREE equation in VB

3. Help: how to solve a SECOND DEGREE equation in VB

4. Need Equation Simplify/Solve

5. Solving the system of linear equations???

6. Solve EQUATIONS in Visual Basic 5

7. solve 3 simultaneous equations

8. Solving equations

9. Solving linear system of equations

10. Looking for library or control that solves linear equation systems

11. Is there an API for solving linear equations?

12. Challenge: Solving for 2 equations

 

 
Powered by phpBB® Forum Software