Visual Basic Code , VB.NET Code
Find Code:
  All
  VB.NET
  ASP.NET
  C#
  VB Classic
  ASP Classic
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Link to us
 Home >> Mathematics code

Matrix MultiplicationVersion: VB6
Author: RazaSubmitted: 9/21/2003Downloads: 9827
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 ConverterVersion: VB6
Author: Shyam ChawdaSubmitted: 9/12/2003Downloads: 9865
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 LogarithmVersion: VB6
Author: Ashok AgarwalSubmitted: 8/15/2003Views: 11046
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 BaseVersion: VB6
Author: Ashok AgarwalSubmitted: 8/15/2003Views: 16219
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 CalculatorVersion: VB5
Author: Shaunak SontakkeSubmitted: 7/31/2003Downloads: 7251
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.

A simple Base Converter. Dec/Bin/Hex....Version: VB3
Author: ShuvroSubmitted: 6/30/2003Downloads: 7381
A simple Base Converter. Dec/Bin/Hex.

This is a simple program to calculate inverse of a...Version: VB5
Author: imranSubmitted: 6/28/2003Downloads: 5359
This is a simple program to calculate inverse of a 3x3 matrix.

It's a simple calculator with new functionality....Version: VB6
Author: hemant prasadSubmitted: 6/19/2003Downloads: 7277
It's a simple calculator with new functionality.

This code converts any base number to any base num...Version: VB3
Author: Amit GinotraSubmitted: 6/5/2003Views: 8608
This code converts any base number to any base number system. Bases between 2 to 36 are allowed.

This program has the ability to plot, print, save,...Version: VB5
Author: Aris BuenaventuraSubmitted: 6/1/2003Downloads: 9776
This program has the ability to plot, print, save, load...graph. Just enter the expression would you like to graph...You can plot as may functions as you want then save them. It has lots of features that you can use. Enjoy ;)

<< Previous  Page 24 of  32  Next >>

Go to page: 24  25  26  27  28  29  ...