-
matrix operations in VB
Is there a way do matrix operation using VBA? I'm trying to have my matrix come out in reduced row echelon form? Some examples of what I'm trying to do are attached.
Ex: 1) 5 9 -5 1 0 0
1 13 2 0 1 0
-1 5 -3 0 0 1
numbers entered desired results
Ex: 2) 0 2 5 1 0 0
-1 0 65 0 1 0
9 6 35 0 0 1
numbers entered desired results
Ex: 3) 1x 1y 2z =8
-1 -2y 3z =1
3x -7y 4z =10
1 1 2 8 1 0 0 3
-1 -2 3 1 0 1 0 1
3 -7 4 10 0 0 1 2
numbers entered desired results
is there a way to have it set to where it will give me the desired results no matter what numbers are entered using legal matrix operations?
Similar Threads
-
By Jeff Johnson in forum .NET
Replies: 6
Last Post: 01-18-2007, 07:44 AM
-
By jrhaley123 in forum Java
Replies: 7
Last Post: 11-19-2005, 07:18 PM
-
By Glen Kunene in forum Talk to the Editors
Replies: 17
Last Post: 03-23-2002, 12:43 AM
-
By Jeff Johnson in forum .NET
Replies: 276
Last Post: 10-02-2001, 04:23 PM
-
Replies: 38
Last Post: 09-07-2001, 05:55 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks