Compute equations with given variables and matrices

Suppose x=2 and y=5.
𝑧 = [ 4 1
2 3
1 7 ],
𝑚 = [ 4 5 3
5 1 7
1 3 6 ],
𝑛 = [ 3 3 5
2 6 4
1 9 1 ]
Use MATLAB command to compute the following: 𝑥𝑦^4/𝑥^2 , 𝑥𝑦^3 − 𝑥^2/𝑥^3 −1 , 𝑚 × 𝑧, sin(𝑚) , 𝑚 × 𝑛 (𝑐𝑜𝑚𝑝𝑜𝑛𝑒𝑛𝑡𝑤𝑖𝑠𝑒 𝑜𝑟 𝑒𝑙𝑒𝑚𝑒𝑛𝑡 𝑏𝑦 𝑒𝑙𝑒𝑚𝑒𝑛𝑡)

回答 (1 件)

Chunru
Chunru 2022 年 9 月 2 日

0 投票

𝑥𝑦^4/𝑥^2 : x*y^4/x^2
𝑥𝑦^3 − 𝑥^2/𝑥^3 −1: similar to above
𝑚 × 𝑧: m*z
sin(𝑚): You guess?
𝑚 × 𝑛 (𝑐𝑜𝑚𝑝𝑜𝑛𝑒𝑛𝑡𝑤𝑖𝑠𝑒 𝑜𝑟 𝑒𝑙𝑒𝑚𝑒𝑛𝑡 𝑏𝑦 𝑒𝑙𝑒𝑚𝑒𝑛𝑡): m.*n

カテゴリ

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

製品

リリース

R2022a

タグ

質問済み:

2022 年 9 月 1 日

回答済み:

2022 年 9 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by