|
SOLUTIONS
|
MATHEMATICA 内置符号
LogLogPlot
LogLogPlot[f, {x, xmin, xmax}]
创建一个 f 的双对数坐标图,其自变量 x 的取值从
到
.
LogLogPlot[{f1, f2, ...}, {x, xmin, xmax}]
创建多个
函数的双对数坐标图.
更多信息更多信息
- LogLogPlot 有效地创建了一个曲线图,其中,Log[f] 与 Log[x] 相对应,但是用刻度表示 f 和 x 的初始值.
- LogLogPlot 使幂次法则函数以直线形式表示.
- LogLogPlot 具有和 Plot 相同的选项.
版本 6 的新功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



