Feeds
已回答
Green's Function Solution in Matlab
clc clear all syms x y N = input('the value of N = '); M = input('M=') My=diff(M,y) Nx=diff(N,x) x1=input('limit of x');...
Green's Function Solution in Matlab
clc clear all syms x y N = input('the value of N = '); M = input('M=') My=diff(M,y) Nx=diff(N,x) x1=input('limit of x');...
3 years 前 | 0