方程无法化为y=f(x)怎么求解。

现有公式如下
y^(x-1)/(1-y).*(x+1/(1-y))-0.0001=0
其中xy是变量,我想画出xy的曲线
也就是下面的式子
e是已知值。后面p和l是未知,但是不能求出p=?格式
用matlab怎么画出pl的关系图呢?
试过solve和fsolve都失败了

 Accepted Answer

hilotey
hilotey on 24 Nov 2022

0 votes

>> ezplot('abs(y)^(x-1)/(1-abs(y)).*(x+1/(1-abs(y)))-0.0001',[-100,100,0,1])
这里 x 的范围是-100~100, 你可以根据需要修改

More Answers (0)

Categories

Find more on 数学 in Help Center and File Exchange

Tags

Asked:

on 24 Nov 2022

Answered:

on 24 Nov 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!