Find Code:
All Words
Any of the Words
Exact Phrase
Home
:
Code
:
Forums
:
Submit
:
Mailing List
:
About
:
Contact
Code
All
VB.NET
ASP.NET
C#
VB Classic
ASP Classic
Snippets
Popular
Resources
Submit Code
Forums
Articles
Tips
Links
Books
Contest
Link to us
Solve equation systems by Gauss method
Author:
Adolfo Leon Sepulveda
Website:
http://www.geocities.com/adoleon2000
Submitted:
1/12/2005
Version:
VB.NET 2003
Compatibility:
VB.NET 2003, VB.NET 2005
Category:
Mathematics
Downloads:
7207
This VB.NET program use GaussJ class in Module1 for solving equation systems by Gauss Jordan's Method. For input Equations systems this program generate dynamic text boxes and prints solution e inverse matrix on form using dinamic labels. 'By Adolfo Leon Sepulveda 'Jan-7-2005 'example : '3.0x1 -0.1x2 -0.2x3 = 7.85 '0.1x1 +7.0x2 -0.3x3 = -19.30 '0.3x1 -0.2x2 +10.0x3 = 71.40 'result: 'x1 = 3 'x2 = -2.5 'x3 = 7 'Inverse matrix: ' 0.3324 0.0049 0.0067 '-0.0051 0.1429 0.0041 '-0.0100 0.0027 0.0998
Home
|
Forums
|
Submit
|
Books
|
Mailing List
|
Advertising
|
About
|
Contact
© 2023 A1VBCode. All rights reserved.
Legal disclaimer & terms of use
Privacy statement