Community Profile

photo

Renée Siepman


Last seen: oltre 3 anni fa Attivo dal 2020

Statistiche

  • Solver

Visualizza badge

Content Feed

Visto da

Risolto


Calculate inverse matrix in m by n matrix
x=(1:10)' y=roundn(2*x+7*rand(size(x)),-1) a*x=y Estimate a using inverse matrix calculation. This is principle of li...

oltre 3 anni fa

Risolto


Sum of diagonal of a square matrix
If x = [1 2 4; 3 4 5; 5 6 7] then y should be the sum of the diagonals of the matrix y = 1 + 4 + 7 = 12

oltre 3 anni fa