Borrar filtros
Borrar filtros

Computing pseudo-inverse and norms using pinv

1 visualización (últimos 30 días)
bigdog
bigdog el 4 de Feb. de 2015
Respondida: Bjorn Gustavsson el 4 de Feb. de 2015
I need to compute the pseudo-inverse as well as the norms using pinv of m = [ones(1000,1), repmat([2,0]', 500, 1)];
I've looked into it and it says I should use the equation x=pinv(m)*b, but I haven't defined b. Where have I gone wrong?

Respuestas (1)

Bjorn Gustavsson
Bjorn Gustavsson el 4 de Feb. de 2015
Well I have no idea why you should use the equation
x=pinv(m)*b
to get the pseudoinverse and the norms (whatever norms is supposed to include).
The pseudoinverse you get from the pinv function alone.
HTH

Categorías

Más información sobre Descriptive Statistics en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by