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 Exchange에서 MATLAB에 대해 자세히 알아보기

제품

질문:

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