Community Profile

photo

Luca Fenzi


KU Leuven

Last seen: 2년 초과 전 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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 답변 수: 2 | 0

2

답변