Results for "Category: Math"
How many prime numbers are there between 1 and X? You just have to choose X and this program will do the rest. Click Luke to go to my Web Page: other source code available...
The purpose of code is to draw curve on the screen according to x and y points given. (scale for x and y axis is adjustable).
A Polynomial class that defines any polynomial by a default symbol(x) and overloads needed operators to any polynomial operation, the Interpolation class defines most used Numerical Analysis operators like Forward, Backward and Central operators and using them to interpolate points with both Newton Forward and Backward methods
To convert many different measurements. For example for feet to meters, and back. There is an easy menu that guides you to what you want.
It converts infix equation to postfix or reverse polish notation
my code calculates mortgage and or loan payments
Simple Calculator Program
Fraction calculator. MFC dialog application that adds, subtracts, multiplies and divides proper and improper fractions.
It takes a user inputed matrix and multiplys it by another user inputed matrix producing a matrix...
Just a simple calculator that will add, subtract, multiply, divide, and it will also do powers like 5^3 = 125.
Hello! (Sory for my english :( It is juste a windows calculator (not in MS-DOS) Good for beginers in c++ (like me :)) Please if you have a litle minute vote for me. Thank you in advance.... Kouznetsov Alexeï.............................
This code applies the quadratic formula to an equation and derives the variable value given the three coefficients.
Some functions to show the use of recursion in programming. This contains Fibonacci,Towers of Hanoi,Ackermann function
A simple Calculator ; Well Commented easy to follow, for beginers. It also shows some basics of C++ programs. If you find this article helpful to you please send me a message.
Factorial, list prime numbers to a given amount, factor a positive integer, matrix multiplication (the fun part), and test to see if the inputed value was a number and not letters or excess decimal points/neg. signs.
Enter a parabola in the form of y = ax^2 + bx + c. Then the program will graph the parabola and give you info about the parabola. Very simple and easy to follow code. Please comment and vote.
It finds one the roots of a cubic equation using Cardano's formula.
Combinations of 3,4,5, and 6 letter word or number
Finds the determinant of 3x3 matricies and solves systems of 3 equations with 3 variables.
A simple console program that factors any quadratic trinomial in the form AX^2 + BX + C, A != 0 (I couldn't find one on PSC so I had to make my own, darn Algebra homework...) Source code and all VC++ files included, though will run on any compiler.