我有两个指数函数,如何生成两个函数范围内的任何指数函数?

问题描述 投票:0回答:0

我有两个指数函数,例如:A1(1/λ)^k1 和 A2(1/λ)^k2 我怎样才能找到两个函数范围内的任何指数函数? 我们需要的功能也遵循这种形式。比如:Ax(1/λ)^kx,其中Ax和kx就是我想知道的值

enter image description here

这是我的伪代码:

def fun_random_gen(fun_upper_bound, fun_lower_bound)
    generate Ax(1/λ)^kx within fun_upper_bound, fun_lower_bound
    return Ax, kx

欣赏!

python math random curve-fitting polynomials
© www.soinside.com 2019 - 2024. All rights reserved.