What is the meaning of dividing two vectors without dot

10 ビュー (過去 30 日間)
Rifaldy Fajar
Rifaldy Fajar 2019 年 3 月 19 日
回答済み: Star Strider 2019 年 3 月 19 日
I have the next division, Wich is the meaning of this division???
f =
1 2 3
fd =
3 3 3
f/fd=
0.6667

回答 (2 件)

Jan
Jan 2019 年 3 月 19 日
According to the documentation:
  • x = B / A solves the system of linear equations x*A = B for x.
  • If A is a rectangular m-by-n matrix with m ~= n, and B is a matrix with n columns, then x = B/A returns a least-squares solution of the system of equations x*A = B.

Star Strider
Star Strider 2019 年 3 月 19 日
See the documentation section on Array vs. Matrix Operations (link).

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by