matlab求解累加性的非线性方程的基本方法?。

存在一个非线性方程如下:
C1*p^0*(1-p)^(n-0) + C2*p^1*(1-p)^(n-1) + C3*p^2*(1-p)^(n-2) +...+Cm*p^m*(1-p)^(n-m)=a/2;
其中,C1、C2、C3...Cm,n,m,a都是已知量,求解p的值。用matlab如何求解该方程呢?

 Respuesta aceptada

gicopi
gicopi el 24 de Nov. de 2022

0 votos

如果 n - m 始终为正整数,那么你的方程是一个多项式,solve 可以直接求解。也可以用roots函数求解

Más respuestas (0)

Categorías

Más información sobre 启动和关闭 en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 24 de Nov. de 2022

Respondida:

el 24 de Nov. de 2022

Community Treasure Hunt

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

Start Hunting!