how do you do matrix calculation

I have vector A, C and Matrix b as;
A=[x1,x2,x3]
C=[2,3,4] and b is a unit sq matrix of 3x3. How do you write this in matlab to calculate x1, x2 and x3 and a relation is
A=bC

回答 (1 件)

KSSV
KSSV 2021 年 8 月 17 日

0 投票

A = C*b

1 件のコメント

Ls
Ls 2021 年 8 月 17 日
A is in column format; i.e A=A'
C is square matrix;
B is in column format as well; i.e B=B'

サインインしてコメントする。

カテゴリ

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

タグ

質問済み:

Ls
2021 年 8 月 17 日

コメント済み:

Ls
2021 年 8 月 17 日

Community Treasure Hunt

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

Start Hunting!

Translated by