4 dimensional matrix multiplication

sir,this is the 4D matrix=
T=[A1 0 0 0;A2 A1 0 0;0 A2 A1 0; 0 0 A2 A1] where
A1=[qn'p00 qn'p01 p10 p11] and
A2=[qnp00 qnp01 0 0]; and the column vector is 2(QHn(t)+1)-dimensional column vector of ones. here the size of the column vector changes with respect to time. I want to multiply this matrix with the column vector . I don't know how to multiply.Can you please help me sir?

回答 (1 件)

ANKUR KUMAR
ANKUR KUMAR 2018 年 3 月 19 日

1 投票

Use this function from file exchange
OR
visit this website to know the multiplication of multi dimension matrices

カテゴリ

ヘルプ センター および File ExchangeCreating and Concatenating Matrices についてさらに検索

質問済み:

2018 年 3 月 19 日

回答済み:

2018 年 3 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by