Feeds
질문
Why did I get the invalid Q values (inf, -inf, NaN) from following code?
This is my equation, I got following by applying implicit finite differencce method, Here and And this id my code t = ...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
How do I create matrix A using initial and boundary conditions?
Using below data, how do I create matrix A? x = 0:0.2:2; t = 0:30; Initial condition: Boundary conditions: and
1년 초과 전 | 답변 수: 0 | 0
0
답변질문
How can I find the coefficients of the 2D interpolated function?
My function is . I used following code to interpolation. How can I find the coefficients of the interpolated function ? Eta =...
1년 초과 전 | 답변 수: 1 | 0
