Community Profile

photo

Cyberz


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

12 years ago | 1 answer | 0

1

answer

Answered
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...

12 years ago | 0

| accepted

Question


Quad command
Is there a way to use the numeric quadrature functions (quad commands) with functions that change? Say I define some symbolic f...

12 years ago | 1 answer | 0

1

answer

Question


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...

12 years ago | 1 answer | 0

1

answer