Feeds
질문
how to solve this legendre polynomals
The first three Legendre polynomials are P0(x) = 1, P1(x) = x, and P2(x) = (3x2−1)/2. There is a general recurrence formula fo...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
Someone please help me to solve this
Someone please help me to solve this The first three Legendre polynomials are P0(x) = 1, P1(x) = x, and P2(x) = (3x2−1)/2. ...
10년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
How do i create two multi-dimensional arrays: a 10 x 10 x 10 numerical array (3-D) anda 5 x 5 x 5 x 5 numerical array (4-D) where each value in each array corresponds to the multiplication of indices?
array_3D=zeros(10,10,10); if true % code endfor x=(1:10) for y=(1:10); for z=(1:10); arr...
How do i create two multi-dimensional arrays: a 10 x 10 x 10 numerical array (3-D) anda 5 x 5 x 5 x 5 numerical array (4-D) where each value in each array corresponds to the multiplication of indices?
array_3D=zeros(10,10,10); if true % code endfor x=(1:10) for y=(1:10); for z=(1:10); arr...
10년 초과 전 | 1
