Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

A matlab code for multiplication of matrices....URGENT

1 visualización (últimos 30 días)
sneha
sneha el 27 de Dic. de 2012
Can anyone give me a code for writing two N x N matrix A and B and multiplying them to be stored as C.the value of every element in A is given by a function a(i,j,N) and B is the transpose of A.

Respuestas (1)

Lalit Patil
Lalit Patil el 27 de Dic. de 2012
N = 3
A = rand(N,N)
B = transpose(A)
C = A*B

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by