Forgot password
 Register account
View 161|Reply 1

WolframAlpha增加小数位须手动替换

[Copy link]

3211

Threads

7832

Posts

52

Reputation

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怎么在不手动替换的情况下 增加小数位?

3211

Threads

7832

Posts

52

Reputation

Show all posts

original poster 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}$

Quick Reply

Advanced Mode
B Color Image Link Quote Code Smilies
You have to log in before you can reply Login | Register account

$\LaTeX$ formula tutorial

Mobile version

2025-7-20 05:44 GMT+8

Powered by Discuz!

Processed in 0.012170 seconds, 22 queries