two vector division algorithm
Mostra commenti meno recenti
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 Commento
Geoff Hayes
il 3 Mag 2015
Risposte (0)
Categorie
Scopri di più su GPU Computing in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!