answersLogoWhite

0

Fix 33 table changes : macierz1[][],macierz2[][],... and its size (write size to brackets)

Fix a matrix to result : wynik[][], and int i,j.

for(i=0;i<size_of_your_matrix;i++)

for (i=0;i<size_of_your_matrix;i++)

wynik[i][j]=macierz1[i][j]+...+macierz33[i][j];

Or instead of 33 changes: macierz[33][size][size]

for(k=0;k<33;k++)

for(i=0;i<size_of_your_matrix;i++)

for (i=0;i<size_of_your_matrix;i++)

wynik[i][j]=wynik[k][i][j]+macierz[k][i][j];

(dont forget about initializing wynik as 0 in 2nd case)

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Engineering

What is row matrix?

A row matrix is a matrix that consists of a single row and multiple columns. It is typically represented as a 1 x n matrix, where &quot;n&quot; is the number of columns. Row matrices are often used in linear algebra to represent vectors in a horizontal orientation, and they can be involved in various operations such as matrix multiplication and addition.


How do you implement Hadamard matrix in c?

A Hadamard Matrix is a square matrix composed of 1 or -1. Using a square matrix system the hadamard matrix could be created


What is the product of matrix A and C?

It's matrix C.


Cannon matrix multiplication program?

maltiplication of matrix for algorithme


What is matrix programming in C programming?

C Examples on Matrix OperationsA matrix is a rectangular array of numbers or symbols arranged in rows and columns. The following section contains a list of C programs which perform the operations of Addition, Subtraction and Multiplication on the 2 matrices. The section also deals with evaluating the transpose of a given matrix. The transpose of a matrix is the interchange of rows and columns.The section also has programs on finding the trace of 2 matrices, calculating the sum and difference of two matrices. It also has a C program which is used to perform multiplication of a matrix using recursion.C Program to Calculate the Addition or Subtraction & Trace of 2 MatricesC Program to Find the Transpose of a given MatrixC Program to Compute the Product of Two MatricesC Program to Calculate the Sum & Difference of the MatricesC Program to Perform Matrix Multiplication using Recursion

Related Questions

Are matrix addition and matrix multiplication commutative?

Matrix addition is commutative if the elements in the matrices are themselves commutative.Matrix multiplication is not commutative.


If properties of matrix addition let A B C D the m n matrix then 1 A plus B B plus A?

Yes. Matrix addition is commutative.


Can you add a 1x3 matrix to a 3x2 matrix?

No, you cannot add a 1x3 matrix to a 3x2 matrix because the two matrices have different dimensions. For matrix addition to be valid, both matrices must have the same dimensions. In this case, a 1x3 matrix has one row and three columns, while a 3x2 matrix has three rows and two columns, making them incompatible for addition.


C Matrix addition program?

How we can addition Two Matrix plz send coding in C language mahesh dhanotiya astah_mahesh@rediff.com how i can built a square matrix in c,


Write a program to multiply 33 matrix.?

write a program to multily 3*3 matrix.


What is matrix system?

A matrix is a rectangular array of elements - usually numbers. These, together with rules governing their addition and multiplication make up matrix algebra or system.


Can a matrix with dimensions of 2 X 4 be added to another matrix with dimensions of 2 X 5?

No. Matrix addition (or subtraction) is defined only for matrices of the same dimensions.


Can a matrix with dimensions of 4 X 5 be added to another matrix with dimensions of 5 X 3?

No. Matrix addition (or subtraction) is defined only for matrices of the same dimensions.


Could there be an identity matrix for matrix addition similar to the additive identity for the set of real numbers?

i dont even flucking know


What is row matrix?

A row matrix is a matrix that consists of a single row and multiple columns. It is typically represented as a 1 x n matrix, where &quot;n&quot; is the number of columns. Row matrices are often used in linear algebra to represent vectors in a horizontal orientation, and they can be involved in various operations such as matrix multiplication and addition.


What is the order of The Matrix?

The Matrix The Matrix Reloaded The Matrix Revolutions


How do you do a matrix calculation in casio fx 991 MS?

To perform matrix calculations on a Casio fx-991MS calculator, you first need to enter the matrix into the calculator using the matrix mode. Press the &quot;Mode&quot; button, then select &quot;Matrix&quot; mode by pressing the corresponding number key. Next, input the dimensions of the matrix (rows and columns) and enter the values of the matrix. Once the matrix is entered, you can perform operations such as addition, subtraction, multiplication, and finding the determinant or inverse using the matrix menu options.