找回密码
 注册
查看: 3522|回复: 5

求解非线形代数方程组的解析解,用什么方法?

[复制链接]
发表于 2003-6-8 16:16:41 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
求解非线形代数方程组的解析解,用什么方法?
发表于 2003-6-8 21:27:53 | 显示全部楼层

求解非线形代数方程组的解析解,用什么方法?

没方法
发表于 2003-6-9 04:43:06 | 显示全部楼层

求解非线形代数方程组的解析解,用什么方法?

Newton's method
 楼主| 发表于 2003-6-24 10:41:06 | 显示全部楼层

求解非线形代数方程组的解析解,用什么方法?

怎么“牛顿才”才能解?具体点,老兄!
发表于 2003-6-30 04:40:26 | 显示全部楼层

求解非线形代数方程组的解析解,用什么方法?

我是说解析解是没有的。可用“牛顿法”的数值解。
发表于 2003-9-5 23:22:00 | 显示全部楼层

求解非线形代数方程组的解析解,用什么方法?

yeah, I think newton method is a better solver.
e.g f(x)=5*x^2+sin(x)
    find the x values such that f(x)=0
    you can guess one initial x0 value
    calculate f(x0) and the differntial f'(x0) values
    let d=-f/f'
    x=x+d
    loop until the abs(d)< a small number
    that's done!
   
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表