matrix addition

matrix addition

hai

View Answers

January 20, 2011 at 11:34 AM

Hi,

Try this:

import java.util.*;
class MatrixAddition{

    public static void main(String[] args){
     Scanner input = new Scanner(System.in);
    int[][] A = new int[3][3];
int[][] B = new int[3][3];
int[][] C = new int[3][3];
System.out.println("Enter elements for matrix A : ");
for (int i=0 ; i < A.length ; i++)
for  (int j=0 ; j < A[i].length ; j++){
A[i][j] = input.nextInt();
}
System.out.println("Enter elements for matrix B : ");
for (int i=0 ; i < B.length ; i++)
for  (int j=0 ; j < B[i].length ; j++){
B[i][j] = input.nextInt();
}
System.out.println("Matrix A: ");
        for (int i=0 ; i < A.length ; i++){
            System.out.println();
            for  (int j=0 ; j < A[i].length ; j++){
                System.out.print(A[i][j]+" ");
                  }
        }
System.out.println();
System.out.println();
System.out.println("Matrix B: ");
        for (int i=0 ; i < B.length ; i++){    
            System.out.println();
            for  (int j=0 ; j < B[i].length ; j++){
                System.out.print(B[i][j]+" ");
                  }
        }
System.out.println();
System.out.println();
System.out.println("Addition Of Matrices: ");
for(int i=0;i<3;i++){
for(int j=0;j<3;j++){
C[i][j]=A[i][j]+B[i][j];
System.out.print(C[i][j]+" ");
}
System.out.println();
}
}
}

Thanks









Related Tutorials/Questions & Answers:
matrix addition
matrix addition  hai
matrix addition
matrix addition  hai
Advertisements
Matrix Addition using RMI in Java
Matrix Addition using RMI in Java  Source Code for Matrix Addition using RMI in Java
matrix adddition
matrix adddition   how to write a program matrix addition in java
Java Matrix Addition Example
Java Matrix Addition Example In this tutorial, you will learn how to find the sum of two matrices. You may have solved many Matrix Operations in Mathematics. A Matrix comprises of rows and columns. Here we are going to calculate
Matrix addition in java
Matrix addition in java In this section we will learn about addition of two...-dimensional array. Here we are going to develop a Java code for matrices addition, while adding two matrices the number of row and column of first matrix is equal
Addition of JComboBoxItem
Addition of JComboBoxItem  how to add JComboBoxItem cb1=1,cb2=1/9 into a JTextField. thanks
matrix substraction
matrix substraction  hai
matrix substraction
matrix substraction  hai
addition
Java, matrix
(); System.out.println("1. Addition Of Matrix"); System.out.println("2. Subtraction Of Matrix... of switch statement perform operations addition, subtraction and multiplication of matrix.   Hello Friend, Try this:ADS_TO_REPLACE_1 import
Addition of two numbers
Addition of two numbers  addition of two numbers
column matrix
column matrix  columan wise total matrix
column matrix
column matrix  columan wise total matrix
Matrix multiplication
Matrix multiplication  program to read the elements of the given two matrices of order n*n and to perform the matrix multiplication
transpose matrix
integers into the matrix and print the transpose of it. for this program u r given answer but if i entered 2 by 3 matrix it will not give answer ple check it once
Matrix Class
Matrix Class   A class to manage matrices and add them. Create in the driver class two objects of it and use the add method
Matrix Class
Matrix Class   A class to manage matrices and add them. Create in the driver class two objects of it and use the add method
transpose of matrix
transpose of matrix  write a program in java to declare a square matrices 'A' or order n which is less than 20.allow in user to input only positive integers into the matrix and print the transpose
matrix determination in java
matrix determination in java  hai
matrix polynamial addtion
matrix polynamial addtion  hai
matrix
Magic Matrix in GUI
Magic Matrix in GUI  I want program in java GUI contain magic matrix for numbers
ModuleNotFoundError: No module named 'matrix'
ModuleNotFoundError: No module named 'matrix'  Hi, My Python... 'matrix' How to remove the ModuleNotFoundError: No module named 'matrix'... to install padas library. You can install matrix python with following command
ModuleNotFoundError: No module named 'the-matrix'
ModuleNotFoundError: No module named 'the-matrix'  Hi, My Python... 'the-matrix' How to remove the ModuleNotFoundError: No module named 'the-matrix' error? Thanks   Hi, In your python environment you
MySQL Addition
MySQL Addition       MySQL Addition returns you the sum value of a specific column for a group in a table. The Aggregate function sum() is used to perform the addition in SQL
Parallel multiplication matrix in java
Parallel multiplication matrix in java  hello dear I need parallel multiply matrix in java algorithm to account speed up and efficiency great wishes
ModuleNotFoundError: No module named 'math-addition'
ModuleNotFoundError: No module named 'math-addition'  Hi, My... 'math-addition' How to remove the ModuleNotFoundError: No module named 'math-addition' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'shivam-addition'
ModuleNotFoundError: No module named 'shivam-addition'  Hi, My... named 'shivam-addition' How to remove the ModuleNotFoundError: No module named 'shivam-addition' error? Thanks   Hi, In your python
matrix calculator - Java Beginners
matrix calculator  hi..... can you help me in writing source code of matrix calculator in java... i know you are the best you can do it!!! show yourself
Matrix Multiplication in Java
matrix q = in.nextInt(); // q holding the number...Matrix Multiplication in Java In this Java tutorial we will demonstrate you 'Matrix Multiplication in Java' with the help of a simple example from which you
parallel dense matrix multiplication
parallel dense matrix multiplication  hi friends, i am a final year... using dense parallel matrix multiplication. I request you to kindly provide me a code for Parallel Matrix multiplication on distributed systems using Java
MySQL Addition
MySQL Addition       MySQL Addition returns you the sum value of the total counts in a table..._TO_REPLACE_1 The Tutorial illustrate an example from 'MySQL Addition
Ansoff Matrix
The Ansoff matrix or Ansoff Growth matrix is an effective marketing planning... growth strategy. According to the Ansoff matrix, a business growth depends upon... product in a new or existing market. Based on this, factor Ansoff matrix
Preprocessor directive case for multiplication and addition
Preprocessor directive case for multiplication and addition  Preprocessor directive case for multiplication and addition include<stdio.h> define m 2+10 include<conio.h> int main() { int i; clrscr
Matrix - Java Beginners
Matrix  give me the Matrix program   Hi friend, Code for Matrix Example in Java class MatrixExample{ public static void main(String[] args) { int array[][]= {{1,3,5},{2,4,6
Javascript matrix error
Javascript matrix error  This function blows up (without an error) whenever it is called function valid(n){ //n is a number 0-9 if(board...; } } where board is a global 3x3 Array matrix var board = new Array(3
TensorFlow placeholder matrix
matrix with TensorFlow? I am searching for TensorFlow placeholder matrix... matrix and it can easily perform various operations on the matrix. In the following example we are defining a multi-dimensional matrix as placeholder
ModuleNotFoundError: No module named 'luma.led_matrix'
ModuleNotFoundError: No module named 'luma.led_matrix'  Hi, My... named 'luma.led_matrix' How to remove the ModuleNotFoundError: No module named 'luma.led_matrix' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'matrix-algebra'
ModuleNotFoundError: No module named 'matrix-algebra'  Hi, My... named 'matrix-algebra' How to remove the ModuleNotFoundError: No module named 'matrix-algebra' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'matrix-architect'
ModuleNotFoundError: No module named 'matrix-architect'  Hi, My... named 'matrix-architect' How to remove the ModuleNotFoundError: No module named 'matrix-architect' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'matrix-bot'
ModuleNotFoundError: No module named 'matrix-bot'  Hi, My Python... 'matrix-bot' How to remove the ModuleNotFoundError: No module named 'matrix-bot' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'matrix-calculator'
ModuleNotFoundError: No module named 'matrix-calculator'  Hi, My... named 'matrix-calculator' How to remove the ModuleNotFoundError: No module named 'matrix-calculator' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'matrix-client'
ModuleNotFoundError: No module named 'matrix-client'  Hi, My... 'matrix-client' How to remove the ModuleNotFoundError: No module named 'matrix-client' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'matrix-completion'
ModuleNotFoundError: No module named 'matrix-completion'  Hi, My... named 'matrix-completion' How to remove the ModuleNotFoundError: No module named 'matrix-completion' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'matrix-decomposition'
ModuleNotFoundError: No module named 'matrix-decomposition'  Hi...: No module named 'matrix-decomposition' How to remove the ModuleNotFoundError: No module named 'matrix-decomposition' error? Thanks   Hi
ModuleNotFoundError: No module named 'matrix-lite'
ModuleNotFoundError: No module named 'matrix-lite'  Hi, My Python... 'matrix-lite' How to remove the ModuleNotFoundError: No module named 'matrix-lite' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'matrix-mania'
ModuleNotFoundError: No module named 'matrix-mania'  Hi, My Python... 'matrix-mania' How to remove the ModuleNotFoundError: No module named 'matrix-mania' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'matrix-nio'
ModuleNotFoundError: No module named 'matrix-nio'  Hi, My Python... 'matrix-nio' How to remove the ModuleNotFoundError: No module named 'matrix-nio' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'matrix-ops'
ModuleNotFoundError: No module named 'matrix-ops'  Hi, My Python... 'matrix-ops' How to remove the ModuleNotFoundError: No module named 'matrix-ops' error? Thanks   Hi, In your python environment you

Ads