Info

此问题已关闭。 请重新打开它进行编辑或回答。

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

1 次查看(过去 30 天)
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.

回答(1 个)

Lalit Patil
Lalit Patil 2012-12-27
N = 3
A = rand(N,N)
B = transpose(A)
C = A*B

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by