two vector division algorithm

what algorithm goes when dividing two vectors? I.E. A= [1, 2, 3] and B= [4, 5, 6] and result of x = A/B would be 0.41558441558441. how come? I would like to write a method in c# to get this kind of result. i know that it is equivalent to x*A = B, but still it doesnt make it easier.

1 件のコメント

Geoff Hayes
Geoff Hayes 2015 年 5 月 3 日
Odre - see mrdivide which may provide an idea on the algorithm used to solve this problem.

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

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeGPU Computing についてさらに検索

製品

質問済み:

2015 年 5 月 2 日

コメント済み:

2015 年 5 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by