Forgot password?
 Register account
View 254|Reply 1

WolframAlpha增加小数位须手动替换

[Copy link]

3153

Threads

7906

Posts

610K

Credits

Credits
64096
QQ

Show all posts

hbghlyj Posted 2023-4-16 07:08 |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怎么在不手动替换的情况下 增加小数位?

3153

Threads

7906

Posts

610K

Credits

Credits
64096
QQ

Show all posts

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

为什么“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|Discuz Math Forum

2025-6-5 01:09 GMT+8

Powered by Discuz!

× Quick Reply To Top Edit