Feeds
질문
The problem is that when I use vpa(U(x,t), 7) to get the solution with 7-digit decimal precision, MATLAB still outputs a very long and complicated expression. how do I fix it?
clc clf syms x t u(x,t) u0 a1(t) a2(t) xmin = 0; xmax = 1; init_val = 5*exp(x); phi = [x^2-x, 3/2*x^3-3/2*x] %phi = [3*x-6*...
8개월 전 | 답변 수: 2 | 0
2
답변답변 있음
Facing problems in nonlinear system
It seems that pdepe is unable to solve the problem, but I was able to obtain solutions using a numerical approach with the code....
Facing problems in nonlinear system
It seems that pdepe is unable to solve the problem, but I was able to obtain solutions using a numerical approach with the code....
9개월 전 | 0
답변 있음
Facing problems in nonlinear system
Thank you for your assistance. The code now provides solutions; however, I require numerical solutions in the form of tables, as...
Facing problems in nonlinear system
Thank you for your assistance. The code now provides solutions; however, I require numerical solutions in the form of tables, as...
9개월 전 | 0
질문
Facing problems in nonlinear system
%%%% Problem_01 %%%% %u_t=u_xx+6u(1-u)% %u(0,t)=(1+e^(-5t))^(-2)% %u(1,t)=(1+e^(1-5t))^(-2)% %u(x,0)=(1+e^x)^(-2)% clc; ...
9개월 전 | 답변 수: 2 | 0
