![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/202134/image.png)
How to implement this equation?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Migena Mankollari
am 30 Jan. 2019
Kommentiert: Migena Mankollari
am 3 Feb. 2019
can somebody please heplplp me with how to impelemtn this equation.?
0 Kommentare
Akzeptierte Antwort
Ollie A
am 30 Jan. 2019
If
is a tensor, you could represent it as a matrix.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/202134/image.png)
Then your code should look something like this:
lamda = ones(1,n);
b = sum(ones(U,n),1);
rho = lamda./b;
Maybe this will work. You'll have to replace the matrices for lamda and b.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Numerical Integration and Differential Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!