Community Profile

photo

Luca Fenzi


KU Leuven

Last seen: oltre 2 anni fa Attivo dal 2015

Statistiche

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

Visualizza badge

Content Feed

Visto da

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

oltre 7 anni fa | 0

Risposto
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...

oltre 7 anni fa | 0

Risposto
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...

oltre 7 anni fa | 0

Risposto
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 ...

oltre 7 anni fa | 0

| accettato

Risposto
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...

oltre 8 anni fa | 0

Domanda


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)...

oltre 8 anni fa | 2 risposte | 0

2

risposte