【Mathematica】Mathematica Plot的用法

学习 时间:2026-04-07 21:45:25 阅读:1473
【Mathematica】Mathematica Plot的用法In[1]:= Clear[n,s]s[n_]:=1000*(1+0.05/n)^nIn[2]:=Plot[s[n],{n,4,100}]In[3]:=Limit[s[n],n->Infinity]Out[3]:=1051.27其中第三行以及第四行的作用是什么?

最佳回答

贪玩的朋友

受伤的小蝴蝶

2026-04-07 21:45:25

In[1]:= Clear[n,s]
s[n_]:=1000*(1+0。05/n)^n
In[2]:=Plot[s[n],{n,4,100}] 作函数s的图
In[3]:=Limit[s[n],n->Infinity] 求n趋于无穷大时s的极限
Out[3]:=1051。27

最新回答共有2条回答

  • 单薄的雪糕
    回复
    2026-04-07 21:45:25

    In[1]:= Clear[n,s]s[n_]:=1000*(1+0。05/n)^n In[2]:=Plot[s[n],{n,4,100}] 作函数s的图In[3]:=Limit[s[n],n->Infinity] 求n趋于无穷大时s的极限Out[3]:=1051。27

上一篇 going to the movies和 go to the movies的区别

下一篇 吸尘器能代替拖把吗