gpt4 book ai didi

wolfram-mathematica - 正确使用位置

转载 作者:行者123 更新时间:2023-12-04 08:02:10 25 4
gpt4 key购买 nike

mma help docs for Position , 以下列在“可能的问题”下

In[1]:= Position[Range[-1, 1, 0.05], 0.1]
Out[1]= {}

虽然没有给出解释。为什么会发生这种情况?所以如果我真的需要找到 0.1的位置在 Range[-1,1,0.05] , 我该怎么做?

最佳答案

这是一个数字精度问题:Range 中的 0.1内部与输入的 0.1 不同。解决此问题的正常方法是与 Equal 进行比较。而不是隐含的 SameQ .

Position[Range[-1, 1, 0.05], x_ /; x == 0.1]

关于wolfram-mathematica - 正确使用位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5750623/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com