matlab - solving least square for matrix instead of vector -


the problem find z such epsilon(e) (equation 21) minimized.

z mxn matrix need find. zx , zy mxn matrix known already. dx , dy nxn matrix carry out numerical differentiation (see matrix circled in red in photo), known matrix. f denotes 'fobrenius norm', or 'entry-wise norm'.

how solve problem? know how solve least square problem vector, in matrix form , stuck.
enter image description here


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -