Labfans是一个针对大学生、工程师和科研工作者的技术社区。 论坛首页 | 联系我们(Contact Us)
MATLAB爱好者论坛-LabFans.com
返回   MATLAB爱好者论坛-LabFans.com > 工程数学软件 > MATLAB论坛
MATLAB论坛 一切MATLAB相关问题在此讨论。
回复
 
主题工具 显示模式
旧 2011-09-26, 10:12   #1
k5vin
初级会员
 
注册日期: 2011-09-26
帖子: 1
声望力: 0
k5vin 正向着好的方向发展
帖子 方程求解

本人新手,最近有一方程不得解,往高手相助:
clear all, close all
syms x;
y0=0.12/0.8; y1=1-y0;
hg=2/20;
c1=1.8624*hg^2-3.95*hg^3+16.375*hg^4-37.226*hg^5+76.81*hg^6 ...
-126.9*hg^7+172*hg^8-143.97*hg^9+66.56*hg^10;
h=0.02; L=0.8;
c0=5.346*h*c1;

T=[0 1 0 1 0 0 0 0
1 0 1 0 0 0 0 0
0 0 0 0 0 -1 0 1
0 0 0 0 -1 0 1 0
sin(x*y0) cos(x*y0) sinh(x*y0) cosh(x*y0) -sin(x*y1) -cos(x*y1) -sinh(x*y1) -cosh(x*y1)
cos(x*y0)-c0*x*sin(x*y0) -sin(x*y0)-c0*x*cos(x*y0) cosh(x*y0)+c0*x*sinh(x*y0) sinh(x*y0)+c0*x*cosh(x*y0) cos(x*y1) -sin(x*y1) cosh(x*y1) sinh(x*y1)
-sin(x*y0) -cos(x*y0) sinh(x*y0) cosh(x*y0) sin(x*y1) cos(x*y1) -sinh(x*y1) -cosh(x*y1)
-cos(x*y0) sin(x*y0) cosh(x*y0) sinh(x*y0) -cos(x*y1) sin(x*y1) cosh(x*y1) sinh(x*y1)];
f=det(T);
现在必须用到fzero函数求解f。求解
k5vin 当前离线   回复时引用此帖
回复

主题工具
显示模式

发帖规则
不可以发表新主题
不可以发表回复
不可以上传附件
不可以编辑自己的帖子

启用 BB 代码
论坛启用 表情符号
论坛启用 [IMG] 代码
论坛禁用 HTML 代码



所有时间均为北京时间。现在的时间是 18:28


Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.