i want to add the matrices,the program should be like this..
at the run time only
1)i want to pass number of rows and coloumns,
at the run time only
2)elements of the matrices and
3)the main requirement is when the no.of
rows of first matrix = rows of second matrix
columns of first matrix = columns of second matrix then only it should enter into the loop
i want 3 row and columns to added in this matrix how can i do?? exactly the below scenario to be done in java..
a=1 2 3
4 5 6
7 8 9
b=2 4 6
8 10 12
14 16 18
and need to get the out put...
c=3 6 9
12 15 18
21 24 27
if i wnt 2 use thhis same prorgam for 3 rows then it generates run time error that its out of index somthing like that so how can i get solution??plz help me
to add two matricesv.vamshi krishna September 19, 2011 at 10:24 AM
i want to add the matrices,the program should be like this.. at the run time only 1)i want to pass number of rows and coloumns, at the run time only 2)elements of the matrices and 3)the main requirement is when the no.of rows of first matrix = rows of second matrix columns of first matrix = columns of second matrix then only it should enter into the loop
program in javavamsi krishna September 19, 2011 at 11:29 AM
i wnt to sho the strs in the following pattern * * * * * * * * * *
ThnxRaman Kumar ranjan September 26, 2011 at 10:22 PM
Thank u so much
Beginner of java prog. & sqlTIRUPATI October 16, 2011 at 6:29 PM
Its a nice executed program and its very helpful to me .
doubt about for loopmadura February 20, 2013 at 12:08 PM
i cant understand how is for loop additon of both matrix
java source codesahar November 3, 2011 at 10:58 PM
i need every program thats about java
need morekalaiselvan July 10, 2012 at 3:37 PM
please give the program for sum of matrix give input in dynamic
javapradeep sharma July 12, 2012 at 1:21 AM
`hey its realy very good site for finding your answers
JAVA matrixprasad July 17, 2012 at 11:27 AM
i want 3 row and columns to added in this matrix how can i do?? exactly the below scenario to be done in java.. a=1 2 3 4 5 6 7 8 9 b=2 4 6 8 10 12 14 16 18 and need to get the out put... c=3 6 9 12 15 18 21 24 27
THANKS!jin August 13, 2012 at 9:41 PM
THANK YOU VERY MUCH FOR THIS JAVA CODE! THIS IS REALLY A VERY BIG HELP FOR ME! AWESOME WEBSITE! KEEP IT UP! GOD BLESS!
THANKSjin August 13, 2012 at 9:41 PM
THANK YOU VERY MUCH FOR THIS JAVA CODE! THIS IS REALLY A VERY BIG HELP FOR ME! AWESOME WEBSITE! KEEP IT UP! GOD BLESS!
thanxhemalatha September 12, 2012 at 11:58 AM
thanx
sum of two matrixrasmi September 21, 2012 at 10:26 PM
if i wnt 2 use thhis same prorgam for 3 rows then it generates run time error that its out of index somthing like that so how can i get solution??plz help me
Post your Comment