Solving double Integral with syms variables and matrices

1 次查看(过去 30 天)
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