Click here to Skip to main content
15,886,963 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Http Request without ASP.NET? Pin
Luc Pattyn11-Jul-12 6:44
sitebuilderLuc Pattyn11-Jul-12 6:44 
QuestionRe: Http Request without ASP.NET? Pin
Sonhospa11-Jul-12 9:12
Sonhospa11-Jul-12 9:12 
AnswerRe: Http Request without ASP.NET? Pin
Luc Pattyn11-Jul-12 10:23
sitebuilderLuc Pattyn11-Jul-12 10:23 
NewsRe: Http Request without ASP.NET? Pin
Sonhospa11-Jul-12 12:09
Sonhospa11-Jul-12 12:09 
AnswerRe: Http Request without ASP.NET? Pin
Luc Pattyn11-Jul-12 12:24
sitebuilderLuc Pattyn11-Jul-12 12:24 
QuestionHow to Inverse a Matrix in VBA ? Pin
caokeguan10-Jul-12 17:45
caokeguan10-Jul-12 17:45 
AnswerRe: How to Inverse a Matrix in VBA ? Pin
Sonhospa11-Jul-12 4:32
Sonhospa11-Jul-12 4:32 
AnswerRe: How to Inverse a Matrix in VBA ? Pin
Luc Pattyn11-Jul-12 4:42
sitebuilderLuc Pattyn11-Jul-12 4:42 
As Wikipedia[^] says, there are a couple of ways to invert a matrix. I personally prefer the LU decomposition, it has never failed me (mostly in C), and I used it for matrices with size of several hundred.

How big is your matrix? The complexity is O(n^3) so there may be practical limits.
When the matrix is sparse (e.g. when simulating electronic networks), you can apply special techniques that typically bring it down to O(n^2).

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

Generaltask manager Pin
aliali7410-Jul-12 8:14
aliali7410-Jul-12 8:14 
GeneralRe: task manager Pin
Dave Kreskowiak10-Jul-12 8:22
mveDave Kreskowiak10-Jul-12 8:22 
GeneralRe: task manager Pin
Wes Aday10-Jul-12 9:35
professionalWes Aday10-Jul-12 9:35 
QuestionProperty changed event in standard control Pin
908236510-Jul-12 6:28
908236510-Jul-12 6:28 
AnswerRe: Property changed event in standard control Pin
Sonhospa10-Jul-12 8:11
Sonhospa10-Jul-12 8:11 
AnswerRe: Property changed event in standard control Pin
Eddy Vluggen10-Jul-12 9:18
professionalEddy Vluggen10-Jul-12 9:18 
GeneralRe: Property changed event in standard control Pin
908236511-Jul-12 9:03
908236511-Jul-12 9:03 
GeneralRe: Property changed event in standard control Pin
Dave Kreskowiak11-Jul-12 9:11
mveDave Kreskowiak11-Jul-12 9:11 
GeneralRe: Property changed event in standard control Pin
908236511-Jul-12 11:52
908236511-Jul-12 11:52 
GeneralRe: Property changed event in standard control Pin
_obi_1-Aug-12 7:31
_obi_1-Aug-12 7:31 
QuestionHelo Guys i need your help Pls Pin
samfrancis10-Jul-12 1:18
samfrancis10-Jul-12 1:18 
AnswerRe: Helo Guys i need your help Pls Pin
Nick Otten10-Jul-12 2:36
Nick Otten10-Jul-12 2:36 
AnswerRe: Helo Guys i need your help Pls Pin
Wes Aday10-Jul-12 2:56
professionalWes Aday10-Jul-12 2:56 
AnswerRe: Helo Guys i need your help Pls Pin
Sonhospa10-Jul-12 8:26
Sonhospa10-Jul-12 8:26 
Questionadministrator privilage Pin
info4shajeer9-Jul-12 22:58
info4shajeer9-Jul-12 22:58 
AnswerRe: administrator privilage Pin
Richard MacCutchan9-Jul-12 23:15
mveRichard MacCutchan9-Jul-12 23:15 
GeneralRe: administrator privilage Pin
info4shajeer2-Aug-12 9:45
info4shajeer2-Aug-12 9:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.