作业帮 > 英语 > 作业

mathematica,初学者的问题

来源:学生作业帮 编辑:搜搜做题作业网作业帮 分类:英语作业 时间:2024/04/28 06:41:55
mathematica,初学者的问题
[Pi] has a run of six consecutive 9's in the first 1000 digits.Can you see where they are located?(One way to find the location is to convert the number to a string [using ToString],drop the leading 3.[using StringDrop] and locating the position of the string "999999" [using StringPosition]).[3 Marks]
mathematica,初学者的问题
StringPosition[StringDrop[ToString[N[Pi,1000]],3],"999999"]
照英文的意思