简体   繁体   English

什么是A \\ B的matlab算法?

[英]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? 当我们使用x = A \\ B时,Matlab中使用哪种数值算法求解线性方程组? for example gauss jordan or LU method etc.? 例如高斯约旦或LU方法等?

Thank you 谢谢

The best one! 最好的! 1 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. 1希望这将导致最佳算法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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