数学研发论坛's Archiver
论坛
›
数学软件
› mathematica如何使用百分数进行运算
nyy
发表于 2023-7-25 11:45:42
mathematica如何使用百分数进行运算
比如我想计算100*(1+20%)
结果应该是120,但是20%在mathematica里面表示第20个输出结果。
我觉得这样很不好
northwolves
发表于 2023-7-25 15:08:37
100*(1 + Interpreter["Percent"]["20%"])
haifeng
发表于 2024-1-4 23:51:08
>> 100*(1+20%)
in> 100*(1+20%)
out> 120.0
------------------------
By Sowya
页:
[1]
查看完整版本:
mathematica如何使用百分数进行运算