Areeba
Followers: 0 Following: 0
Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
She/her
MATLAB
Spoken Languages:
English
Pronouns:
She/her
Feeds
已回答
how can i solve eps y''+ mu a(x) y'-b(x)y=f(x) with boundary condition y(0)=y(1)=0
import numpy as np from scipy.sparse import diags from scipy.sparse.linalg import spsolve def solve_rcd_equation(epsilon, m...
how can i solve eps y''+ mu a(x) y'-b(x)y=f(x) with boundary condition y(0)=y(1)=0
import numpy as np from scipy.sparse import diags from scipy.sparse.linalg import spsolve def solve_rcd_equation(epsilon, m...
7 months 前 | 0