VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Quadratic Equation Solver

Merlin Corey  (1 Submission)   Math/Dates   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

This program is a simple Quadratic Equation solver which, aside from finding the x intercepts (whether real or imaginary), it graphs the equation and makes a table of values, and shows the quadratic equation with your values calculated inside. I submitted this program as an example for beginners on the correct use of Object Names, Variable Names, Etc (Based on the Leswinski Naming System). This program of course teaches you how to graph an equation in a picture box, and use a list box. The program uses a Variable Array to store the Y Values of the graph, thereby demonstrating how to utilize a variable array.

Assumes
To use the program, I assume knowledge of a quadratic equation and how it works. To use/read the code, I assume a small amount of expirience with Visual Basic.

Rate Quadratic Equation Solver (4(4 Vote))

Download Quadratic Equation Solver

Quadratic Equation Solver Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters