Advertisement

Results for "Category: Math"

Java_Volume1 #99980
lcpri.c

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...

Java_Volume1 #99981
Two-Dimensional graph

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).

Java_Volume1 #99982
Polynomial Interpolation and Operations

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

Java_Volume1 #100024
A Metric to Standard Conversion

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.

Java_Volume1 #100031
Infix 2 Postfix

It converts infix equation to postfix or reverse polish notation

Java_Volume1 #100130
Mortgage & loan payment calculator

my code calculates mortgage and or loan payments

Java_Volume1 #100151
Simple Calculator Program

Simple Calculator Program

Java_Volume1 #100153
Fraction Calculator

Fraction calculator. MFC dialog application that adds, subtracts, multiplies and divides proper and improper fractions.

Java_Volume1 #100205
Matrix Multiplication

It takes a user inputed matrix and multiplys it by another user inputed matrix producing a matrix...

Java_Volume1 #100211
A 5 Function Calculator

Just a simple calculator that will add, subtract, multiply, divide, and it will also do powers like 5^3 = 125.

Java_Volume1 #100216
Calculator in windows programme

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ï.............................

Java_Volume1 #100277
Calculates Quadratic Formula

This code applies the quadratic formula to an equation and derives the variable value given the three coefficients.

Java_Volume1 #100414
recursive functions

Some functions to show the use of recursion in programming. This contains Fibonacci,Towers of Hanoi,Ackermann function

Java_Volume1 #100437
A Simple Calculator

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.

Java_Volume1 #100448
Various math operations

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.

Java_Volume1 #100554
Parabola Graphing Machine

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.

Java_Volume1 #100595
Cubic Equations Solver using Cardano's formula

It finds one the roots of a cubic equation using Cardano's formula.

Java_Volume1 #100610
Combinations

Combinations of 3,4,5, and 6 letter word or number

Java_Volume1 #100617
Three by Three Matrix Utilities

Finds the determinant of 3x3 matricies and solves systems of 3 equations with 3 variables.

Java_Volume1 #100625
Trinomial Factorer

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.

Languages
Top Categories
Global Discovery