24小时热门版块排行榜    

查看: 1888  |  回复: 11

denmarkrico

银虫 (小有名气)

[求助] 求解高次复杂函数 已有3人参与

求解下面这个高次方程时为什么总是得到虚数解,我所用的是MATLAB2012b版

syms h c l theta11 theta21 theta31 x
h=14.5;
l=55.5;
c=19.73;
theta11=0.01/37;
theta21=0.035/37;
theta31=0.065/37;
F=((3*c + 3*h - (433*l)/250 + 2*l*cos(theta11) +3^(1/2)*c*sin(theta0) - c*cos(theta0) +l*cos(theta21) + 3^(1/2)*l*sin(theta21) + (2*c*(x^2 - 1))/(x^2 + 1))*(2*l^2*(sin(theta11) - 1) - 2*l^2*(sin(theta31) - 1) + 2*c*(c + h) - 2*c*l*cos(theta11) - 2*l*cos(theta11)*(c + h) + 2*l*cos(theta31)*(c + h) + 2*c*l*cos(theta0)*cos(theta31) - 2*c*l*sin(theta0)*sin(theta31) - (4*c*l*x)/(x^2 + 1) + (2*c*(c + h)*(x^2 - 1))/(x^2 + 1)) + (3*c + 3*h + (433*l)/250 + 2*l*cos(theta11) + l*cos(theta31) - c*cos(theta0) - 3^(1/2)*c*sin(theta0) - 3^(1/2)*l*sin(theta31) + (2*c*(x^2 - 1))/(x^2 + 1))*(2*l^2*(sin(theta21) - 1) - 2*l^2*(sin(theta11) - 1) - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h) - 2*l*cos(theta21)*(c + h) + (4*c*l*x)/(x^2 + 1) - (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta21))/(x^2 + 1) + (2*c*l*cos(theta21)*(x^2 - 1))/(x^2 + 1)))^2 + (((433*c)/250 + (433*h)/250 + 3*l + 2*l*sin(theta11) + 2*l*sin((2*pi)/3 + theta21) - (2*c*x)/(x^2 + 1) - (3^(1/2)*c*(x^2 - 1))/(x^2 + 1))*(2*l^2*(sin(theta11) - 1) - 2*l^2*(sin(theta31) - 1) + 2*c*(c + h) - 2*c*l*cos(theta11) - 2*l*cos(theta11)*(c + h) + 2*l*cos(theta31)*(c + h) - (4*c*l*x)/(x^2 + 1) + (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta31))/(x^2 + 1) - (2*c*l*cos(theta31)*(x^2 - 1))/(x^2 + 1)) - ((433*c)/250 + (433*h)/250 - 3*l + 2*l*sin(theta11) +c*sin(theta0) + l*sin(theta31) + 3^(1/2)*l*cos(theta31) - 3^(1/2)*c*cos(theta0) + (4*c*x)/(x^2 + 1))*(2*l^2*(sin(theta21) - 1) - 2*l^2*(sin(theta11) - 1) - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h) - 2*l*cos(theta21)*(c + h) + (4*c*l*x)/(x^2 + 1) - (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta21))/(x^2 + 1) + (2*c*l*cos(theta21)*(x^2 - 1))/(x^2 + 1)))^2 + ((3*c + 3*h - (433*l)/250 + 2*l*cos(theta11) + l*cos(theta21) - c*cos(theta0) + 3^(1/2)*c*sin(theta0) + 3^(1/2)*l*sin(theta21) + (2*c*(x^2 - 1))/(x^2 + 1))*((433*c)/250 + (433*h)/250 - 3*l + 2*l*sin(theta11) +c*sin(theta0) + l*sin(theta31) + 3^(1/2)*l*cos(theta31) - 3^(1/2)*c*cos(theta0) + (4*c*x)/(x^2 + 1)) + (3*c + 3*h + (433*l)/250 + 2*l*cos(theta11) + l*cos(theta31) - c*cos(theta0) - 3^(1/2)*c*sin(theta0) - 3^(1/2)*l*sin(theta31) + (2*c*(x^2 - 1))/(x^2 + 1))*((433*c)/250 + (433*h)/250 + 3*l - 2*l*sin(theta11) + 3^(1/2)*l*cos(theta21) - l*sin(theta21) - c*sin(theta0) - 3^(1/2)*c*cos(theta0) - (4*c*x)/(x^2 + 1)))^2*(2*c*h - 2*l^2*(sin(theta11) - 1) + 2*c^2 - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h)) + ((((433*c)/250 + (433*h)/250 - 3*l + 2*l*sin(theta11) +c*sin(theta0) + l*sin(theta31) + 3^(1/2)*l*cos(theta31) - 3^(1/2)*c*cos(theta0) + (4*c*x)/(x^2 + 1))*(2*l^2*(sin(theta11) - 1) - 2*l^2*(sin(theta21) - 1) + 2*c*(c + h) - 2*c*l*cos(theta11) - 2*l*cos(theta11)*(c + h) + 2*l*cos(theta21)*(c + h) + 2*c*l*cos(theta0)*cos(theta21) - 2*c*l*sin(theta0)*sin(theta21) - (4*c*l*x)/(x^2 + 1) + (2*c*(c + h)*(x^2 - 1))/(x^2 + 1)) + ((433*c)/250 + (433*h)/250 + 3*l - 2*l*sin(theta11) + 3^(1/2)*l*cos(theta21) - l*sin(theta21) - c*sin(theta0) - 3^(1/2)*c*cos(theta0) - (4*c*x)/(x^2 + 1))*(2*l^2*(sin(theta11) - 1) - 2*l^2*(sin(theta31) - 1) + 2*c*(c + h) - 2*c*l*cos(theta11) - 2*l*cos(theta11)*(c + h) + 2*l*cos(theta31)*(c + h) + 2*c*l*cos(theta0)*cos(theta31) - 2*c*l*sin(theta0)*sin(theta31) - (4*c*l*x)/(x^2 + 1) + (2*c*(c + h)*(x^2 - 1))/(x^2 + 1)))*(2*c + 2*h + 2*l*cos(theta11) + (2*c*(x^2 - 1))/(x^2 + 1)) - ((3*c + 3*h + (433*l)/250 + 2*l*cos(theta11) + l*cos(theta31) - c*cos(theta0) - 3^(1/2)*c*sin(theta0) - 3^(1/2)*l*sin(theta31) + (2*c*(x^2 - 1))/(x^2 + 1))*(2*l^2*(sin(theta11) - 1) - 2*l^2*(sin(theta21) - 1) + 2*c*(c + h) - 2*c*l*cos(theta11) - 2*l*cos(theta11)*(c + h) + 2*l*cos(theta21)*(c + h) + 2*c*l*cos(theta0)*cos(theta21) - 2*c*l*sin(theta0)*sin(theta21) - (4*c*l*x)/(x^2 + 1) + (2*c*(c + h)*(x^2 - 1))/(x^2 + 1)) - (3*c + 3*h - (433*l)/250 + 2*l*cos(theta11) +l*cos(theta21) - c*cos(theta0) + 3^(1/2)*c*sin(theta0) + 3^(1/2)*l*sin(theta21) + (2*c*(x^2 - 1))/(x^2 + 1))*(2*l^2*(sin(theta11) - 1) - 2*l^2*(sin(theta31) - 1) + 2*c*(c + h) - 2*c*l*cos(theta11) - 2*l*cos(theta11)*(c + h) + 2*l*cos(theta31)*(c + h) + 2*c*l*cos(theta0)*cos(theta31) - 2*c*l*sin(theta0)*sin(theta31) - (4*c*l*x)/(x^2 + 1) + (2*c*(c + h)*(x^2 - 1))/(x^2 + 1)))*(2*l*sin(theta11) - 2*l + (4*c*x)/(x^2 + 1)))*((3*c + 3*h - (433*l)/250 + 2*l*cos(theta11) + l*cos(theta21) + 3^(1/2)*l*sin(theta21) + (3*c*(x^2 - 1))/(x^2 + 1) + (2*3^(1/2)*c*x)/(x^2 + 1))*((433*c)/250 + (433*h)/250 - 3*l + 2*l*sin(theta11) - l*sin(theta31) + 3^(1/2)*l*cos(theta31) + (2*c*x)/(x^2 + 1) - (3^(1/2)*c*(x^2 - 1))/(x^2 + 1)) + (3*c + 3*h + (433*l)/250 + 2*l*cos(theta11) + l*cos(theta31) - c*cos(theta0) - 3^(1/2)*c*sin(theta0) - 3^(1/2)*l*sin(theta31) + (2*c*(x^2 - 1))/(x^2 + 1))*((433*c)/250 + (433*h)/250 + 3*l - 2*l*sin(theta11) + 3^(1/2)*l*cos(theta21) - l*sin(theta21) - c*sin(theta0) - 3^(1/2)*c*cos(theta0) - (4*c*x)/(x^2 + 1)));
回复此楼

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

心 那个凉啊
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
回帖支持 ( 显示支持度最高的前 50 名 )

feixiaolin

荣誉版主 (文坛精英)

优秀版主

【答案】应助回帖

感谢参与,应助指数 +1
1)theta0 待求还是已知?
2)取y1=(x^2 - 1))/(x^2 + 1);
        y2=x/(x^2 + 1);
     先求y1, y2,最后求 x如何?

» 本帖已获得的红花(最新10朵)

2楼2013-12-13 22:53:29
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

ynod23

金虫 (小有名气)

【答案】应助回帖

感谢参与,应助指数 +1
函数没有看完,瞎了。。。
我认为,这种情况,不是查程序哪儿出问题了,而应该看方法对不对。。。。
先试试看能不能把那个大函数写成许多函数相互运算的结果,这样就降低了出错的可能。如果这样还有问题的话,也可以根据matlab的运行提示,找出是哪一行的问题。这样把问题的规模缩小,我觉得比较靠谱。
希望能帮到你。

» 本帖已获得的红花(最新10朵)

5楼2013-12-14 04:43:11
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
普通回帖

jerkwin

专家顾问 (正式写手)

你这方程, 能解出来我觉得很奇怪
3楼2013-12-13 23:10:14
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

paopaoai11

木虫 (小有名气)

你这什么方程啊?

[ 发自小木虫客户端 ]
泡泡
4楼2013-12-14 01:03:00
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

denmarkrico

银虫 (小有名气)

送红花一朵
引用回帖:
2楼: Originally posted by feixiaolin at 2013-12-13 22:53:29
1)theta0 待求还是已知?
2)取y1=(x^2 - 1))/(x^2 + 1);
        y2=x/(x^2 + 1);
     先求y1, y2,最后求 x如何?

你这个替代法我见过
心 那个凉啊
6楼2013-12-14 16:07:30
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

denmarkrico

银虫 (小有名气)

送红花一朵
引用回帖:
5楼: Originally posted by ynod23 at 2013-12-14 04:43:11
函数没有看完,瞎了。。。
我认为,这种情况,不是查程序哪儿出问题了,而应该看方法对不对。。。。
先试试看能不能把那个大函数写成许多函数相互运算的结果,这样就降低了出错的可能。如果这样还有问题的话,也可 ...

嗯  谢谢你 我这是机器人的正解
心 那个凉啊
7楼2013-12-14 16:08:44
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

denmarkrico

银虫 (小有名气)

引用回帖:
2楼: Originally posted by feixiaolin at 2013-12-13 22:53:29
1)theta0 待求还是已知?
2)取y1=(x^2 - 1))/(x^2 + 1);
        y2=x/(x^2 + 1);
     先求y1, y2,最后求 x如何?

theta0 是要求的量
心 那个凉啊
8楼2013-12-14 16:09:58
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

denmarkrico

银虫 (小有名气)

引用回帖:
2楼: Originally posted by feixiaolin at 2013-12-13 22:53:29
1)theta0 待求还是已知?
2)取y1=(x^2 - 1))/(x^2 + 1);
        y2=x/(x^2 + 1);
     先求y1, y2,最后求 x如何?

要解的方程是这样的:

((3*c + 3*h - (433*l)/250 + 2*l*cos(theta11) + l*cos(theta21) + 3^(1/2)*l*sin(theta21) + (3*c*(x^2 - 1))/(x^2 + 1) + (2*3^(1/2)*c*x)/(x^2 + 1))*((433*c)/250 + (433*h)/250 - 3*l + 2*l*sin(theta11) + l*sin(theta31) + 3^(1/2)*l*cos(theta31) + (6*c*x)/(x^2 + 1) + (3^(1/2)*c*(x^2 - 1))/(x^2 + 1)) + (3*c + 3*h + (433*l)/250 + 2*l*cos(theta11) + l*cos(theta31) - 3^(1/2)*l*sin(theta31) + (3*c*(x^2 - 1))/(x^2 + 1) - (2*3^(1/2)*c*x)/(x^2 + 1))*((433*c)/250 + (433*h)/250 + 3*l - 2*l*sin(theta11) - l*sin(theta21) + 3^(1/2)*l*cos(theta21) - (6*c*x)/(x^2 + 1) + (3^(1/2)*c*(x^2 - 1))/(x^2 + 1)))^2*(2*c*h - 2*l^2*(sin(theta11) - 1) + 2*c^2 - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h)) + ((3*c + 3*h - (433*l)/250 + 2*l*cos(theta11) + l*cos(theta21) + 3^(1/2)*l*sin(theta21) + (3*c*(x^2 - 1))/(x^2 + 1) + (2*3^(1/2)*c*x)/(x^2 + 1))*((433*c)/250 + (433*h)/250 - 3*l + 2*l*sin(theta11) - l*sin(theta31) + 3^(1/2)*l*cos(theta31) + (2*c*x)/(x^2 + 1) - (3^(1/2)*c*(x^2 - 1))/(x^2 + 1)) + (3*c + 3*h + (433*l)/250 + 2*l*cos(theta11) + l*cos(theta31) - 3^(1/2)*l*sin(theta31) + (3*c*(x^2 - 1))/(x^2 + 1) - (2*3^(1/2)*c*x)/(x^2 + 1))*((433*c)/250 + (433*h)/250 + 3*l - 2*l*sin(theta11) - l*sin(theta21) + 3^(1/2)*l*cos(theta21) - (6*c*x)/(x^2 + 1) + (3^(1/2)*c*(x^2 - 1))/(x^2 + 1)))*(((3*c + 3*h + (433*l)/250 + 2*l*cos(theta11) + l*cos(theta31) - 3^(1/2)*l*sin(theta31) + (3*c*(x^2 - 1))/(x^2 + 1) - (2*3^(1/2)*c*x)/(x^2 + 1))*(2*l^2*(sin(theta21) - 1) - 2*l^2*(sin(theta11) - 1) - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h) - 2*l*cos(theta21)*(c + h) + (4*c*l*x)/(x^2 + 1) - (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta21))/(x^2 + 1) + (2*c*l*cos(theta21)*(x^2 - 1))/(x^2 + 1)) - (3*c + 3*h - (433*l)/250 + 2*l*cos(theta11) + l*cos(theta21) + 3^(1/2)*l*sin(theta21) + (3*c*(x^2 - 1))/(x^2 + 1) + (2*3^(1/2)*c*x)/(x^2 + 1))*(2*l^2*(sin(theta31) - 1) - 2*l^2*(sin(theta11) - 1) - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h) - 2*l*cos(theta31)*(c + h) + (4*c*l*x)/(x^2 + 1) - (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta31))/(x^2 + 1) + (2*c*l*cos(theta31)*(x^2 - 1))/(x^2 + 1)))*(2*l*sin(theta11) - 2*l + (4*c*x)/(x^2 + 1)) - (((433*c)/250 + (433*h)/250 - 3*l + 2*l*sin(theta11) + l*sin(theta31) + 3^(1/2)*l*cos(theta31) + (6*c*x)/(x^2 + 1) + (3^(1/2)*c*(x^2 - 1))/(x^2 + 1))*(2*l^2*(sin(theta21) - 1) - 2*l^2*(sin(theta11) - 1) - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h) - 2*l*cos(theta21)*(c + h) + (4*c*l*x)/(x^2 + 1) - (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta21))/(x^2 + 1) + (2*c*l*cos(theta21)*(x^2 - 1))/(x^2 + 1)) + ((433*c)/250 + (433*h)/250 + 3*l - 2*l*sin(theta11) - l*sin(theta21) + 3^(1/2)*l*cos(theta21) - (6*c*x)/(x^2 + 1) + (3^(1/2)*c*(x^2 - 1))/(x^2 + 1))*(2*l^2*(sin(theta31) - 1) - 2*l^2*(sin(theta11) - 1) - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h) - 2*l*cos(theta31)*(c + h) + (4*c*l*x)/(x^2 + 1) - (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta31))/(x^2 + 1) + (2*c*l*cos(theta31)*(x^2 - 1))/(x^2 + 1)))*(2*c + 2*h + 2*l*cos(theta11) + (2*c*(x^2 - 1))/(x^2 + 1))) + ((3*c + 3*h + (433*l)/250 + 2*l*cos(theta11) + l*cos(theta31) - 3^(1/2)*l*sin(theta31) + (3*c*(x^2 - 1))/(x^2 + 1) - (2*3^(1/2)*c*x)/(x^2 + 1))*(2*l^2*(sin(theta21) - 1) - 2*l^2*(sin(theta11) - 1) - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h) - 2*l*cos(theta21)*(c + h) + (4*c*l*x)/(x^2 + 1) - (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta21))/(x^2 + 1) + (2*c*l*cos(theta21)*(x^2 - 1))/(x^2 + 1)) - (3*c + 3*h - (433*l)/250 + 2*l*cos(theta11) + l*cos(theta21) + 3^(1/2)*l*sin(theta21) + (3*c*(x^2 - 1))/(x^2 + 1) + (2*3^(1/2)*c*x)/(x^2 + 1))*(2*l^2*(sin(theta31) - 1) - 2*l^2*(sin(theta11) - 1) - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h) - 2*l*cos(theta31)*(c + h) + (4*c*l*x)/(x^2 + 1) - (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta31))/(x^2 + 1) + (2*c*l*cos(theta31)*(x^2 - 1))/(x^2 + 1)))^2 + (((433*c)/250 + (433*h)/250 + 3*l + 2*l*sin(theta11) + 2*l*sin((2*pi)/3 + theta21) - (2*c*x)/(x^2 + 1) - (3^(1/2)*c*(x^2 - 1))/(x^2 + 1))*(2*l^2*(sin(theta11) - 1) - 2*l^2*(sin(theta31) - 1) + 2*c*(c + h) - 2*c*l*cos(theta11) - 2*l*cos(theta11)*(c + h) + 2*l*cos(theta31)*(c + h) - (4*c*l*x)/(x^2 + 1) + (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta31))/(x^2 + 1) - (2*c*l*cos(theta31)*(x^2 - 1))/(x^2 + 1)) - ((433*c)/250 + (433*h)/250 - 3*l + 2*l*sin(theta11) + l*sin(theta31) + 3^(1/2)*l*cos(theta31) + (6*c*x)/(x^2 + 1) + (3^(1/2)*c*(x^2 - 1))/(x^2 + 1))*(2*l^2*(sin(theta21) - 1) - 2*l^2*(sin(theta11) - 1) - 2*c*(c + h) + 2*c*l*cos(theta11) + 2*l*cos(theta11)*(c + h) - 2*l*cos(theta21)*(c + h) + (4*c*l*x)/(x^2 + 1) - (2*c*(c + h)*(x^2 - 1))/(x^2 + 1) + (4*c*l*x*sin(theta21))/(x^2 + 1) + (2*c*l*cos(theta21)*(x^2 - 1))/(x^2 + 1)))^2;
心 那个凉啊
9楼2013-12-14 17:49:07
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

denmarkrico

银虫 (小有名气)

对不起大家,我用万能公式替代后的方程式一楼的回复所示,此处的x相当于tan(theta0/2)
心 那个凉啊
10楼2013-12-14 17:51:45
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 denmarkrico 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 科研人应该花精力去思考如何解决问题,而不是去凝练问题 +7 瞬息宇宙 2026-09-01 14/700 2026-09-02 17:33 by ma0526
[基金申请] 要骂人了,新模版改版就是要淡化问题凝练这种虚的东西,结果有个评委还在说凝练得不够 +9 瞬息宇宙 2026-08-31 17/850 2026-09-02 14:04 by anjeeshine
[基金申请] 基金系统什么内容也没有 30+4 winsaint 2026-08-27 10/500 2026-09-02 11:35 by 大不刘6
[基金申请] 学科评审组评审是指会评吗? +5 瞬息宇宙 2026-08-31 5/250 2026-09-02 10:13 by 雨冰共舞
[文学芳草园] 梦想 +5 myrtle 2026-08-26 8/400 2026-09-02 02:42 by Leogzhya
[基金申请] 面上合作单位盖章 +6 ssyjh 2026-08-27 9/450 2026-09-01 20:01 by huagongfeihu
[基金申请] 面上函评意见出来了,像什么等级? 20+4 Tsingking1 2026-08-27 17/850 2026-09-01 19:51 by 超级无敌华子
[论文投稿] 小白求助 投论文要求的highlights应该如何写 5+3 l1963982152 2026-08-29 4/200 2026-09-01 09:04 by 北京莱茵编辑
[基金申请] 麻烦专家们看看评委们的意见(F口面上) +7 gdd2018 2026-08-28 12/600 2026-09-01 08:32 by 尼古拉斯小虫
[基金申请] 基金未中,这种答复是模板吗? +6 zhaosm1982 2026-08-27 7/350 2026-08-31 21:18 by qdxxmc
[基金申请] 面上意见出来了 +12 黄鸟于飞Chao 2026-08-29 23/1150 2026-08-31 18:57 by 黄鸟于飞Chao
[基金申请] 能否申诉? +7 echo8914667 2026-08-30 8/400 2026-08-31 17:00 by yihongxu
[基金申请] 中青基了要发朋友圈吗? +7 349506619 2026-08-28 7/350 2026-08-31 13:39 by 冼亮淀粉酶
[基金申请] 29号明天会评吗 +4 笨笨唐 2026-08-28 4/200 2026-08-31 09:30 by huixian257
[基金申请] 为什么到现在没收到通知? +5 tannykie 2026-08-29 5/250 2026-08-30 21:05 by purplejack
[基金申请] 有没有仍没收到信息的 +7 德尚中行 2026-08-27 8/400 2026-08-30 20:52 by purplejack
[考博] 找导师 +6 yuanjiabao 2026-08-29 7/350 2026-08-30 14:40 by 生科新手
[基金申请] 我就是申请一个面上项目而已,这评审意见是按照杰青的条件评的吧? +6 gouxfjh 2026-08-28 11/550 2026-08-30 07:57 by gouxfjh
[基金申请] 国自然评审意见 +13 wangmingqi 2026-08-28 19/950 2026-08-29 10:22 by Poppy1104
[基金申请] 2026年叶企孙基金 +4 bud_bud 2026-08-27 7/350 2026-08-29 07:23 by foolishmani
信息提示
请填处理意见