Click here to Skip to main content
16,013,932 members

Comments by arizan (Top 20 by date)

arizan 13-Jul-12 3:01am View    
its not 11*11 matirx
i am developing code for complex matrix ar1 is for real no and ai1 is for imaginary no.
arizan 9-Jul-12 5:29am View    
actually i am new in vb.net code so not getting the code...
please tell want changes i should make...
thanking you....
arizan 9-Jul-12 5:27am View    
result(i, j) = result(i, j) + (row1(i, k) * row2(k, j))
this line s having error...
arizan 4-Jul-12 2:58am View    
then how to add the data of rows and columns please tell me????????
arizan 29-Jun-12 2:46am View    
hey now i have displayed result in textbox3 as
For j As Integer = 0 To value.GetUpperBound(1)
outp(i, j) = value(i, j) + value2(i, j)
textbox3.text= outp(i,j)
Next

getting result as only 132
sorry but i am new in vb.net
plz help....