gpt4 book ai didi

logarithm - 如何在 Maxima 中计算对数?

转载 作者:行者123 更新时间:2023-12-02 22:20:02 25 4
gpt4 key购买 nike

以下示例来自 here ,和here我试过这个:

log2(x) := log(x) / log(2);
log2(8), float;

但这并没有给出 3,而是得到 log(8)/log(2)

最佳答案

你必须简化部首:

(%i1) log2(x) := log(x) / log(2);
log(x)
(%o1) log2(x) := ------
log(2)
(%i2) radcan(log2(8));
(%o2)

3

关于logarithm - 如何在 Maxima 中计算对数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36271504/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com