【问题标题】:Symbolic limit in Maple with assumptionMaple 中的符号限制与假设
【发布时间】:2014-11-21 22:11:09
【问题描述】:

这里找不到限制

limit(U0*(r^(n+1)-1)/(-1+r), n = 无穷大)

在 Maple 中,条件为 |r|

我如何告诉 Maple abs(r)

附:我试过 >assume(r -1);但没用!

【问题讨论】:

    标签: maple mathematical-expressions


    【解决方案1】:

    我正在使用 Maple 15.01 (2011) 或 Maple 16.01 (2012),

    limit(U0*(r^(n+1)-1)/(-1+r), n = infinity) assuming abs(r)<1;
    
                                U0  
                            - ------
                              -1 + r
    

    我没有看到 Maple 14.01 (2010) 的相同行为。

    【讨论】:

      猜你喜欢
      • 2021-11-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-06-17
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多