필터 지우기
필터 지우기

Solving double Integral with syms variables and matrices

조회 수: 1 (최근 30일)
AN
AN 2023년 11월 23일
편집: Torsten 2023년 11월 23일
Can anyone help in solving this double integral using matlab.
psi_1 and psi_3 are one-dimensional column vectors. The answer of the integral is expected to be a scalar.
  댓글 수: 6
Torsten
Torsten 2023년 11월 23일
편집: Torsten 2023년 11월 23일
I guess you have psi_2^2 and psi_1^2 evaluated over an x/y grid. But I don't know how to make sense of a single 11x3 matrix without listing the corresponding x/y coordinates and without stating to which psi the matrix belongs.
Dyuman Joshi
Dyuman Joshi 2023년 11월 23일
As OP initially stated that the values are column vectors, and provided an array for reference, I'd say it is safe to assume that the first and the third columns of the arrays are the values of psi_1 and psi_3 respectively

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2023년 11월 23일
The answer is "NO", no-one can help you solve that integral to get a scalar result. Given column vectors, the result of the integral will be non-scalar.
The results of the integral are infinite except for locations where the ψ are zero.
consider the inner integral. ψ1 is constant so its square is constant. Integral of constant times x² is constant times 1/3 x³ evaluated over the limits which is is constant times 1/3 y³.
Multiply the y³ by the outer y and the constant ψ2² there to get constant times y⁴. Integrate to get 1/5 times some constant times y to the 5th. Evaluate over the infinite limits to get infinities except where the constants are zero
The results have the potential to be different if the two vectors are different orientations, but you specified that they are column vectors.
  댓글 수: 1
Walter Roberson
Walter Roberson 2023년 11월 23일
The whole thing does not make sense to me unless the ψare functions of x or y -- but if so then you cannot hope for a closed-form integral without knowing the formulaes for the ψ

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Characters and Strings에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by