|
Home >> Mathematics code
Matrix Multiplication | Version: VB6 | Author: Raza | Submitted: 9/21/2003 | Downloads: 9806 | This is a matrix multiplication utility I developed as a part of my project work at college. This program can be used to multiply three matrices. A matrix can have an order that ranges from 1x1 to 4x4.
Also , considering the non-commutativity of matrix ...more>> |
Base Converter | Version: VB6 | Author: Shyam Chawda | Submitted: 9/12/2003 | Downloads: 9846 | Base converter for converting:
Binary to HEX, decimal, octal
HEX TO binary, decimal, octal
Decimal TO HEX, binary, octal
Octal to HEX, decimal, binary
|
Common Logarithm | Version: VB6 | Author: Ashok Agarwal | Submitted: 8/15/2003 | Views: 11022 | This code snippet returns the logarithmic value of a given number with 10 as its base (Common Logarithm)with out using the built-in VB LOG function(it uses e as its base[natural or napierian logarithm]).The accuracy of my LogC function is mostly upto 5 di ...more>> |
Logarithm of any Base | Version: VB6 | Author: Ashok Agarwal | Submitted: 8/15/2003 | Views: 16184 | This code snippet returns the logarithmic value of a given number with any given base without using the built-in VB LOG function(it uses e as its base[natural or napierian logarithm]). The accuracy of my LogB function is only upto a few digits after decim ...more>> |
Scientific Calculator | Version: VB5 | Author: Shaunak Sontakke | Submitted: 7/31/2003 | Downloads: 7232 | It has tan, sin, cos, inverse, copy to clipboard options and many more. Sci-Calculator is a best example of calculator using array of buttons.
| << Previous Page 24 of 32 Next >>Go to page: 24 25 26 27 28 29 ...
|
|