Same problem, same Matlab, different answers
显示 更早的评论
I am running Matlab 2018b on several computers. The problem I am using is (the badly conditioned) > inv(hilb(6)) All computers except my new Lenovo produce the same answer. My new Lenovo X1 gives results that differ in the last 5 double precision digits, i.e. the first 10 are the same as before. The processors are i5-8350U (New Lenovo X1), Intel i7-3820 (older computer), Ryzen 7 (latest). Only Lenovo gives different result. Has anyone seen this?
回答(1 个)
the cyclist
2018-10-3
0 个投票
3 个评论
Walter Roberson
2018-10-4
Or different Intel MKL (Math Kernel Library)
By the way, is there a difference in OS version?
It would not have surprised me if the Ryzen had produced a different answer, as it is AMD rather than Intel.
David Jeffrey
2018-10-4
Walter Roberson
2018-10-4
MATLAB generally includes libblas but not necessarily the same version for all platforms.
For Mac it is bin/maci64/libmwblas.dylib and bin/maci64/mkl.dylib and there is also bin/maci64/libmwlapack.dylib which is relevant because lapack is the matrix algebra library
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!