简体   繁体   中英

What is matlab algorithm for A\B?

Which numerical algorithm is used in Matlab for solving set of linear equations when we use x=A\\B? for example gauss jordan or LU method etc.?

Thank you

The best one! 1

The flow chart from the official documentation below shows how the algorithm is chosen for full matrices. The flow chart is a bit larger for sparse matrices .

在此处输入图片说明

1 Hopefully this will result in the best algorithm.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM