Community Profile

photo

Luca Fenzi


KU Leuven

Last seen: 2 years 前 自 2015 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

All
  • Triathlon Participant
  • Scavenger Finisher
  • Thankful Level 1
  • Revival Level 1
  • Introduction to MATLAB Master
  • Community Group Solver
  • 5-Star Galaxy Level 3
  • First Submission
  • Matrix Manipulation I Master
  • Knowledgeable Level 1
  • First Answer
  • Speed Demon

查看徽章

Feeds

排序方式:

已回答
computational complexity of eig and pinv
The computational cost of eig should be O(N^3) with N dimension of the matrix

7 years 前 | 0

已回答
Can someone help me with my code? Topic: integration
Dear LeneB, You should truncate the sum (S(j) = S(j-1) + 1/2V(j-1)+1/2V(j) for j>=1) up to N: in this way knowing V(j) for al...

7 years 前 | 0

已回答
How can I plot a sphere in 3D?
This code works fine: % PARAMETERS Of the model I=1 x=1 y=1 k=1; j=1; %% Grid puntos=200; puntos_1=400; teta=lins...

7 years 前 | 0

已回答
Numerical solution of non-linear model
I think that equation can be recast as: h'(t)=(F/dA) - (B*sqrt(h(t)))/dA, d,B,A,F constants Instead of using Euler method I ...

7 years 前 | 0

| 已接受

已回答
D for loops concatenated
Thank you very much for your answer I adjust it in the following way P=5; D =3; dim = nchoosek(P-1+D,D); indexe...

8 years 前 | 0

提问


D for loops concatenated
I would like to generalize the following codes for dimension D=2: D=2; dim=factorial(P-1+D)/(factorial(P-1)*factorial(D)...

8 years 前 | 2 个回答 | 0

2

个回答