Need some help in this math question. I've posted the picture below. Firstly, which part of matrix algebra does this come under and how do you answer it? If you know the answer please explain the logic behind it or the chapter in matrix that it comes under.
http://imageshack.us/a/img193/3787/matrixgn.jpg
Four answers:
2012-09-15 02:59:25 UTC
As far as i Know it is used to "solve the system of equations by matrix method.".
eg: Q. "find A−1. Using A−1 solve the system of equations"
It uses, Determinant , transpose of matrix , Adjoint of a matrix. etc
I think ts from Determinant chapter of Mathematics, Class 12th CBSE.
Go & try to learn it from Meritnation.com if you want to.
Vaman
2012-09-15 08:02:05 UTC
What you have only one equation. x, y, z need three equations. I do not see any reason for s and to in the matrix formulation.
What you need three equations and their relation with s and t. Then we will be able help you.
Douglas
2012-09-15 02:04:27 UTC
I am Sorry but I cannot see the image. I copied and pasted the URL but no image was on the page. Please check and ask again.
haver
2016-10-19 02:32:27 UTC
type MatrixAddion { public void significant() { int A[][]=new int [10][5]; int B[][]=new int [10][5]; int Sum[][]=new int[10][5]; for(int i=0;i<10;i++) { for(int j=0;j<5;j++) { sum[i][j]=A[i][j]+B[i][j]; } } for(int i=0;i<10;i++) { for(int j=0;j<5;j++) { device.out.println(sum[i][j]+" "); } device.out.println(); } } }
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.