I have an equaton like this:
K=M+TK
K is my known matrix (data);
Parameters are matrices M and T that M is a matrix with elements <lower=0,upper=1> and each column must sum up to one and T is a matrix with integer elements 0 and 1. Thank you.
I have an equaton like this:
K=M+TK
K is my known matrix (data);
Parameters are matrices M and T that M is a matrix with elements <lower=0,upper=1> and each column must sum up to one and T is a matrix with integer elements 0 and 1. Thank you.