作者sxi (xi)
看板MATLAB
标题Re: [问题] X^2+X=1,解X?
时间Wed Jul 19 23:11:57 2006
※ 引述《tangyuli (57881)》之铭言:
: 请问对於 X^2 + X = 1
: 这样子的问题,Matlab有没有什麽功能可以直接解答
: 或是该如何写这样的 X 解?
p=[1 1 -1]
r=roots(p)
= -1.6180 , 0.6180
ROOTS Find polynomial roots.
ROOTS(C) computes the roots of the polynomial whose coefficients
are the elements of the vector C. If C has N+1 components,
the polynomial is C(1)*X^N + ... + C(N)*X + C(N+1).
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 59.104.34.227