Forgot password?
 Create new account
View 137|Reply 1

WolframAlpha增加小数位须手动替换

[Copy link]

3146

Threads

8493

Posts

610K

Credits

Credits
66158
QQ

Show all posts

hbghlyj Posted at 2023-4-16 07:08:29 |Read mode
  1. evaluate x/sqrt(1-2/3 x^2)-tan(x) where x=0.00016129
Copy the Code

输出 0
  1. x/sqrt(1-2/3 x^2)-tan(x) /. x=0.00016129
Copy the Code

输出 0
  1. ReplaceAll[x/Sqrt[1 - (2 x^2)/3] - Tan[x], {x->0.00016129}]
Copy the Code

输出 0
  1. Limit[x/Sqrt[1 - (2 x^2)/3] - Tan[x], {x->0.00016129}]
Copy the Code

输出 0
想要more digits只能手动把x替换
  1. 0.00016129/sqrt(1-2/3 0.00016129^2)-tan(0.00016129)
Copy the Code

输出 $3.63845\ldots × 10^{-21}$

问题: WolframAlpha怎么在不手动替换的情况下 增加小数位?

3146

Threads

8493

Posts

610K

Credits

Credits
66158
QQ

Show all posts

 Author| hbghlyj Posted at 2023-4-16 07:14:25

为什么“Series[]”会产生不同的结果?

  1. Series[x/Sqrt[1 - (2 x^2)/3] - Tan[x], {x, 0.00016129, 0}]
Copy the Code

输出 $2.710505431213761\times10^{-20}$

手机版Mobile version|Leisure Math Forum

2025-4-20 22:04 GMT+8

Powered by Discuz!

× Quick Reply To Top Return to the list