Advertisement

Results for "Category: Math"

2002C #16344
Fraction Calculator

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

2002C #16354
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.

2002C #16359
recursive functions

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

2002C #16402
Non-negative integer Multiplication of ANY LENGTH!!

Please rate me if it worked for you.It is an extremely efficient Non-Negative INTEGER MULTIPLICATION of ANY LENGTH!!I assure you it is very quick..Any CS student may need it.It is my first Submission.

2002C #16442
Calculates Quadratic Formula

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

2002C #16506
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.

2002C #16526
Basic Five Function Calculator

This is a simple calculator program...it only does five basic operations.....+ - x / ^

2002C #16539
Exponents of 2

This program uses basic loops to display values on screen.

2002C #16548
Is a number prime? if not then what are its prime factors?

Enter a number and the program will determine if it is prime. If the number is not prime the program will find the prime factors. For really big numbers it should only take a few seconds to process other than that it's lightning fast

2002C #16595
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.

2002C #16624
Three by Three Matrix Utilities

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

2002C #16625
Cubic Equations Solver using Cardano's formula

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

2002C #16985
Week Ending Date

Returns the date of the week-ending day based on the input date. Useful for due-by dates, weekly accounts etc.

2002C #17029
Grapher

Never use graph paper again! This little baby can graph any function you please! Once it has done that just print the thing out! Great for homework stuff. To change the funtion you want graphed, simply open up the ASP file in a text editor and change the function around. (As well as some other customizations.) Have fun!

2002VB #24478
Math translator

It translates °F to °C or KW to PS...

2002VB #24513
A better Random Number Generator

This is a better random number generator than comes standard. It's from a very good book on algoritms. You should read it

2002VB #24541
Finds the Minimum number of 7 numbers

This program finds the Minimum number of 7 numbers entered.

2002VB #24560
Calculate fuel efficiency

Program calculates the fule effiency of the car on the trip in miles/gallon and the cost for gasoline at the end of the trip. It teaches begginer programmers functions and calculations.

2002VB #24563
Precise Calculation of Pi

This code calculates an estimated value of Pi using the Leibnitz series (which is basically a power series expansion of a trigonometric function which allows to estimate Pi very well)

2002VB #24622
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

Languages
Top Categories
Global Discovery