PDA

查看完整版本 : 关于几道matlab基础题


zrzwdbmyx
2008-12-01, 19:27
快考试了,还有几道题不会,跪求高手解答。在线等!!谢谢。

fsenior
2008-12-01, 23:17
我也是初学者,看了下,应该不难吧?
呵呵

debateshang
2008-12-01, 23:19
% question1
clear all
clc
syms x y z
f=x^2+y^2+z^2;
F=int(int(int(f,z,sqrt(x*y),x^2*y),y,sqrt(x),x^2),1,2);
answer1=vpa(F,a);
% answer
%F=1610027357/6563700+14912/4641*2^(1/4)-6072064/348075*2^(1/2)+64/225*2^(3/4)

debateshang
2008-12-01, 23:20
剩下的随便找本关于matlab计算的书都有