Community Profile

photo

chetan Bawankar


Last seen: 5 months ago Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


how to get integration of int((sin(xd)*(2*x - 2*xd))/((y - yd)^2 + ((x - xd)^2)^(1/2)), xd, 0, 1)
syms x y yd xd eta int((2*(x-xd)*sin(eta*xd))/(eta*sqrt((x-xd)^2)+(y-yd)^2),xd,0,1)

4 years ago | 1 answer | 0

1

answer

Question


Undefined function 'int' for input arguments of type 'double'.
clear all; clc; % Tem with resp Tau x=0.7; y=0.7; cnt=1; omega_temp=zeros(100); for Omega=[600 6000] cnt=1; %omega_te...

4 years ago | 1 answer | 0

1

answer

Question


how to solve double integral more constant
syms x y b x1 p q y1; integrand = @(x,y,x1,y1,b) (cos(p*x)*cos(q*y)*log(((x1-x)^2)+(y1-y)^2)*(1/2)); int(int(integrand(x,y,x1...

5 years ago | 0 answers | 0

0

answers

Question


taking to much time to give output
%Note Beta, Nu,Zeta and Beta are root for m=1:1:ct for n=1:1:ct for k=1:1:ct for l=1:1:ct ...

5 years ago | 0 answers | 0

0

answers