Feeds
提问
dblquad function handle help
Hello. I'm facing the following problem: dblquad('power(x,3)*power(y,3)',0,1,0,1) Works perfectly fine! But... db...
13 years 前 | 1 个回答 | 0
1
个回答已回答
Quad command
Found a way... say: syms x for i=1:n f(i)=i*2*x-sin(2*i*x) end Then we may have a product of several functi...
Quad command
Found a way... say: syms x for i=1:n f(i)=i*2*x-sin(2*i*x) end Then we may have a product of several functi...
13 years 前 | 0
| 已接受
提问
Quad command
Is there a way to use the numeric quadrature functions (quad commands) with functions that change? Say I define some symbolic f...
13 years 前 | 1 个回答 | 0
1
个回答提问
Problems with symbolic integration -> numeric integration
Basically I have this loop while (erro > tol) interno1 = dot(an1,f); %Realização de um produto interno, para que não se...
13 years 前 | 1 个回答 | 0

