Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > General > matrix inversion


Reply
 
Thread Tools Display Modes
  #1  
Old 07-22-2002, 07:11 PM
txk
Guest
 
Posts: n/a
Default matrix inversion


hi,

i need to do some matrix inversion. i dont think VB has the built-in function for that. Does anyone have one?

thanks
Reply With Quote
  #2  
Old 07-22-2002, 08:23 PM
MaxMel
Guest
 
Posts: n/a
Default

Do you know how to make it by hand?

MaxMel
Reply With Quote
  #3  
Old 07-22-2002, 08:52 PM
Genna
Guest
 
Posts: n/a
Default

well, i dont think vb have matrix type functions as i havent come across any of them so far
for matrices, you can try doing arrays and loop to obtain the positions
If you are familar with a certain formula where you used the triangle-like structures and manuplicate them, you will find that it is more efficient then the normal one.
I have to look up my text later
Reply With Quote
  #4  
Old 07-23-2002, 06:43 AM
txk
Guest
 
Posts: n/a
Default

I have done 4 x 4 matrix inversion before by hand. The matrix elements were all symbols not numbers so I couldn’t use computer program. It was quite a nightmare. If my memory is correct, there are many ways for matrix inversion manipulation. The question is which one would be the best for computer code.
Reply With Quote
  #5  
Old 07-23-2002, 06:54 AM
Iceplug's Avatar
Iceplug Iceplug is offline
MetaCenturion

Retired Moderator
* Guru *
 
Join Date: Aug 2001
Location: California, USA
Posts: 16,583
Default

I assume that if you can create a code that will convert a matrix to reduced form, then you can connect the original matrix to an identity, do the row operations, and then take the end of the matrix for the inverse.

Will these matrices have the same dimensioning?
If so, then I think you can just do it by hand with symbols and use your expressions that you solved to pull values directly from the matrix.
__________________

Iceplug, USN
Quadrill 1 Quadrill 2 (full) Quadrill 3 JumpCross .NET Website is ALIVE! - DL Platform Tour for VB.NET! Posting Guidelines Hint: Specify your location in your user cp profile if you want compassion!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->