Community Profile

photo

Pierre Hansel Malihan


Last seen: 6 meses hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Why the function or variable A is not recognized?
function [L, U] = lu_nopivot (A) n = size(A, 1); L = eye(n); for k = 1 : n L(k + 1 : n, k) = A(k + 1 : n, k) / A(k, k)...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


we were ask to Set up system of equations to fit the data for the years 2010 to 2017 in n – 1 model and solve the system.
x = [2010;2011;2012;2013;2014;2015;2016;2017] P(x) = [9421;10003;10384;10526;10930;11215;12599;14410]

más de 2 años hace | 0 respuestas | 0

0

respuestas