作业帮 > 综合 > 作业

用 Mathematica 求极限

来源:学生作业帮 编辑:百度作业网作业帮 分类:综合作业 时间:2024/05/29 22:41:21
用 Mathematica 求极限
Limit[Exp[-a*x] /; a > 0,x -> Infinity]
如何令程序知道a为正数,让输出结果为0
用 Mathematica 求极限
Limit[Exp[-a x],x -> Infinity,Assumptions -> a > 0]